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