160 lines
3.5 KiB
YAML
160 lines
3.5 KiB
YAML
---
|
||
outlines:
|
||
default: { width: 32, height: 52 }
|
||
altline: { width: 48.39024, height: 52 }
|
||
wide: { width: 62, height: 52 }
|
||
outline7: { width: 88.97561, height: 52 }
|
||
spaceline: { width: 150.5853, height: 52 }
|
||
|
||
views:
|
||
base:
|
||
- "q w e r t y u i o p å"
|
||
- "a s d f g h j k l ö ä"
|
||
- "Shift_L z x c v b n m BackSpace"
|
||
- "show_numbers preferences space . Return"
|
||
upper:
|
||
- "Q W E R T Y U I O P Å"
|
||
- "A S D F G H J K L Ö Ä"
|
||
- "Shift_L Z X C V B N M BackSpace"
|
||
- "show_numbers preferences space . Return"
|
||
numbers:
|
||
- "1 2 3 4 5 6 7 8 9 0"
|
||
- "at numbersign dollar percent ampersand minus underscore plus parenleft parenright"
|
||
- "show_symbols comma quotedbl quoteright colon semicolon exclam question BackSpace"
|
||
- "show_letters preferences space . Return"
|
||
symbols:
|
||
- "asciitilde quoteleft bar U00B7 squareroot Greek_pi Greek_tau division multiply paragraph"
|
||
- "copyright U00AE U00A3 EuroSign U00A5 asciicircum degree asterisk braceleft braceright"
|
||
- "show_numbers backslash slash less greater equal bracketleft bracketright BackSpace"
|
||
- "show_letters preferences space . Return"
|
||
|
||
buttons:
|
||
Shift_L:
|
||
action:
|
||
locking:
|
||
lock_view: "upper"
|
||
unlock_view: "base"
|
||
outline: "altline"
|
||
icon: "key-shift"
|
||
BackSpace:
|
||
outline: "altline"
|
||
icon: "edit-clear-symbolic"
|
||
action: erase
|
||
preferences:
|
||
action: "show_prefs"
|
||
outline: "altline"
|
||
icon: "keyboard-mode-symbolic"
|
||
show_numbers:
|
||
action:
|
||
set_view: "numbers"
|
||
outline: "wide"
|
||
label: "123"
|
||
show_letters:
|
||
action:
|
||
set_view: "base"
|
||
outline: "wide"
|
||
label: "ABC"
|
||
show_symbols:
|
||
action:
|
||
set_view: "symbols"
|
||
outline: "wide"
|
||
label: "*/="
|
||
".":
|
||
outline: altline
|
||
space:
|
||
outline: spaceline
|
||
text: " "
|
||
Return:
|
||
outline: "wide"
|
||
icon: "key-enter"
|
||
keysym: "Return"
|
||
asterisk:
|
||
text: "*"
|
||
asciitilde:
|
||
text: "~"
|
||
quoteleft:
|
||
text: "`"
|
||
bar:
|
||
text: "|"
|
||
U00B7:
|
||
text: "·"
|
||
squareroot:
|
||
text: "√"
|
||
Greek_pi:
|
||
text: "π"
|
||
division:
|
||
text: "÷"
|
||
multiply:
|
||
text: "×"
|
||
paragraph:
|
||
text: "¶"
|
||
Greek_tau:
|
||
text: "τ"
|
||
copyright:
|
||
text: "©"
|
||
numbersign:
|
||
text: "#"
|
||
U00AE:
|
||
text: "®"
|
||
at:
|
||
text: "@"
|
||
dollar:
|
||
text: "$"
|
||
U00A3:
|
||
text: "£"
|
||
percent:
|
||
text: "%"
|
||
EuroSign:
|
||
text: "€"
|
||
ampersand:
|
||
text: "&"
|
||
U00A5:
|
||
text: "¥"
|
||
minus:
|
||
text: "-"
|
||
asciicircum:
|
||
text: "^"
|
||
underscore:
|
||
text: "_"
|
||
degree:
|
||
text: "°"
|
||
plus:
|
||
text: "+"
|
||
equal:
|
||
text: "="
|
||
parenleft:
|
||
text: "("
|
||
parenright:
|
||
text: ")"
|
||
braceleft:
|
||
text: "{"
|
||
braceright:
|
||
text: "}"
|
||
comma:
|
||
text: ","
|
||
backslash:
|
||
text: "\\"
|
||
slash:
|
||
text: "/"
|
||
quotedbl:
|
||
text: "\""
|
||
quoteright:
|
||
text: "'"
|
||
less:
|
||
text: "<"
|
||
greater:
|
||
text: ">"
|
||
colon:
|
||
text: ":"
|
||
semicolon:
|
||
text: ";"
|
||
exclam:
|
||
text: "!"
|
||
question:
|
||
text: "?"
|
||
bracketleft:
|
||
text: "["
|
||
bracketright:
|
||
text: "]"
|
||
|