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
34
35 clear Lock
36
37 keysym 1 = 1 exclam onesuperior exclamdown
38 keysym 2 = 2 at twosuperior onehalf
39 keysym 3 = 3 numbersign threesuperior onethird
40 keysym 4 = 4 dollar onequarter threequarters
41 keysym 5 = 5 percent onefifth twofifths
42 keysym 6 = 6 asciicircum onesixth fivesixths
43 keysym 7 = 7 ampersand seveneighths
44 keysym 8 = 8 asterisk infinity oneeighth
45 keysym 9 = 9 parenleft plusminus
46 keysym 0 = 0 parenright infinity Greek_OMEGA
47
48 keycode 49 = grave notsign bar dead_acute
49 keycode 48 = apostrophe quotedbl rightsinglequotemark
50 keycode 21 = equal plus approxeq notequal
51 keycode 20 = minus underscore endash emdash
52 keycode 59 = comma less ellipsis lessthanequal
53 keycode 60 = period greater periodcentered greaterthanequal
54 keycode 61 = slash question enfilledcircbullet questiondown
55
56 keycode 94 = backslash bar guillemotleft guillemotright
57 keycode 51 = numbersign asciitilde
58
59
60 keycode 66 = Mode_switch
61
62 keycode 108 = Mode_switch
63
64
65
66
67
68 keycode 166 = F28
69 keycode 167 = F29
70
71 keysym a = a A adiaeresis Adiaeresis
72 keysym c = c C checkmark copyright
73 keysym d = d D degree
74 keysym e = e E EuroSign cent
75 keysym i = i I idiaeresis Idiaeresis
76 keysym m = m M mu
77 keysym o = o O odiaeresis Odiaeresis
78
79 keysym v = v V uparrow downarrow
80 keysym b = b B rightarrow leftarrow
81
82 keysym p = p P section sterling
83 keysym s = s S ssharp
84 keysym t = t T trademark
85 keysym u = u U udiaeresis Udiaeresis
86 keysym x = x X multiply
87 keysym y = y Y yen
88
89
90 add Control = Control_R
91
92
93
94
95
96
97