summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@gnome.org>2012-10-08 23:38:25 +0100
committerSergey V. Udaltsov <svu@gnome.org>2012-10-08 23:38:25 +0100
commit2e9ab8be72b1d0306e5e6e8c33cde51c0c927450 (patch)
tree87f5c29465df982470f0a662f8ea6dd071d4367b
parent0a21bb5a28018902a6252fccb620d7dff7e67175 (diff)
downloadxkeyboard-config-2e9ab8be72b1d0306e5e6e8c33cde51c0c927450.tar.gz
il(lyx) should have proper mapping of numeric keys
https://bugs.freedesktop.org/show_bug.cgi?id=55648
-rw-r--r--symbols/il14
1 files changed, 11 insertions, 3 deletions
diff --git a/symbols/il b/symbols/il
index eafb8cd..6617d2d 100644
--- a/symbols/il
+++ b/symbols/il
@@ -126,8 +126,16 @@ xkb_symbols "lyx" {
// Note the parens mirroring below:
key <AD11> { [ bracketright, braceright ] };
key <AD12> { [ bracketleft, braceleft ] };
- key <AE09> { [ 9 , parenright ] };
- key <AE10> { [ 0 , parenleft ] };
+ key <AE01> { [ 1, exclam ]};
+ key <AE02> { [ 2, at ]};
+ key <AE03> { [ 3, numbersign ]};
+ key <AE04> { [ 4, dollar ]};
+ key <AE05> { [ 5, percent ]};
+ key <AE06> { [ 6, asciicircum ]};
+ key <AE07> { [ 7, ampersand ]};
+ key <AE08> { [ 8, asterisk ]};
+ key <AE09> { [ 9, parenright ]};
+ key <AE10> { [ 0, parenleft ]};
key <AE11> { [ minus , 0x10005be ] }; // H. Hiphen
key <AE12> { [ equal , plus ] };
@@ -314,4 +322,4 @@ xkb_symbols "biblicalSIL" {
key <AB10> { [ slash, question, U05F3 ] }; //slash question geresh P
key <SPCE> { [ space, space, thinspace, nobreakspace ] };//space space thin space, nbsp
-}; \ No newline at end of file
+};