summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsvu <svu>2006-05-31 23:38:29 +0000
committersvu <svu>2006-05-31 23:38:29 +0000
commitde21244721d966ff768c15c8e9d2aa0ebe4c59ec (patch)
treea6e1863a0634a16d7a058e13d2de9952f3b8f2a9
parent8aea516d361d8ee83dc0c5a52838e5544a64454b (diff)
fixed comma in armenian, b.fd.o#7080
-rw-r--r--ChangeLog5
-rw-r--r--symbols/am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ca481dd2..c5c52120 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-06-01 Sergey Udaltsov
+
+ symbols/am: fixed comma in Armenian, closing
+ https://bugs.freedesktop.org/show_bug.cgi?id=7080
+
2006-05-28 Sergey Udaltsov
symbols/inet,rules/base.xml.in,rules/base.lists.part:
diff --git a/symbols/am b/symbols/am
index 41ea29a9..c6e7d9af 100644
--- a/symbols/am
+++ b/symbols/am
@@ -20,7 +20,7 @@ xkb_symbols "basic" {
key <AE04> { [ comma, dollar ] };
key <AE05> { [ 0x1000589, 0x1002026 ] };
key <AE06> { [ 0x100055e, percent ] };
- key <AE07> { [ period, 0x1000587 ] };
+ key <AE07> { [ 0x1002024, 0x1000587 ] };
key <AE08> { [ 0x100055b, 0x10002bc ] };
key <AE09> { [ parenright, parenleft ] };
key <AE10> { [ 0x1000585, 0x1000555 ] };