From 2e9ab8be72b1d0306e5e6e8c33cde51c0c927450 Mon Sep 17 00:00:00 2001 From: "Sergey V. Udaltsov" Date: Mon, 8 Oct 2012 23:38:25 +0100 Subject: il(lyx) should have proper mapping of numeric keys https://bugs.freedesktop.org/show_bug.cgi?id=55648 --- symbols/il | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/symbols/il b/symbols/il index eafb8cd7..6617d2df 100644 --- a/symbols/il +++ b/symbols/il @@ -126,8 +126,16 @@ xkb_symbols "lyx" { // Note the parens mirroring below: key { [ bracketright, braceright ] }; key { [ bracketleft, braceleft ] }; - key { [ 9 , parenright ] }; - key { [ 0 , parenleft ] }; + key { [ 1, exclam ]}; + key { [ 2, at ]}; + key { [ 3, numbersign ]}; + key { [ 4, dollar ]}; + key { [ 5, percent ]}; + key { [ 6, asciicircum ]}; + key { [ 7, ampersand ]}; + key { [ 8, asterisk ]}; + key { [ 9, parenright ]}; + key { [ 0, parenleft ]}; key { [ minus , 0x10005be ] }; // H. Hiphen key { [ equal , plus ] }; @@ -314,4 +322,4 @@ xkb_symbols "biblicalSIL" { key { [ slash, question, U05F3 ] }; //slash question geresh P key { [ space, space, thinspace, nobreakspace ] };//space space thin space, nbsp -}; \ No newline at end of file +}; -- cgit v1.2.3