Files
squeekboard/data/keyboards/terminal/us_wide.yaml
MoonlightWave-12 e01f2da83f layouts: Change "small"-outline to "small-row"-outline in terminal-layouts
and change the font-size for the "small"-outline back to 0.5em,
so that the font-size for custom-layouts that use it does not change.

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/704>
2024-11-15 11:47:41 +01:00

233 lines
5.7 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Language: Englisch (US)
---
outlines:
default: { width: 61.824, height: 42 }
action: { width: 103.04, height: 42 }
change-view: { width: 92.736, height: 42 }
change-view-2: { width: 103.04, height: 42 }
halfwidth: { width: 30.912, height: 42 }
large: { width: 92.736, height: 42 }
small-row: { width: 68.693, height: 25.2 }
spaceline: { width: 267.904, height: 42 }
special: { width: 61.824, height: 42 }
special-2: { width: 92.736, height: 42 }
special-3: { width: 103.04, height: 42 }
views:
base:
- "Esc-small Tab-small Ctrl Alt Shift ↑ ↓ ← →"
- "q w e r t y u i o p"
- ".-thin a s d f g h j k l --thin"
- "show_upper z x c v b n m BackSpace"
- "show_numbers preferences space show_actions Return"
upper:
- "Esc-small Tab-small Ctrl Alt Shift PageUp PageDown Home End"
- "Q W E R T Y U I O P"
- "/-thin A S D F G H J K L |-thin"
- "show_upper Z X C V B N M BackSpace"
- "show_numbers preferences space show_actions Return"
numbers:
- "Esc-small Tab-small Ctrl Alt Shift ↑ ↓ ← →"
- "1 2 3 4 5 6 7 8 9 0"
- "\\ * # $ / & - + ( ) _"
- "show_symbols , \" ' : ; ! ? BackSpace"
- "show_letters preferences space . Return"
symbols:
- "Esc-small Tab-small Ctrl Alt Shift ↑ ↓ ← →"
- "~ ` · √ π τ ÷ × ¶ @"
- "\\ © ® £ € ¥ ^ ° { } _"
- "show_numbers % | < > = [ ] BackSpace"
- "show_letters preferences space . Return"
actions:
- "Esc-small Tab-small Ctrl Alt Shift PageUp PageDown Home End"
- "F1 F2 F3 F4 F5 F6"
- "F7 F8 F9 F10 F11 F12"
- "Esc Tab Pause Insert Up Del"
- "show_letters_actions Menu Break Left Down Right"
buttons:
show_upper:
action:
locking:
lock_view: "upper"
unlock_view: "base"
outline: "change-view"
icon: "key-shift"
BackSpace:
outline: "special-2"
icon: "edit-clear-symbolic"
action: "erase"
preferences:
action: "show_prefs"
outline: "special"
icon: "keyboard-mode-symbolic"
show_numbers:
action:
set_view: "numbers"
outline: "change-view"
label: "123"
show_letters:
action:
set_view: "base"
outline: "change-view"
label: "ABC"
show_letters_actions:
action:
set_view: "base"
outline: "change-view-2"
label: "ABC"
show_symbols:
action:
set_view: "symbols"
outline: "change-view"
label: "τ=\\"
show_actions:
action:
set_view: "actions"
outline: "change-view"
label: ">_"
.:
outline: "large"
space:
outline: "spaceline"
text: " "
Return:
outline: "special-3"
icon: "key-enter"
keysym: "Return"
F1:
outline: "action"
keysym: "F1"
F2:
outline: "action"
keysym: "F2"
F3:
outline: "action"
keysym: "F3"
F4:
outline: "action"
keysym: "F4"
F5:
outline: "action"
keysym: "F5"
F6:
outline: "action"
keysym: "F6"
F7:
outline: "action"
keysym: "F7"
F8:
outline: "action"
keysym: "F8"
F9:
outline: "action"
keysym: "F9"
F10:
outline: "action"
keysym: "F10"
F11:
outline: "action"
keysym: "F11"
F12:
outline: "action"
keysym: "F12"
Esc:
outline: "action"
keysym: "Escape"
Esc-small:
outline: "small-row"
keysym: "Escape"
label: "Esc"
Tab:
outline: "action"
keysym: "Tab"
Tab-small:
outline: "small-row"
keysym: "Tab"
label: "Tab"
Del:
outline: "action"
keysym: "Delete"
Insert:
outline: "action"
keysym: "Insert"
Menu:
outline: "action"
keysym: "Menu"
Pause:
outline: "action"
keysym: "Pause"
Break:
outline: "action"
keysym: "Break"
Home:
outline: "small-row"
keysym: "Home"
End:
outline: "small-row"
keysym: "End"
PageUp:
outline: "small-row"
keysym: "Page_Up"
label: "Page ↑"
PageDown:
outline: "small-row"
keysym: "Page_Down"
label: "Page ↓"
"↑":
outline: "small-row"
keysym: "Up"
"↓":
outline: "small-row"
keysym: "Down"
"←":
outline: "small-row"
keysym: "Left"
"→":
outline: "small-row"
keysym: "Right"
Up:
label: "↑"
outline: "action"
keysym: "Up"
Left:
label: "←"
outline: "action"
keysym: "Left"
Down:
label: "↓"
outline: "action"
keysym: "Down"
Right:
label: "→"
outline: "action"
keysym: "Right"
Ctrl:
modifier: "Control"
outline: "small-row"
label: "Ctrl"
Alt:
modifier: "Alt"
outline: "small-row"
label: "Alt"
Shift:
modifier: "Shift"
outline: "small-row"
label: "Shift"
--thin:
outline: "halfwidth"
text: "-"
/-thin:
outline: "halfwidth"
text: "/"
"|-thin":
outline: "halfwidth"
text: "|"
.-thin:
outline: "halfwidth"
text: "."
"\\":
outline: "halfwidth"
_:
outline: "halfwidth"