diff options
author | marha <marha@users.sourceforge.net> | 2010-05-06 06:07:20 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2010-05-06 06:07:20 +0000 |
commit | b26731866b21540d615a84bc2c41ccb454305990 (patch) | |
tree | 15b9ec65fb8fdd9544f74427f8960fbec159dd74 /xorg-server/xkbdata.src/symbols/hu | |
parent | 93041fdd8c52dc6ffe78516cd8955fe3d336c4b4 (diff) | |
download | vcxsrv-b26731866b21540d615a84bc2c41ccb454305990.tar.gz vcxsrv-b26731866b21540d615a84bc2c41ccb454305990.tar.bz2 vcxsrv-b26731866b21540d615a84bc2c41ccb454305990.zip |
xkeyboard-config git update 6/5/2010
Diffstat (limited to 'xorg-server/xkbdata.src/symbols/hu')
-rw-r--r-- | xorg-server/xkbdata.src/symbols/hu | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/xorg-server/xkbdata.src/symbols/hu b/xorg-server/xkbdata.src/symbols/hu index 428009818..e5abdf2ad 100644 --- a/xorg-server/xkbdata.src/symbols/hu +++ b/xorg-server/xkbdata.src/symbols/hu @@ -329,7 +329,7 @@ xkb_symbols "def_101" { // The standard Hungaryan qwertz layout hidden partial alphanumeric_keys xkb_symbols "def_qwertz" { - key <AD06> { [ z, Z ] }; + key <AD06> { [ z, Z, endash ] }; key <AB01> { [ y, Y, greater ] }; }; @@ -338,7 +338,7 @@ xkb_symbols "def_qwertz" { // The qwerty layout for people who familiar with the standard US layout hidden partial alphanumeric_keys xkb_symbols "def_qwerty" { - key <AD06> { [ y, Y ] }; + key <AD06> { [ y, Y, endash ] }; key <AB01> { [ z, Z, greater ] }; }; @@ -396,6 +396,8 @@ xkb_symbols "def_common" { key <AD02> { [ w, W, bar ] }; key <AD07> { [ u, U, EuroSign ] }; key <AD08> { [ i, I, Iacute, iacute ] }; + key <AD09> { [ o, O, doublelowquotemark ] }; + key <AD10> { [ p, P, rightdoublequotemark ] }; key <AD11> { [ odoubleacute, Odoubleacute, division ] }; key <AD12> { [ uacute, Uacute, multiply ] }; |