Remove RCS tags
[xorg/xkeyboard-config] / symbols / kr
1 default  alphanumeric_keys
2 xkb_symbols "kr106" {
3     include "us"
4     name[Group1]= "Korea, Republic of";
5     include "kr(koreankeys)"
6 };
7
8 alphanumeric_keys
9 xkb_symbols "kr104" {
10     include "us"
11     name[Group1]= "Korea, Republic of - 101/104 key Compatible";
12     include "kr(koreankeys)"
13     include "kr(koreankeys_raltctl)"
14 };
15
16 partial hidden function_keys
17 xkb_symbols "koreankeys" {
18     key <K72> { [ Hangul ] };
19     key <K71> { [ Hangul_Hanja ] };    
20 };
21
22 partial hidden function_keys
23 xkb_symbols "koreankeys_raltctl" {
24     key <RALT> { [ Hangul ] };
25     key <RCTL> { [ Hangul_Hanja ] };    
26 };