Added ctrl:ctrl_menu
[xorg/xkeyboard-config] / symbols / kr
1 // $XKeyboardConfig$
2 //
3
4 default  alphanumeric_keys
5 xkb_symbols "kr106" {
6     include "us"
7     name[Group1]= "Korea, Republic of";
8     include "kr(koreankeys)"
9 };
10
11 alphanumeric_keys
12 xkb_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
19 partial hidden function_keys
20 xkb_symbols "koreankeys" {
21     key <K72> { [ Hangul ] };
22     key <K71> { [ Hangul_Hanja ] };    
23 };
24
25 partial hidden function_keys
26 xkb_symbols "koreankeys_raltctl" {
27     key <RALT> { [ Hangul ] };
28     key <RCTL> { [ Hangul_Hanja ] };    
29 };
30