diff options
author | Sergey V. Udaltsov <svu@gnome.org> | 2010-05-13 20:58:26 +0100 |
---|---|---|
committer | Sergey V. Udaltsov <svu@gnome.org> | 2010-05-13 20:58:26 +0100 |
commit | dc87d0c1b7b1f3d44554164bd71cf603c35596ce (patch) | |
tree | 9ee1600a32ce8a7fce0f750136db6acc7f54f9dc | |
parent | 95d844882cefe4ab54bf27130ac0fdbb28cac311 (diff) |
Enhancement to hu keymap
https://bugs.freedesktop.org/show_bug.cgi?id=28091
-rw-r--r-- | symbols/hu | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -4,6 +4,7 @@ // // $XKeyboardConfig$ // (C) 2002-2004 Soós Péter <sp@osb.hu> +// (C) 2010 Andras Timar <timar@fsf.hu> // // Permission is granted to anyone to use, distribute and modify // this file in any way, provided that the above copyright notice @@ -18,6 +19,10 @@ // - Fixed abovedot // - Added adiaeresis // - Added EuroSign and cent symbol +// 2010-04-23 - Added doublelowquotemark +// - Added rightdoublequotemark +// - Added endash +// 2010-05-13 - Added ellipsis // Default layout @@ -421,7 +426,7 @@ xkb_symbols "def_common" { key <AB06> { [ n, N, braceright ] }; key <AB07> { [ m, M, less ] }; key <AB08> { [ comma, question, semicolon ] }; - key <AB09> { [ period, colon, greater ] }; + key <AB09> { [ period, colon, ellipsis ] }; key <AB10> { [ minus, underscore, asterisk ] }; }; |