summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsvu <svu>2005-12-21 00:40:06 +0000
committersvu <svu>2005-12-21 00:40:06 +0000
commit40263191e3fc320b9fbe1e80f7c0a0ead67bbe0f (patch)
treefd88900fc7ca4477c34194a1ebc47b30ea21d06e
parent016c01b24ee1c464041be83334fa3525fa06ed51 (diff)
fixing def_dot
-rw-r--r--symbols/hu14
1 files changed, 8 insertions, 6 deletions
diff --git a/symbols/hu b/symbols/hu
index 519ba26d..a7456417 100644
--- a/symbols/hu
+++ b/symbols/hu
@@ -342,12 +342,14 @@ xkb_symbols "def_qwerty" {
key <AB01> { [ z, Z, greater ] };
};
-// def_comma:
-// The Hungarian standard is the comma on the keypad not decimal dot
-hidden partial keypad_keys
-xkb_symbols "def_comma" {
- key <KPDL> { [ KP_Delete, KP_Separator ] };
-};
+// def_dot:
+// The Hungarian standard is the comma on the keypad not decimal dot,
+// but programmers hate it
+hidden partial keypad_keys
+xkb_symbols "def_dot" {
+ key <KPDL> { [ KP_Delete, KP_Decimal ] };
+};
+
// def_dead:
// Dead keys support part