aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/xkeyboard-config/symbols/kr
blob: 1ee560bf8764ae6d39e97bedbb66b1bfb2453021 (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
31
32
33
default  alphanumeric_keys
xkb_symbols "kr106" {
    include "us"
    name[Group1]= "Korean";
    include "kr(koreankeys)"
};

alphanumeric_keys
xkb_symbols "kr104" {
    include "us"
    name[Group1]= "Korean (101/104 key compatible)";
    include "kr(koreankeys)"
    include "kr(koreankeys_raltctl)"
};

hidden partial function_keys
xkb_symbols "koreankeys" {
    key <K71> { [ Hangul ] };
    key <K72> { [ Hangul_Hanja ] };
};

hidden partial function_keys
xkb_symbols "koreankeys_raltctl" {
    key <RALT> { [ Hangul ] };
    key <RCTL> { [ Hangul_Hanja ] };
};

// EXTRAS:

partial alphanumeric_keys
	xkb_symbols "sun_type6" {
	include "sun_vndr/kr(sun_type6)"
};