diff options
author | marha <marha@users.sourceforge.net> | 2012-10-09 08:50:49 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-10-09 08:50:49 +0200 |
commit | c48e25635aaafefec0c7761d5310f7d2071fc50c (patch) | |
tree | 604f86c42565fb75b496b4748661b3f29fae95ca /xorg-server/xkeyboard-config/symbols | |
parent | de8397bc3d010bba24ec0c4d2e6249a769a86fc7 (diff) | |
download | vcxsrv-c48e25635aaafefec0c7761d5310f7d2071fc50c.tar.gz vcxsrv-c48e25635aaafefec0c7761d5310f7d2071fc50c.tar.bz2 vcxsrv-c48e25635aaafefec0c7761d5310f7d2071fc50c.zip |
fontconfig xserver mesa xkeyboard-config git update 9 oct 2012
fontconfig: e7bfe729ab4cae63ca502291c1fe46cf7152b459
mesa: 63c3a799aecff5348ecec3c4c13355996e4bf820
xserver: 0a75bd640b3dc26b89d9e342999a7f4b7e98edbf
xkeyboard-config: 2e9ab8be72b1d0306e5e6e8c33cde51c0c927450
Diffstat (limited to 'xorg-server/xkeyboard-config/symbols')
-rw-r--r-- | xorg-server/xkeyboard-config/symbols/il | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/xorg-server/xkeyboard-config/symbols/il b/xorg-server/xkeyboard-config/symbols/il index eafb8cd75..6617d2dfc 100644 --- a/xorg-server/xkeyboard-config/symbols/il +++ b/xorg-server/xkeyboard-config/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 +}; |