summaryrefslogtreecommitdiff
path: root/share
authorhash <hash>2002-08-14 05:56:01 (UTC)
committer hash <hash>2002-08-14 05:56:01 (UTC)
commitbc837a01bb47d552dff317f8373608ed1c649768 (patch) (unidiff)
treecd4d95baa48d79e93e3e20468b03b52b5a4d52fd /share
parent622bcc8878a081111e11646945f52b0406f1d21c (diff)
downloadopie-bc837a01bb47d552dff317f8373608ed1c649768.zip
opie-bc837a01bb47d552dff317f8373608ed1c649768.tar.gz
opie-bc837a01bb47d552dff317f8373608ed1c649768.tar.bz2
just added something about reloading the inputmethod without restarting the whole damn opie
Diffstat (limited to 'share') (more/less context) (ignore whitespace changes)
-rw-r--r--share/multikey/README10
-rw-r--r--share/multikey/en.keymap14
2 files changed, 15 insertions, 9 deletions
diff --git a/share/multikey/README b/share/multikey/README
index 4c6bd23..c5e19f9 100644
--- a/share/multikey/README
+++ b/share/multikey/README
@@ -19,15 +19,19 @@ v v
19 | | 19 | |
20 | +---- width of key (default key should be 2) 20 | +---- width of key (default key should be 2)
21 +--- the unicode value (the one you see in xmbded) 21 +--- the unicode value (the one you see in xmbded)
22 22
23so, lets say you want to edit the 5th key on the 2nd row. find the 5th line 23so, lets say you want to edit the 5th key on the 2nd row. find the 5th line
24that starts with 2, and replace the 3rd column with the code you found in 24that starts with 2, and replace the 3rd column with the code you found in
25xmbdfed. save the file and test it out by restarting opie. it worked, right? 25xmbdfed. save the file and test it out by restarting opie, or running
26if all you see is a square in it's place, that means your default font doesn't 26
27have that char. go to appearance and change the font to one that has that char. 27host$ $OPIEDIR/bin/qcop QPE/TaskBar "reloadInputMethods()"
28
29it worked, right? if all you see is a square in it's place, that means your
30default font doesn't have that char. go to appearance and change the font to
31one that has that char.
28 32
29and if you want, you can have an image as the label instead of the char itself. 33and if you want, you can have an image as the label instead of the char itself.
30just draw the xpm image in gimp or something, save it, open it in your text 34just draw the xpm image in gimp or something, save it, open it in your text
31editor, cut off all the surrounding stuff and leave only the stuff between the 35editor, cut off all the surrounding stuff and leave only the stuff between the
32" chars. place that after your key definition. not too hard, right? 36" chars. place that after your key definition. not too hard, right?
33 37
diff --git a/share/multikey/en.keymap b/share/multikey/en.keymap
index 623c6ee..e312dba 100644
--- a/share/multikey/en.keymap
+++ b/share/multikey/en.keymap
@@ -188,25 +188,27 @@
188 " .. ... .. . " 188 " .. ... .. . "
189 " . . . . . " 189 " . . . . . "
190 " . . .. . " 190 " . . .. . "
191 " . . . . . " 191 " . . . . . "
192 " .. . . . ... " 192 " .. . . . ... "
193 " " 193 " "
1945 0x1030 0 2 #original code is F1, but i'll use it for turning on/off pickboard 1945 0x1030 0 2 #original code is F1, but i'll use it for turning on/off the config dialog
195 "13 7 2 1" 195 "13 7 2 1"
196 " c None" 196 " c None"
197 ". c #000000" 197 ". c #000000"
198 " " 198 " "
199 " .. ... .. " 199 " . "
200 " . . . . " 200 " ... "
201 " .. . . " 201 " ..... "
202 " . . . " 202 " . "
203 " . ... .. " 203 " . "
204 " " 204 " "
205# shift table 205# shift table
206# add xpm support for these keys too? 206# add xpm support for these keys too?
207
208# unshifed shifted
2070x60 0x7e 2090x60 0x7e
2080x31 0x21 2100x31 0x21
2090x32 0x40 2110x32 0x40
2100x33 0x23 2120x33 0x23
2110x34 0x24 2130x34 0x24
2120x35 0x25 2140x35 0x25