kr revision 0412cded
1default  alphanumeric_keys
2xkb_symbols "kr106" {
3    include "us"
4    name[Group1]= "Korean";
5    include "kr(koreankeys)"
6};
7
8alphanumeric_keys
9xkb_symbols "kr104" {
10    include "us"
11    name[Group1]= "Korean (101/104 key compatible)";
12    include "kr(koreankeys)"
13    include "kr(koreankeys_raltctl)"
14};
15
16partial hidden function_keys
17xkb_symbols "koreankeys" {
18    key <K71> { [ Hangul ] };
19    key <K72> { [ Hangul_Hanja ] };    
20};
21
22partial hidden function_keys
23xkb_symbols "koreankeys_raltctl" {
24    key <RALT> { [ Hangul ] };
25    key <RCTL> { [ Hangul_Hanja ] };    
26};
27
28// EXTRAS:
29
30partial alphanumeric_keys
31	xkb_symbols "sun_type6" {
32	include "sun_vndr/kr(sun_type6)"
33};
34