author | hash <hash> | 2002-08-22 06:05:44 (UTC) |
---|---|---|
committer | hash <hash> | 2002-08-22 06:05:44 (UTC) |
commit | 973e3252dd875b03d750e9b5389e3f70f3365155 (patch) (unidiff) | |
tree | a9e5aa1b781c61e627f295993c505734a85c8e80 | |
parent | 30164ec5197c35870a0c02bbcec01bd58d61f86e (diff) | |
download | opie-973e3252dd875b03d750e9b5389e3f70f3365155.zip opie-973e3252dd875b03d750e9b5389e3f70f3365155.tar.gz opie-973e3252dd875b03d750e9b5389e3f70f3365155.tar.bz2 |
add info about meta-alt
-rw-r--r-- | share/multikey/README | 16 | ||||
-rw-r--r-- | share/multikey/de.keymap | 2 |
2 files changed, 17 insertions, 1 deletions
diff --git a/share/multikey/README b/share/multikey/README index c5e19f9..beed768 100644 --- a/share/multikey/README +++ b/share/multikey/README | |||
@@ -26,16 +26,32 @@ xmbdfed. save the file and test it out by restarting opie, or running | |||
26 | 26 | ||
27 | host$ $OPIEDIR/bin/qcop QPE/TaskBar "reloadInputMethods()" | 27 | host$ $OPIEDIR/bin/qcop QPE/TaskBar "reloadInputMethods()" |
28 | 28 | ||
29 | it worked, right? if all you see is a square in it's place, that means your | 29 | it worked, right? if all you see is a square in it's place, that means your |
30 | default font doesn't have that char. go to appearance and change the font to | 30 | default font doesn't have that char. go to appearance and change the font to |
31 | one that has that char. | 31 | one that has that char. |
32 | 32 | ||
33 | and if you want, you can have an image as the label instead of the char itself. | 33 | and if you want, you can have an image as the label instead of the char itself. |
34 | just draw the xpm image in gimp or something, save it, open it in your text | 34 | just draw the xpm image in gimp or something, save it, open it in your text |
35 | editor, cut off all the surrounding stuff and leave only the stuff between the | 35 | editor, cut off all the surrounding stuff and leave only the stuff between the |
36 | " chars. place that after your key definition. not too hard, right? | 36 | " chars. place that after your key definition. not too hard, right? |
37 | 37 | ||
38 | about shift and meta characters. to place chars in the shift map, the line | ||
39 | should consist of two columns. the non-shifted char and the shifted char. for | ||
40 | example. | ||
41 | |||
42 | 0x36 0x46 | ||
43 | |||
44 | so, 0x36 shifted is 0x46. and for meta chars. the reason why you have this | ||
45 | feature is because of languages like german, where you can hold down the | ||
46 | meta-alt key and enter in other special characters. it's like having | ||
47 | a second shift. to add chars to this map, you do the following. | ||
48 | |||
49 | m 0x36 0x84 | ||
50 | |||
51 | and here, if you hold down the meta-alt and hit the 0x36 key, 0x84 would be | ||
52 | input. get it? | ||
53 | |||
38 | if you have problems, suggestions, or just want to tell me something, you can | 54 | if you have problems, suggestions, or just want to tell me something, you can |
39 | contact me at jake at asdfnews.org | 55 | contact me at jake at asdfnews.org |
40 | 56 | ||
41 | jake richardson | 57 | jake richardson |
diff --git a/share/multikey/de.keymap b/share/multikey/de.keymap index 66b2ed5..12f470a 100644 --- a/share/multikey/de.keymap +++ b/share/multikey/de.keymap | |||
@@ -207,25 +207,25 @@ | |||
207 | 5 0x1023 0 3 | 207 | 5 0x1023 0 3 |
208 | "13 7 2 1" | 208 | "13 7 2 1" |
209 | " c None" | 209 | " c None" |
210 | ". c #000000" | 210 | ". c #000000" |
211 | " " | 211 | " " |
212 | " . . ... " | 212 | " . . ... " |
213 | " . . . . " | 213 | " . . . . " |
214 | " ... . . " | 214 | " ... . . " |
215 | " . . . . " | 215 | " . . . . " |
216 | " . . ... . " | 216 | " . . ... . " |
217 | " " | 217 | " " |
218 | 5 0 0x20 16 | 218 | 5 0 0x20 16 |
219 | 5 0x1023 0 3 | 219 | 5 0x1022 0 3 # meta alt key |
220 | "13 7 2 1" | 220 | "13 7 2 1" |
221 | " c None" | 221 | " c None" |
222 | ". c #000000" | 222 | ". c #000000" |
223 | " " | 223 | " " |
224 | " . . ... " | 224 | " . . ... " |
225 | " . . . . " | 225 | " . . . . " |
226 | " ... . . " | 226 | " ... . . " |
227 | " . . . . " | 227 | " . . . . " |
228 | " . . ... . " | 228 | " . . ... . " |
229 | " " | 229 | " " |
230 | 5 0x1021 0 3 | 230 | 5 0x1021 0 3 |
231 | "17 7 2 1" | 231 | "17 7 2 1" |