1---
2outlines:
3    default: { width: 35.33, height: 46 }
4    action:  { width: 59,    height: 46 }
5    altline: { width: 52.67, height: 46 }
6    wide: { width: 59, height: 46 }
7    spaceline: { width: 140, height: 46 }
8    special: { width: 44, height: 46 }
9    small: { width: 59, height: 22 }
10
11views:
12    base:
13        - "Ctrl Alt ↑ ↓ ← →"
14        - "q w e r t y u i o p"
15        - "a s d f g h j k l"
16        - "Shift_L   z x c v b n m  BackSpace"
17        - "show_numbers preferences      space        show_actions Return"
18    upper:
19        - "Ctrl Alt PgUp PgDn Home End"
20        - "Q W E R T Y U I O P"
21        - "A S D F G H J K L"
22        - "Shift_L   Z X C V B N M  BackSpace"
23        - "show_numbers preferences      space        show_actions Return"
24    numbers:
25        - "Ctrl Alt ↑ ↓ ← →"
26        - "1 2 3 4 5 6 7 8 9 0"
27        - "* # $ / & - _ + ( )"
28        - "show_symbols   , \" ' colon ; ! ?  BackSpace"
29        - "show_letters preferences         space        period Return"
30    symbols:
31        - "Ctrl Alt ↑ ↓ ← →"
32        - "~ ` | · √ π τ ÷ × ¶"
33        - "© ® £ € ¥ ^ ° @ { }"
34        - "show_numbers_from_symbols   \\ % < > = [ ]  BackSpace"
35        - "show_letters preferences         space        period Return"
36    actions:
37        - "Ctrl Alt PgUp PgDn Home End"
38        - "F1  F2  F3  F4  F5  F6"
39        - "F7  F8  F9  F10 F11 F12"
40        - "Esc Tab Pause Insert Up Del"
41        - "show_letters Menu Break Left Down Right"
42
43buttons:
44    Shift_L:
45        action:
46            locking:
47                lock_view: "upper"
48                unlock_view: "base"
49        outline: "altline"
50        icon: "key-shift"
51    BackSpace:
52        outline: "altline"
53        icon: "edit-clear-symbolic"
54        action: erase
55    preferences:
56        action: "show_prefs"
57        outline: "special"
58        icon: "keyboard-mode-symbolic"
59    show_numbers:
60        action:
61            set_view: "numbers"
62        outline: "wide"
63        label: "123"
64    show_numbers_from_symbols:
65        action:
66            set_view: "numbers"
67        outline: "altline"
68        label: "123"
69    show_letters:
70        action:
71            set_view: "base"
72        outline: "wide"
73        label: "ABC"
74    show_symbols:
75        action:
76            set_view: "symbols"
77        outline: "altline"
78        label: "τ=\\"
79    show_actions:
80        action:
81            set_view: "actions"
82        outline: "altline"
83        label: ">_"
84    period:
85        outline: "altline"
86        text: "."
87    space:
88        outline: "spaceline"
89        text: " "
90    Return:
91        outline: "wide"
92        icon: "key-enter"
93        keysym: "Return"
94    colon:
95        text: ":"
96    F1:
97        outline: "action"
98        keysym: "F1"
99    F2:
100        outline: "action"
101        keysym: "F2"
102    F3:
103        outline: "action"
104        keysym: "F3"
105    F4:
106        outline: "action"
107        keysym: "F4"
108    F5:
109        outline: "action"
110        keysym: "F5"
111    F6:
112        outline: "action"
113        keysym: "F6"
114    F7:
115        outline: "action"
116        keysym: "F7"
117    F8:
118        outline: "action"
119        keysym: "F8"
120    F9:
121        outline: "action"
122        keysym: "F9"
123    F10:
124        outline: "action"
125        keysym: "F10"
126    F11:
127        outline: "action"
128        keysym: "F11"
129    F12:
130        outline: "action"
131        keysym: "F12"
132    Esc:
133        outline: "action"
134        keysym: "Escape"
135    Tab:
136        outline: "action"
137        keysym: "Tab"
138    Del:
139        outline: "action"
140        keysym: "Delete"
141    Insert:
142        outline: "action"
143        keysym: "Insert"
144    Menu:
145        outline: "action"
146        keysym: "Menu"
147    Pause:
148        outline: "action"
149        keysym: "Pause"
150    Break:
151        outline: "action"
152        keysym: "Break"
153    Home:
154        outline: "small"
155        keysym: "Home"
156    End:
157        outline: "small"
158        keysym: "End"
159    PgUp:
160        outline: "small"
161        keysym: "Page_Up"
162    PgDn:
163        outline: "small"
164        keysym: "Page_Down"
165    "↑":
166        outline: "small"
167        keysym: "Up"
168    "↓":
169        outline: "small"
170        keysym: "Down"
171    "←":
172        outline: "small"
173        keysym: "Left"
174    "→":
175        outline: "small"
176        keysym: "Right"
177    Up:
178        label: "↑"
179        outline: "action"
180        keysym: "Up"
181    Left:
182        label: "←"
183        outline: "action"
184        keysym: "Left"
185    Down:
186        label: "↓"
187        outline: "action"
188        keysym: "Down"
189    Right:
190        label: "→"
191        outline: "action"
192        keysym: "Right"
193    Ctrl:
194        modifier: "Control"
195        outline: "small"
196        label: "Ctrl"
197    Alt:
198        modifier: "Alt"
199        outline: "small"
200        label: "Alt"
201