diff options
Diffstat (limited to 'xorg-server/xkeyboard-config/symbols/kr')
-rw-r--r-- | xorg-server/xkeyboard-config/symbols/kr | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/xorg-server/xkeyboard-config/symbols/kr b/xorg-server/xkeyboard-config/symbols/kr new file mode 100644 index 000000000..4c2fa9673 --- /dev/null +++ b/xorg-server/xkeyboard-config/symbols/kr @@ -0,0 +1,30 @@ +// $XKeyboardConfig$ +// + +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 ] }; +}; + |