diff options
author | marha <marha@users.sourceforge.net> | 2012-05-02 08:46:34 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-05-02 08:46:34 +0200 |
commit | e67b35e7a899da5805fcce3d390cb10ebcaffe91 (patch) | |
tree | 9323222611fb6ee923d9351df9aead4ee342a8f9 /xorg-server/xkeyboard-config/symbols/me | |
parent | 762b7fde3d57d3a151f98535fd31516b7e823bc0 (diff) | |
download | vcxsrv-e67b35e7a899da5805fcce3d390cb10ebcaffe91.tar.gz vcxsrv-e67b35e7a899da5805fcce3d390cb10ebcaffe91.tar.bz2 vcxsrv-e67b35e7a899da5805fcce3d390cb10ebcaffe91.zip |
fontconfig mesa xserver xkeyboard-config git update 2 May 2012
Diffstat (limited to 'xorg-server/xkeyboard-config/symbols/me')
-rw-r--r-- | xorg-server/xkeyboard-config/symbols/me | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/xorg-server/xkeyboard-config/symbols/me b/xorg-server/xkeyboard-config/symbols/me index dd81567c2..54d63e130 100644 --- a/xorg-server/xkeyboard-config/symbols/me +++ b/xorg-server/xkeyboard-config/symbols/me @@ -7,8 +7,10 @@ default partial alphanumeric_keys xkb_symbols "basic" { include "rs(latin)" name[Group1]= "Montenegrin"; -}; + key <AD06> { [ any, any, zacute, Zacute ] }; // z + key <AC02> { [ any, any, sacute, Sacute ] }; // s +}; partial alphanumeric_keys xkb_symbols "cyrillic" { @@ -16,7 +18,6 @@ xkb_symbols "cyrillic" { name[Group1]= "Montenegrin (Cyrillic)"; }; - partial alphanumeric_keys xkb_symbols "cyrillicyz" { include "rs(yz)" @@ -27,18 +28,27 @@ partial alphanumeric_keys xkb_symbols "latinunicode" { include "rs(latinunicode)" name[Group1]= "Montenegrin (Latin Unicode)"; + + key <AD06> { [ any, any, zacute, Zacute ] }; // z + key <AC02> { [ any, any, sacute, Sacute ] }; // s }; partial alphanumeric_keys xkb_symbols "latinyz" { include "rs(latinyz)" name[Group1]= "Montenegrin (Latin qwerty)"; + + key <AB02> { [ any, any, zacute, Zacute ] }; // z + key <AC02> { [ any, any, sacute, Sacute ] }; // s }; partial alphanumeric_keys xkb_symbols "latinunicodeyz" { include "rs(latinunicodeyz)" name[Group1]= "Montenegrin (Latin Unicode qwerty)"; + + key <AB02> { [ any, any, zacute, Zacute ] }; // z + key <AC02> { [ any, any, sacute, Sacute ] }; // s }; xkb_symbols "cyrillicalternatequotes" { @@ -49,4 +59,8 @@ xkb_symbols "cyrillicalternatequotes" { xkb_symbols "latinalternatequotes" { include "rs(latinalternatequotes)" name[Group1]= "Montenegrin (Latin with guillemets)"; + + key <AD06> { [ any, any, zacute, Zacute ] }; // z + key <AC02> { [ any, any, sacute, Sacute ] }; // s + key <LSGT> { [ any, any, guillemotleft, guillemotright ] }; // < }; |