-
Notifications
You must be signed in to change notification settings - Fork 5
/
russian.layout
83 lines (77 loc) · 1.96 KB
/
russian.layout
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
; use keycodes from:
; https://doc.qt.io/qt-5/qt.html#Key-enum
;
; - [] will leave an empty space in the keyboard
; - Recognized modifier keys are shift, alt, ctrl
; - Letters will automatically handle upper/lowercase
; - Empty row in the file acts as a keyboard row separator
["esc", 0x1000000, "", 0x0]
[">", 0x3e, "<", 0x3c]
["|", 0x7c, "&", 0x26]
["!", 0x21, "?", 0x3f]
["\"", 0x22, "$", 0x24]
["'", 0x27, "`", 0x60]
["_", 0x5f, "@", 0x40]
["=", 0x3d, "~", 0x7e]
["*", 0x2a, "del", 0x1000007]
["pgup", 0x1000016, "home", 0x1000010]
["pgdn", 0x1000017, "end", 0x1000011]
[":backspace", 0x1000003, "", 0x0]
[":tab", 0x1000001, "", 0x0]
["ё", 0x401, "", 0x0]
["1", 0x31, "+", 0x2b]
["2", 0x32, "^", 0x5e]
["3", 0x33, "#", 0x23]
["4", 0x34, "%", 0x25]
["5", 0x35, "(", 0x28]
["6", 0x36, ")", 0x29]
["7", 0x37, "[", 0x5b]
["8", 0x38, "]", 0x5d]
["9", 0x39, "{", 0x7b]
["0", 0x30, "}", 0x7d]
["й", 0x419, "", 0x0]
["ц", 0x426, "", 0x0]
["у", 0x423, "", 0x0]
["к", 0x41a, "", 0x0]
["е", 0x415, "", 0x0]
["н", 0x41d, "", 0x0]
["г", 0x413, "", 0x0]
["ш", 0x428, "", 0x0]
["щ", 0x429, "", 0x0]
["з", 0x417, "", 0x0]
["х", 0x425, "", 0x0]
["ъ", 0x42a, "", 0x0]
["ф", 0x424, "", 0x0]
["ы", 0x42b, "", 0x0]
["в", 0x412, "", 0x0]
["а", 0x410, "", 0x0]
["п", 0x41f, "", 0x0]
["р", 0x420, "", 0x0]
["о", 0x41e, "", 0x0]
["л", 0x41b, "", 0x0]
["д", 0x414, "", 0x0]
["ж", 0x416, "", 0x0]
["э", 0x42d, "", 0x0]
[":enter", 0x1000004, "", 0x0]
[":shift", 0x2000000, "", 0x0]
["я", 0x42f, "", 0x0]
["ч", 0x427, "", 0x0]
["с", 0x421, "", 0x0]
["м", 0x41c, "", 0x0]
["и", 0x418, "", 0x0]
["т", 0x422, "", 0x0]
["ь", 0x42c, "", 0x0]
["б", 0x411, "", 0x0]
["ю", 0x42e, "", 0x0]
[":up", 0x1000013, "", 0x0]
[".", 0x2e, ",", 0x2c]
["ctrl", 0x4000000, "", 0x0]
["alt", 0x8000000, "", 0x0]
["-", 0x2d, "", 0x0]
[";", 0x3b, "", 0x0]
[[[" ", 0x20, "", 0x0]]]
[":", 0x3a, "", 0x0]
["/", 0x2f, "\\", 0x5c]
[":left", 0x1000012, "", 0x0]
[":down", 0x1000015, "", 0x0]
[":right", 0x1000014, "", 0x0]