diff options
author | marha <marha@users.sourceforge.net> | 2011-04-13 06:36:43 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-04-13 06:36:43 +0000 |
commit | 125aba11ec484309e4dc5b2abf1b15ac98784159 (patch) | |
tree | e74bec46d529ddc000a06bc9b01554bc1ff9c54b /xorg-server/xkeyboard-config/symbols/kr | |
parent | 7730393619080086530e24d3b594351b4114f608 (diff) | |
download | vcxsrv-125aba11ec484309e4dc5b2abf1b15ac98784159.tar.gz vcxsrv-125aba11ec484309e4dc5b2abf1b15ac98784159.tar.bz2 vcxsrv-125aba11ec484309e4dc5b2abf1b15ac98784159.zip |
xkeyboard-config libxcb libX11 git update 13 April 2011
Diffstat (limited to 'xorg-server/xkeyboard-config/symbols/kr')
-rw-r--r-- | xorg-server/xkeyboard-config/symbols/kr | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/xorg-server/xkeyboard-config/symbols/kr b/xorg-server/xkeyboard-config/symbols/kr index 013c5c101..464566cf3 100644 --- a/xorg-server/xkeyboard-config/symbols/kr +++ b/xorg-server/xkeyboard-config/symbols/kr @@ -1,26 +1,26 @@ -default alphanumeric_keys
-xkb_symbols "kr106" {
- include "us"
- name[Group1]= "Korea, Republic of";
- include "kr(koreankeys)"
-};
-
-alphanumeric_keys
-xkb_symbols "kr104" {
- include "us"
- name[Group1]= "Korea, Republic of - 101/104 key Compatible";
- include "kr(koreankeys)"
- include "kr(koreankeys_raltctl)"
-};
-
-partial hidden function_keys
-xkb_symbols "koreankeys" {
- key <K72> { [ Hangul ] };
- key <K71> { [ Hangul_Hanja ] };
-};
-
-partial hidden function_keys
-xkb_symbols "koreankeys_raltctl" {
- key <RALT> { [ Hangul ] };
- key <RCTL> { [ Hangul_Hanja ] };
-};
+default alphanumeric_keys +xkb_symbols "kr106" { + include "us" + name[Group1]= "Korean"; + include "kr(koreankeys)" +}; + +alphanumeric_keys +xkb_symbols "kr104" { + include "us" + name[Group1]= "Korean (101/104 key compatible)"; + include "kr(koreankeys)" + include "kr(koreankeys_raltctl)" +}; + +partial hidden function_keys +xkb_symbols "koreankeys" { + key <K72> { [ Hangul ] }; + key <K71> { [ Hangul_Hanja ] }; +}; + +partial hidden function_keys +xkb_symbols "koreankeys_raltctl" { + key <RALT> { [ Hangul ] }; + key <RCTL> { [ Hangul_Hanja ] }; +}; |