summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey V. Udaltsov <svu@linnie-the-pooh.(none)>2009-04-15 22:45:49 +0100
committerSergey V. Udaltsov <svu@linnie-the-pooh.(none)>2009-04-15 22:45:49 +0100
commit1ca960f0540690f5b2a0368616662b86b7b4a3e1 (patch)
treef4a23d95aaf0172b4700cb009e50e7b4275037c2
parent5541dd76fd2c1cace3a4b8984c18304b77ca00f7 (diff)
downloadxkeyboard-config-1ca960f0540690f5b2a0368616662b86b7b4a3e1.tar.gz
fixed ordering issue on kr, b.fd.o#21211
-rw-r--r--ChangeLog5
-rw-r--r--symbols/kr4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0103798..3043686 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-15 Sergey Udaltsov
+
+ * symbols/kr: fixed ordering issue,
+ http://bugs.freedesktop.org/show_bug.cgi?id=21211
+
2009-04-14 Sergey Udaltsov
* symbols/kg: small update of the Kyrgyz layout,
diff --git a/symbols/kr b/symbols/kr
index 10de5fe..4c2fa96 100644
--- a/symbols/kr
+++ b/symbols/kr
@@ -3,15 +3,15 @@
default alphanumeric_keys
xkb_symbols "kr106" {
- name[Group1]= "Korea, Republic of";
include "us"
+ name[Group1]= "Korea, Republic of";
include "kr(koreankeys)"
};
alphanumeric_keys
xkb_symbols "kr104" {
- name[Group1]= "Korea, Republic of - 101/104 key Compatible";
include "us"
+ name[Group1]= "Korea, Republic of - 101/104 key Compatible";
include "kr(koreankeys)"
include "kr(koreankeys_raltctl)"
};