blob: 10de5fef57b834f125bc74780af9dc0531fe5e9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
// $XKeyboardConfig$
//
default alphanumeric_keys
xkb_symbols "kr106" {
name[Group1]= "Korea, Republic of";
include "us"
include "kr(koreankeys)"
};
alphanumeric_keys
xkb_symbols "kr104" {
name[Group1]= "Korea, Republic of - 101/104 key Compatible";
include "us"
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 ] };
};
|