From e67b35e7a899da5805fcce3d390cb10ebcaffe91 Mon Sep 17 00:00:00 2001 From: marha Date: Wed, 2 May 2012 08:46:34 +0200 Subject: fontconfig mesa xserver xkeyboard-config git update 2 May 2012 --- xorg-server/xkeyboard-config/symbols/dk | 1 + xorg-server/xkeyboard-config/symbols/latin | 2 +- xorg-server/xkeyboard-config/symbols/me | 18 ++++++++++++++++-- 3 files changed, 18 insertions(+), 3 deletions(-) (limited to 'xorg-server/xkeyboard-config') diff --git a/xorg-server/xkeyboard-config/symbols/dk b/xorg-server/xkeyboard-config/symbols/dk index 1187a99bd..1deea28aa 100644 --- a/xorg-server/xkeyboard-config/symbols/dk +++ b/xorg-server/xkeyboard-config/symbols/dk @@ -69,4 +69,5 @@ xkb_symbols "dvorak" { include "no(dvorak)" name[Group1]= "Danish (Dvorak)"; + key { [ asciitilde, asciicircum, dead_diaeresis, dead_tilde ] }; }; diff --git a/xorg-server/xkeyboard-config/symbols/latin b/xorg-server/xkeyboard-config/symbols/latin index 77b99d46c..424768ead 100644 --- a/xorg-server/xkeyboard-config/symbols/latin +++ b/xorg-server/xkeyboard-config/symbols/latin @@ -35,7 +35,7 @@ xkb_symbols "basic" { key { [ f, F, dstroke, ordfeminine ] }; key { [ g, G, eng, ENG ] }; key { [ h, H, hstroke, Hstroke ] }; - key { [ j, J, j, J ] }; + key { [ j, J, dead_hook, dead_horn ] }; key { [ k, K, kra, ampersand ] }; key { [ l, L, lstroke, Lstroke ] }; key { [ semicolon, colon, dead_acute, dead_doubleacute ] }; 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 { [ any, any, zacute, Zacute ] }; // z + key { [ 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 { [ any, any, zacute, Zacute ] }; // z + key { [ any, any, sacute, Sacute ] }; // s }; partial alphanumeric_keys xkb_symbols "latinyz" { include "rs(latinyz)" name[Group1]= "Montenegrin (Latin qwerty)"; + + key { [ any, any, zacute, Zacute ] }; // z + key { [ any, any, sacute, Sacute ] }; // s }; partial alphanumeric_keys xkb_symbols "latinunicodeyz" { include "rs(latinunicodeyz)" name[Group1]= "Montenegrin (Latin Unicode qwerty)"; + + key { [ any, any, zacute, Zacute ] }; // z + key { [ 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 { [ any, any, zacute, Zacute ] }; // z + key { [ any, any, sacute, Sacute ] }; // s + key { [ any, any, guillemotleft, guillemotright ] }; // < }; -- cgit v1.2.3