41 lines
1.4 KiB
Diff
41 lines
1.4 KiB
Diff
|
commit dc87d0c1b7b1f3d44554164bd71cf603c35596ce
|
||
|
Author: Sergey V. Udaltsov <svu@gnome.org>
|
||
|
Date: Thu May 13 20:58:26 2010 +0100
|
||
|
|
||
|
Enhancement to hu keymap
|
||
|
|
||
|
https://bugs.freedesktop.org/show_bug.cgi?id=28091
|
||
|
|
||
|
diff --git a/symbols/hu b/symbols/hu
|
||
|
index e5abdf2..b12eac1 100644
|
||
|
--- a/symbols/hu
|
||
|
+++ b/symbols/hu
|
||
|
@@ -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 ] };
|
||
|
|
||
|
};
|