-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathde.yaml
105 lines (103 loc) · 2.51 KB
/
de.yaml
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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
---
outlines:
default: { width: 63, height: 64 }
action: { width: 63, height: 64 }
altline: { width: 81, height: 64 }
spaceline: { width: 252, height: 64 }
small: { width: 78.75, height: 50 }
bskey: { width: 108, height: 64 }
views:
base:
- "Esc Tab Ctrl Alt ← ↓ ↑ →"
- "1 2 3 4 5 6 7 8 9 0"
- "q w e r t z u i o p"
- "a s d f g h j k l"
- "Shift_L y x c v b n m BackSpace"
- "show_symbols , space . - Return"
upper:
- "Esc Tab Ctrl Alt Home PgDn PgUp End"
- "! \" # $ * & / ( ) ="
- "Q W E R T Z U I O P"
- "A S D F G H J K L"
- "Shift_L Y X C V B N M BackSpace"
- "show_symbols ; space : _ Return"
symbols:
- "Esc Tab Ctrl Alt ← ↓ ↑ →"
- "1 2 3 4 5 6 7 8 9 0"
- "# ` ' \" { } < > [ ]"
- "+ - * / ( ) & | ~ ^"
- "preferences @ % $ ! ? \\ = BackSpace"
- "show_letters ; space : _ Return"
buttons:
Shift_L:
action:
locking:
lock_view: "upper"
unlock_view: "base"
outline: "altline"
icon: "key-shift"
BackSpace:
outline: "bskey"
icon: "edit-clear-symbolic"
action: erase
preferences:
action: "show_prefs"
outline: "altline"
icon: "keyboard-mode-symbolic"
show_symbols:
action:
set_view: "symbols"
outline: "altline"
label: "{ }"
show_letters:
action:
set_view: "base"
outline: "altline"
label: "ABC"
space:
outline: "spaceline"
text: " "
Return:
outline: "bskey"
icon: "key-enter"
keysym: "Return"
Esc:
outline: "small"
keysym: "Escape"
label: "Esc"
Tab:
outline: "small"
keysym: "Tab"
label: "Tab"
Home:
outline: "small"
keysym: "Home"
End:
outline: "small"
keysym: "End"
PgUp:
outline: "small"
keysym: "Page_Up"
PgDn:
outline: "small"
keysym: "Page_Down"
"↑":
outline: "small"
keysym: "Up"
"↓":
outline: "small"
keysym: "Down"
"←":
outline: "small"
keysym: "Left"
"→":
outline: "small"
keysym: "Right"
Ctrl:
modifier: "Control"
outline: "small"
label: "Ctrl"
Alt:
modifier: "Alt"
outline: "small"
label: "Alt"