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>
This commit is contained in:
MoonlightWave-12
2024-11-15 11:45:20 +01:00
parent c84762d619
commit e01f2da83f
13 changed files with 166 additions and 162 deletions

View File

@ -58,6 +58,10 @@ sq_button.action {
} }
sq_button.small { sq_button.small {
font-size: 0.5em;
}
sq_button.small-row {
font-size: 0.575em; font-size: 0.575em;
} }

View File

@ -8,7 +8,7 @@ outlines:
halfwidth: { width: 20.205, height: 52 } halfwidth: { width: 20.205, height: 52 }
large: { width: 60.615, height: 52 } large: { width: 60.615, height: 52 }
narrow: { width: 30.307, height: 52 } narrow: { width: 30.307, height: 52 }
small: { width: 50.512, height: 27.725 } small-row: { width: 50.512, height: 27.725 }
spaceline: { width: 114.495, height: 52 } spaceline: { width: 114.495, height: 52 }
special: { width: 40.41, height: 52 } special: { width: 40.41, height: 52 }
special-2: { width: 60.615, height: 52 } special-2: { width: 60.615, height: 52 }
@ -153,7 +153,7 @@ buttons:
outline: "action" outline: "action"
keysym: "Tab" keysym: "Tab"
Tab-small: Tab-small:
outline: "small" outline: "small-row"
keysym: "Tab" keysym: "Tab"
label: "Tab" label: "Tab"
Del: Del:
@ -176,32 +176,32 @@ buttons:
keysym: "Break" keysym: "Break"
label: "Untbr" label: "Untbr"
Home: Home:
outline: "small" outline: "small-row"
keysym: "Home" keysym: "Home"
label: "Pos1" label: "Pos1"
End: End:
outline: "small" outline: "small-row"
keysym: "End" keysym: "End"
label: "Ende" label: "Ende"
PageUp: PageUp:
outline: "small" outline: "small-row"
keysym: "Page_Up" keysym: "Page_Up"
label: "Bild ↑" label: "Bild ↑"
PageDown: PageDown:
outline: "small" outline: "small-row"
keysym: "Page_Down" keysym: "Page_Down"
label: "Bild ↓" label: "Bild ↓"
"↑": "↑":
outline: "small" outline: "small-row"
keysym: "Up" keysym: "Up"
"↓": "↓":
outline: "small" outline: "small-row"
keysym: "Down" keysym: "Down"
"←": "←":
outline: "small" outline: "small-row"
keysym: "Left" keysym: "Left"
"→": "→":
outline: "small" outline: "small-row"
keysym: "Right" keysym: "Right"
Up: Up:
label: "↑" label: "↑"
@ -221,15 +221,15 @@ buttons:
keysym: "Right" keysym: "Right"
Ctrl: Ctrl:
modifier: "Control" modifier: "Control"
outline: "small" outline: "small-row"
label: "Strg" label: "Strg"
Alt: Alt:
modifier: "Alt" modifier: "Alt"
outline: "small" outline: "small-row"
label: "Alt" label: "Alt"
Shift: Shift:
modifier: "Shift" modifier: "Shift"
outline: "small" outline: "small-row"
label: "Umsch" label: "Umsch"
--thin: --thin:
outline: "halfwidth" outline: "halfwidth"

View File

@ -8,7 +8,7 @@ outlines:
halfwidth: { width: 30.912, height: 42 } halfwidth: { width: 30.912, height: 42 }
large: { width: 92.736, height: 42 } large: { width: 92.736, height: 42 }
narrow: { width: 46.368, height: 42 } narrow: { width: 46.368, height: 42 }
small: { width: 68.693, height: 25.2 } small-row: { width: 68.693, height: 25.2 }
spaceline: { width: 175.168, height: 42 } spaceline: { width: 175.168, height: 42 }
special: { width: 61.824, height: 42 } special: { width: 61.824, height: 42 }
special-2: { width: 92.736, height: 42 } special-2: { width: 92.736, height: 42 }
@ -150,14 +150,14 @@ buttons:
outline: "action" outline: "action"
keysym: "Escape" keysym: "Escape"
Esc-small: Esc-small:
outline: "small" outline: "small-row"
keysym: "Escape" keysym: "Escape"
label: "Esc" label: "Esc"
Tab: Tab:
outline: "action" outline: "action"
keysym: "Tab" keysym: "Tab"
Tab-small: Tab-small:
outline: "small" outline: "small-row"
keysym: "Tab" keysym: "Tab"
label: "Tab" label: "Tab"
Del: Del:
@ -180,32 +180,32 @@ buttons:
keysym: "Break" keysym: "Break"
label: "Untbr" label: "Untbr"
Home: Home:
outline: "small" outline: "small-row"
keysym: "Home" keysym: "Home"
label: "Pos1" label: "Pos1"
End: End:
outline: "small" outline: "small-row"
keysym: "End" keysym: "End"
label: "Ende" label: "Ende"
PageUp: PageUp:
outline: "small" outline: "small-row"
keysym: "Page_Up" keysym: "Page_Up"
label: "Bild ↑" label: "Bild ↑"
PageDown: PageDown:
outline: "small" outline: "small-row"
keysym: "Page_Down" keysym: "Page_Down"
label: "Bild ↓" label: "Bild ↓"
"↑": "↑":
outline: "small" outline: "small-row"
keysym: "Up" keysym: "Up"
"↓": "↓":
outline: "small" outline: "small-row"
keysym: "Down" keysym: "Down"
"←": "←":
outline: "small" outline: "small-row"
keysym: "Left" keysym: "Left"
"→": "→":
outline: "small" outline: "small-row"
keysym: "Right" keysym: "Right"
Up: Up:
label: "↑" label: "↑"
@ -225,15 +225,15 @@ buttons:
keysym: "Right" keysym: "Right"
Ctrl: Ctrl:
modifier: "Control" modifier: "Control"
outline: "small" outline: "small-row"
label: "Strg" label: "Strg"
Alt: Alt:
modifier: "Alt" modifier: "Alt"
outline: "small" outline: "small-row"
label: "Alt" label: "Alt"
Shift: Shift:
modifier: "Shift" modifier: "Shift"
outline: "small" outline: "small-row"
label: "Umschalt" label: "Umschalt"
MinusSmall: MinusSmall:
outline: "halfwidth" outline: "halfwidth"

View File

@ -7,7 +7,7 @@ outlines:
change-view-2: { width: 67.35, height: 52 } change-view-2: { width: 67.35, height: 52 }
halfwidth: { width: 20.205, height: 52 } halfwidth: { width: 20.205, height: 52 }
large: { width: 60.615, height: 52 } large: { width: 60.615, height: 52 }
small: { width: 50.512, height: 27.725 } small-row: { width: 50.512, height: 27.725 }
spaceline: { width: 114.495, height: 52 } spaceline: { width: 114.495, height: 52 }
special: { width: 40.41, height: 52 } special: { width: 40.41, height: 52 }
special-2: { width: 60.615, height: 52 } special-2: { width: 60.615, height: 52 }
@ -152,7 +152,7 @@ buttons:
outline: "action" outline: "action"
keysym: "Tab" keysym: "Tab"
Tab-small: Tab-small:
outline: "small" outline: "small-row"
keysym: "Tab" keysym: "Tab"
label: "Tab" label: "Tab"
Del: Del:
@ -175,32 +175,32 @@ buttons:
keysym: "Break" keysym: "Break"
label: "Inter" label: "Inter"
Home: Home:
outline: "small" outline: "small-row"
keysym: "Home" keysym: "Home"
label: "Inicio" label: "Inicio"
End: End:
outline: "small" outline: "small-row"
keysym: "End" keysym: "End"
label: "Fin" label: "Fin"
PageUp: PageUp:
outline: "small" outline: "small-row"
keysym: "Page_Up" keysym: "Page_Up"
label: "Pág ↑" label: "Pág ↑"
PageDown: PageDown:
outline: "small" outline: "small-row"
keysym: "Page_Down" keysym: "Page_Down"
label: "Pág ↓" label: "Pág ↓"
"↑": "↑":
outline: "small" outline: "small-row"
keysym: "Up" keysym: "Up"
"↓": "↓":
outline: "small" outline: "small-row"
keysym: "Down" keysym: "Down"
"←": "←":
outline: "small" outline: "small-row"
keysym: "Left" keysym: "Left"
"→": "→":
outline: "small" outline: "small-row"
keysym: "Right" keysym: "Right"
Up: Up:
label: "↑" label: "↑"
@ -220,15 +220,15 @@ buttons:
keysym: "Right" keysym: "Right"
Ctrl: Ctrl:
modifier: "Control" modifier: "Control"
outline: "small" outline: "small-row"
label: "Ctrl" label: "Ctrl"
Alt: Alt:
modifier: "Alt" modifier: "Alt"
outline: "small" outline: "small-row"
label: "Alt" label: "Alt"
Shift: Shift:
modifier: "Shift" modifier: "Shift"
outline: "small" outline: "small-row"
label: "Mayús" label: "Mayús"
ü: ü:
outline: "thin" outline: "thin"

View File

@ -7,7 +7,7 @@ outlines:
change-view-2: { width: 103.04, height: 42 } change-view-2: { width: 103.04, height: 42 }
halfwidth: { width: 30.912, height: 42 } halfwidth: { width: 30.912, height: 42 }
large: { width: 92.736, height: 42 } large: { width: 92.736, height: 42 }
small: { width: 68.693, height: 25.2 } small-row: { width: 68.693, height: 25.2 }
spaceline: { width: 175.168, height: 42 } spaceline: { width: 175.168, height: 42 }
special: { width: 61.824, height: 42 } special: { width: 61.824, height: 42 }
special-2: { width: 92.736, height: 42 } special-2: { width: 92.736, height: 42 }
@ -149,14 +149,14 @@ buttons:
outline: "action" outline: "action"
keysym: "Escape" keysym: "Escape"
Esc-small: Esc-small:
outline: "small" outline: "small-row"
keysym: "Escape" keysym: "Escape"
label: "Esc" label: "Esc"
Tab: Tab:
outline: "action" outline: "action"
keysym: "Tab" keysym: "Tab"
Tab-small: Tab-small:
outline: "small" outline: "small-row"
keysym: "Tab" keysym: "Tab"
label: "Tab" label: "Tab"
Del: Del:
@ -179,32 +179,32 @@ buttons:
keysym: "Break" keysym: "Break"
label: "Inter" label: "Inter"
Home: Home:
outline: "small" outline: "small-row"
keysym: "Home" keysym: "Home"
label: "Inicio" label: "Inicio"
End: End:
outline: "small" outline: "small-row"
keysym: "End" keysym: "End"
label: "Fin" label: "Fin"
PageUp: PageUp:
outline: "small" outline: "small-row"
keysym: "Page_Up" keysym: "Page_Up"
label: "Pág ↑" label: "Pág ↑"
PageDown: PageDown:
outline: "small" outline: "small-row"
keysym: "Page_Down" keysym: "Page_Down"
label: "Pág ↓" label: "Pág ↓"
"↑": "↑":
outline: "small" outline: "small-row"
keysym: "Up" keysym: "Up"
"↓": "↓":
outline: "small" outline: "small-row"
keysym: "Down" keysym: "Down"
"←": "←":
outline: "small" outline: "small-row"
keysym: "Left" keysym: "Left"
"→": "→":
outline: "small" outline: "small-row"
keysym: "Right" keysym: "Right"
Up: Up:
label: "↑" label: "↑"
@ -224,15 +224,15 @@ buttons:
keysym: "Right" keysym: "Right"
Ctrl: Ctrl:
modifier: "Control" modifier: "Control"
outline: "small" outline: "small-row"
label: "Ctrl" label: "Ctrl"
Alt: Alt:
modifier: "Alt" modifier: "Alt"
outline: "small" outline: "small-row"
label: "Alt" label: "Alt"
Shift: Shift:
modifier: "Shift" modifier: "Shift"
outline: "small" outline: "small-row"
label: "Mayús" label: "Mayús"
ü: ü:
outline: "thin" outline: "thin"

View File

@ -6,7 +6,7 @@ outlines:
change-view: { width: 60.615, height: 52 } change-view: { width: 60.615, height: 52 }
change-view-2: { width: 67.35, height: 52 } change-view-2: { width: 67.35, height: 52 }
large: { width: 60.615, height: 52 } large: { width: 60.615, height: 52 }
small: { width: 50.512, height: 27.725 } small-row: { width: 50.512, height: 27.725 }
spaceline: { width: 114.495, height: 52 } spaceline: { width: 114.495, height: 52 }
special: { width: 40.41, height: 52 } special: { width: 40.41, height: 52 }
special-2: { width: 60.615, height: 52 } special-2: { width: 60.615, height: 52 }
@ -95,7 +95,7 @@ buttons:
outline: "action" outline: "action"
keysym: "Tab" keysym: "Tab"
Tab-small: Tab-small:
outline: "small" outline: "small-row"
keysym: "Tab" keysym: "Tab"
label: "Tab" label: "Tab"
Del: Del:
@ -117,32 +117,32 @@ buttons:
keysym: "Break" keysym: "Break"
label: "Attn" label: "Attn"
Home: Home:
outline: "small" outline: "small-row"
keysym: "Home" keysym: "Home"
label: "🡔" label: "🡔"
End: End:
outline: "small" outline: "small-row"
keysym: "End" keysym: "End"
label: "Fin" label: "Fin"
PageUp: PageUp:
outline: "small" outline: "small-row"
keysym: "Page_Up" keysym: "Page_Up"
label: "Page ↑" label: "Page ↑"
PageDown: PageDown:
outline: "small" outline: "small-row"
keysym: "Page_Down" keysym: "Page_Down"
label: "Page ↓" label: "Page ↓"
"↑": "↑":
outline: "small" outline: "small-row"
keysym: "Up" keysym: "Up"
"↓": "↓":
outline: "small" outline: "small-row"
keysym: "Down" keysym: "Down"
"←": "←":
outline: "small" outline: "small-row"
keysym: "Left" keysym: "Left"
"→": "→":
outline: "small" outline: "small-row"
keysym: "Right" keysym: "Right"
Up: Up:
label: "↑" label: "↑"
@ -162,15 +162,15 @@ buttons:
keysym: "Right" keysym: "Right"
Ctrl: Ctrl:
modifier: "Control" modifier: "Control"
outline: "small" outline: "small-row"
label: "Ctrl" label: "Ctrl"
Alt: Alt:
modifier: "Alt" modifier: "Alt"
outline: "small" outline: "small-row"
label: "Alt" label: "Alt"
Shift: Shift:
modifier: "Shift" modifier: "Shift"
outline: "small" outline: "small-row"
label: "Maj" label: "Maj"
show_actions: show_actions:
action: action:

View File

@ -6,7 +6,7 @@ outlines:
change-view: { width: 92.736, height: 42 } change-view: { width: 92.736, height: 42 }
change-view-2: { width: 103.04, height: 42 } change-view-2: { width: 103.04, height: 42 }
large: { width: 92.736, height: 42 } large: { width: 92.736, height: 42 }
small: { width: 68.693, height: 25.2 } small-row: { width: 68.693, height: 25.2 }
spaceline: { width: 175.168, height: 42 } spaceline: { width: 175.168, height: 42 }
special: { width: 61.824, height: 42 } special: { width: 61.824, height: 42 }
special-2: { width: 92.736, height: 42 } special-2: { width: 92.736, height: 42 }
@ -92,14 +92,14 @@ buttons:
keysym: "Escape" keysym: "Escape"
label: "Echap" label: "Echap"
Esc-small: Esc-small:
outline: "small" outline: "small-row"
keysym: "Escape" keysym: "Escape"
label: "Echap" label: "Echap"
Tab: Tab:
outline: "action" outline: "action"
keysym: "Tab" keysym: "Tab"
Tab-small: Tab-small:
outline: "small" outline: "small-row"
keysym: "Tab" keysym: "Tab"
label: "Tab" label: "Tab"
Del: Del:
@ -121,32 +121,32 @@ buttons:
keysym: "Break" keysym: "Break"
label: "Attn" label: "Attn"
Home: Home:
outline: "small" outline: "small-row"
keysym: "Home" keysym: "Home"
label: "🡔" label: "🡔"
End: End:
outline: "small" outline: "small-row"
keysym: "End" keysym: "End"
label: "Fin" label: "Fin"
PageUp: PageUp:
outline: "small" outline: "small-row"
keysym: "Page_Up" keysym: "Page_Up"
label: "Page ↑" label: "Page ↑"
PageDown: PageDown:
outline: "small" outline: "small-row"
keysym: "Page_Down" keysym: "Page_Down"
label: "Page ↓" label: "Page ↓"
"↑": "↑":
outline: "small" outline: "small-row"
keysym: "Up" keysym: "Up"
"↓": "↓":
outline: "small" outline: "small-row"
keysym: "Down" keysym: "Down"
"←": "←":
outline: "small" outline: "small-row"
keysym: "Left" keysym: "Left"
"→": "→":
outline: "small" outline: "small-row"
keysym: "Right" keysym: "Right"
Up: Up:
label: "↑" label: "↑"
@ -166,15 +166,15 @@ buttons:
keysym: "Right" keysym: "Right"
Ctrl: Ctrl:
modifier: "Control" modifier: "Control"
outline: "small" outline: "small-row"
label: "Ctrl" label: "Ctrl"
Alt: Alt:
modifier: "Alt" modifier: "Alt"
outline: "small" outline: "small-row"
label: "Alt" label: "Alt"
Shift: Shift:
modifier: "Shift" modifier: "Shift"
outline: "small" outline: "small-row"
label: "Maj" label: "Maj"
show_actions: show_actions:
action: action:

View File

@ -6,7 +6,7 @@ outlines:
change-view: { width: 60.615, height: 52 } change-view: { width: 60.615, height: 52 }
change-view-2: { width: 67.35, height: 52 } change-view-2: { width: 67.35, height: 52 }
large: { width: 60.615, height: 52 } large: { width: 60.615, height: 52 }
small: { width: 50.512, height: 27.725 } small-row: { width: 50.512, height: 27.725 }
spaceline: { width: 114.495, height: 52 } spaceline: { width: 114.495, height: 52 }
special: { width: 40.41, height: 52 } special: { width: 40.41, height: 52 }
special-2: { width: 60.615, height: 52 } special-2: { width: 60.615, height: 52 }
@ -96,7 +96,7 @@ buttons:
outline: "action" outline: "action"
keysym: "Tab" keysym: "Tab"
Tab-small: Tab-small:
outline: "small" outline: "small-row"
keysym: "Tab" keysym: "Tab"
label: "Tab" label: "Tab"
Del: Del:
@ -118,32 +118,32 @@ buttons:
keysym: "Break" keysym: "Break"
label: "Attn" label: "Attn"
Home: Home:
outline: "small" outline: "small-row"
keysym: "Home" keysym: "Home"
label: "🡔" label: "🡔"
End: End:
outline: "small" outline: "small-row"
keysym: "End" keysym: "End"
label: "Fin" label: "Fin"
PageUp: PageUp:
outline: "small" outline: "small-row"
keysym: "Page_Up" keysym: "Page_Up"
label: "Page ↑" label: "Page ↑"
PageDown: PageDown:
outline: "small" outline: "small-row"
keysym: "Page_Down" keysym: "Page_Down"
label: "Page ↓" label: "Page ↓"
"↑": "↑":
outline: "small" outline: "small-row"
keysym: "Up" keysym: "Up"
"↓": "↓":
outline: "small" outline: "small-row"
keysym: "Down" keysym: "Down"
"←": "←":
outline: "small" outline: "small-row"
keysym: "Left" keysym: "Left"
"→": "→":
outline: "small" outline: "small-row"
keysym: "Right" keysym: "Right"
Up: Up:
label: "↑" label: "↑"
@ -163,15 +163,15 @@ buttons:
keysym: "Right" keysym: "Right"
Ctrl: Ctrl:
modifier: "Control" modifier: "Control"
outline: "small" outline: "small-row"
label: "Ctrl" label: "Ctrl"
Alt: Alt:
modifier: "Alt" modifier: "Alt"
outline: "small" outline: "small-row"
label: "Alt" label: "Alt"
Shift: Shift:
modifier: "Shift" modifier: "Shift"
outline: "small" outline: "small-row"
label: "Maj" label: "Maj"
show_actions: show_actions:
action: action:

View File

@ -6,7 +6,7 @@ outlines:
change-view: { width: 92.736, height: 42 } change-view: { width: 92.736, height: 42 }
change-view-2: { width: 103.04, height: 42 } change-view-2: { width: 103.04, height: 42 }
large: { width: 92.736, height: 42 } large: { width: 92.736, height: 42 }
small: { width: 68.693, height: 25.2 } small-row: { width: 68.693, height: 25.2 }
spaceline: { width: 175.168, height: 42 } spaceline: { width: 175.168, height: 42 }
special: { width: 61.824, height: 42 } special: { width: 61.824, height: 42 }
special-2: { width: 92.736, height: 42 } special-2: { width: 92.736, height: 42 }
@ -92,14 +92,14 @@ buttons:
keysym: "Escape" keysym: "Escape"
label: "Echap" label: "Echap"
Esc-small: Esc-small:
outline: "small" outline: "small-row"
keysym: "Escape" keysym: "Escape"
label: "Echap" label: "Echap"
Tab: Tab:
outline: "action" outline: "action"
keysym: "Tab" keysym: "Tab"
Tab-small: Tab-small:
outline: "small" outline: "small-row"
keysym: "Tab" keysym: "Tab"
label: "Tab" label: "Tab"
Del: Del:
@ -121,32 +121,32 @@ buttons:
keysym: "Break" keysym: "Break"
label: "Attn" label: "Attn"
Home: Home:
outline: "small" outline: "small-row"
keysym: "Home" keysym: "Home"
label: "🡔" label: "🡔"
End: End:
outline: "small" outline: "small-row"
keysym: "End" keysym: "End"
label: "Fin" label: "Fin"
PageUp: PageUp:
outline: "small" outline: "small-row"
keysym: "Page_Up" keysym: "Page_Up"
label: "Page ↑" label: "Page ↑"
PageDown: PageDown:
outline: "small" outline: "small-row"
keysym: "Page_Down" keysym: "Page_Down"
label: "Page ↓" label: "Page ↓"
"↑": "↑":
outline: "small" outline: "small-row"
keysym: "Up" keysym: "Up"
"↓": "↓":
outline: "small" outline: "small-row"
keysym: "Down" keysym: "Down"
"←": "←":
outline: "small" outline: "small-row"
keysym: "Left" keysym: "Left"
"→": "→":
outline: "small" outline: "small-row"
keysym: "Right" keysym: "Right"
Up: Up:
label: "↑" label: "↑"
@ -166,15 +166,15 @@ buttons:
keysym: "Right" keysym: "Right"
Ctrl: Ctrl:
modifier: "Control" modifier: "Control"
outline: "small" outline: "small-row"
label: "Ctrl" label: "Ctrl"
Alt: Alt:
modifier: "Alt" modifier: "Alt"
outline: "small" outline: "small-row"
label: "Alt" label: "Alt"
Shift: Shift:
modifier: "Shift" modifier: "Shift"
outline: "small" outline: "small-row"
label: "Maj" label: "Maj"
show_actions: show_actions:
action: action:

View File

@ -6,7 +6,7 @@ outlines:
change-view: { width: 60.615, height: 52 } change-view: { width: 60.615, height: 52 }
change-view-2: { width: 67.35, height: 52 } change-view-2: { width: 67.35, height: 52 }
large: { width: 60.615, height: 52 } large: { width: 60.615, height: 52 }
small: { width: 50.512, height: 27.725 } small-row: { width: 50.512, height: 27.725 }
spaceline: { width: 148.17, height: 52 } spaceline: { width: 148.17, height: 52 }
special: { width: 60.615, height: 52 } special: { width: 60.615, height: 52 }
special-2: { width: 60.615, height: 52 } special-2: { width: 60.615, height: 52 }
@ -142,7 +142,7 @@ buttons:
outline: "action" outline: "action"
keysym: "Tab" keysym: "Tab"
Tab-small: Tab-small:
outline: "small" outline: "small-row"
keysym: "Tab" keysym: "Tab"
label: "Tab" label: "Tab"
Del: Del:
@ -161,30 +161,30 @@ buttons:
outline: "action" outline: "action"
keysym: "Break" keysym: "Break"
Home: Home:
outline: "small" outline: "small-row"
keysym: "Home" keysym: "Home"
End: End:
outline: "small" outline: "small-row"
keysym: "End" keysym: "End"
PageUp: PageUp:
outline: "small" outline: "small-row"
keysym: "Page_Up" keysym: "Page_Up"
label: "Page ↑" label: "Page ↑"
PageDown: PageDown:
outline: "small" outline: "small-row"
keysym: "Page_Down" keysym: "Page_Down"
label: "Page ↓" label: "Page ↓"
"↑": "↑":
outline: "small" outline: "small-row"
keysym: "Up" keysym: "Up"
"↓": "↓":
outline: "small" outline: "small-row"
keysym: "Down" keysym: "Down"
"←": "←":
outline: "small" outline: "small-row"
keysym: "Left" keysym: "Left"
"→": "→":
outline: "small" outline: "small-row"
keysym: "Right" keysym: "Right"
Up: Up:
label: "↑" label: "↑"
@ -204,13 +204,13 @@ buttons:
keysym: "Right" keysym: "Right"
Ctrl: Ctrl:
modifier: "Control" modifier: "Control"
outline: "small" outline: "small-row"
label: "Ctrl" label: "Ctrl"
Alt: Alt:
modifier: "Alt" modifier: "Alt"
outline: "small" outline: "small-row"
label: "Alt" label: "Alt"
Shift: Shift:
modifier: "Shift" modifier: "Shift"
outline: "small" outline: "small-row"
label: "Shift" label: "Shift"

View File

@ -6,7 +6,7 @@ outlines:
change-view: { width: 92.736, height: 42 } change-view: { width: 92.736, height: 42 }
change-view-2: { width: 103.04, height: 42 } change-view-2: { width: 103.04, height: 42 }
large: { width: 92.736, height: 42 } large: { width: 92.736, height: 42 }
small: { width: 68.693, height: 25.2 } small-row: { width: 68.693, height: 25.2 }
spaceline: { width: 267.904, height: 42 } spaceline: { width: 267.904, height: 42 }
special: { width: 61.824, height: 42 } special: { width: 61.824, height: 42 }
special-2: { width: 92.736, height: 42 } special-2: { width: 92.736, height: 42 }
@ -134,14 +134,14 @@ buttons:
outline: "action" outline: "action"
keysym: "Escape" keysym: "Escape"
Esc-small: Esc-small:
outline: "small" outline: "small-row"
keysym: "Escape" keysym: "Escape"
label: "Esc" label: "Esc"
Tab: Tab:
outline: "action" outline: "action"
keysym: "Tab" keysym: "Tab"
Tab-small: Tab-small:
outline: "small" outline: "small-row"
keysym: "Tab" keysym: "Tab"
label: "Tab" label: "Tab"
Del: Del:
@ -160,30 +160,30 @@ buttons:
outline: "action" outline: "action"
keysym: "Break" keysym: "Break"
Home: Home:
outline: "small" outline: "small-row"
keysym: "Home" keysym: "Home"
End: End:
outline: "small" outline: "small-row"
keysym: "End" keysym: "End"
PageUp: PageUp:
outline: "small" outline: "small-row"
keysym: "Page_Up" keysym: "Page_Up"
label: "Page ↑" label: "Page ↑"
PageDown: PageDown:
outline: "small" outline: "small-row"
keysym: "Page_Down" keysym: "Page_Down"
label: "Page ↓" label: "Page ↓"
"↑": "↑":
outline: "small" outline: "small-row"
keysym: "Up" keysym: "Up"
"↓": "↓":
outline: "small" outline: "small-row"
keysym: "Down" keysym: "Down"
"←": "←":
outline: "small" outline: "small-row"
keysym: "Left" keysym: "Left"
"→": "→":
outline: "small" outline: "small-row"
keysym: "Right" keysym: "Right"
Up: Up:
label: "↑" label: "↑"
@ -203,13 +203,13 @@ buttons:
keysym: "Right" keysym: "Right"
Ctrl: Ctrl:
modifier: "Control" modifier: "Control"
outline: "small" outline: "small-row"
label: "Ctrl" label: "Ctrl"
Alt: Alt:
modifier: "Alt" modifier: "Alt"
outline: "small" outline: "small-row"
label: "Alt" label: "Alt"
Shift: Shift:
modifier: "Shift" modifier: "Shift"
outline: "small" outline: "small-row"
label: "Shift" label: "Shift"

View File

@ -8,7 +8,7 @@ outlines:
halfwidth: { width: 20.205, height: 52 } halfwidth: { width: 20.205, height: 52 }
large: { width: 60.615, height: 52 } large: { width: 60.615, height: 52 }
narrow: { width: 30.307, height: 52 } narrow: { width: 30.307, height: 52 }
small: { width: 50.512, height: 27.725 } small-row: { width: 50.512, height: 27.725 }
spaceline: { width: 148.17, height: 52 } spaceline: { width: 148.17, height: 52 }
special: { width: 60.615, height: 52 } special: { width: 60.615, height: 52 }
special-2: { width: 60.615, height: 52 } special-2: { width: 60.615, height: 52 }
@ -144,7 +144,7 @@ buttons:
outline: "action" outline: "action"
keysym: "Tab" keysym: "Tab"
Tab-small: Tab-small:
outline: "small" outline: "small-row"
keysym: "Tab" keysym: "Tab"
label: "Tab" label: "Tab"
Del: Del:
@ -163,30 +163,30 @@ buttons:
outline: "action" outline: "action"
keysym: "Break" keysym: "Break"
Home: Home:
outline: "small" outline: "small-row"
keysym: "Home" keysym: "Home"
End: End:
outline: "small" outline: "small-row"
keysym: "End" keysym: "End"
PageUp: PageUp:
outline: "small" outline: "small-row"
keysym: "Page_Up" keysym: "Page_Up"
label: "Page ↑" label: "Page ↑"
PageDown: PageDown:
outline: "small" outline: "small-row"
keysym: "Page_Down" keysym: "Page_Down"
label: "Page ↓" label: "Page ↓"
"↑": "↑":
outline: "small" outline: "small-row"
keysym: "Up" keysym: "Up"
"↓": "↓":
outline: "small" outline: "small-row"
keysym: "Down" keysym: "Down"
"←": "←":
outline: "small" outline: "small-row"
keysym: "Left" keysym: "Left"
"→": "→":
outline: "small" outline: "small-row"
keysym: "Right" keysym: "Right"
Up: Up:
label: "↑" label: "↑"
@ -206,15 +206,15 @@ buttons:
keysym: "Right" keysym: "Right"
Ctrl: Ctrl:
modifier: "Control" modifier: "Control"
outline: "small" outline: "small-row"
label: "Ctrl" label: "Ctrl"
Alt: Alt:
modifier: "Alt" modifier: "Alt"
outline: "small" outline: "small-row"
label: "Alt" label: "Alt"
Shift: Shift:
modifier: "Shift" modifier: "Shift"
outline: "small" outline: "small-row"
label: "Shift" label: "Shift"
--thin: --thin:
outline: "halfwidth" outline: "halfwidth"

View File

@ -7,7 +7,7 @@ outlines:
change-view-2: { width: 103.04, height: 42 } change-view-2: { width: 103.04, height: 42 }
halfwidth: { width: 30.912, height: 42 } halfwidth: { width: 30.912, height: 42 }
large: { width: 92.736, height: 42 } large: { width: 92.736, height: 42 }
small: { width: 68.693, height: 25.2 } small-row: { width: 68.693, height: 25.2 }
spaceline: { width: 267.904, height: 42 } spaceline: { width: 267.904, height: 42 }
special: { width: 61.824, height: 42 } special: { width: 61.824, height: 42 }
special-2: { width: 92.736, height: 42 } special-2: { width: 92.736, height: 42 }
@ -135,14 +135,14 @@ buttons:
outline: "action" outline: "action"
keysym: "Escape" keysym: "Escape"
Esc-small: Esc-small:
outline: "small" outline: "small-row"
keysym: "Escape" keysym: "Escape"
label: "Esc" label: "Esc"
Tab: Tab:
outline: "action" outline: "action"
keysym: "Tab" keysym: "Tab"
Tab-small: Tab-small:
outline: "small" outline: "small-row"
keysym: "Tab" keysym: "Tab"
label: "Tab" label: "Tab"
Del: Del:
@ -161,30 +161,30 @@ buttons:
outline: "action" outline: "action"
keysym: "Break" keysym: "Break"
Home: Home:
outline: "small" outline: "small-row"
keysym: "Home" keysym: "Home"
End: End:
outline: "small" outline: "small-row"
keysym: "End" keysym: "End"
PageUp: PageUp:
outline: "small" outline: "small-row"
keysym: "Page_Up" keysym: "Page_Up"
label: "Page ↑" label: "Page ↑"
PageDown: PageDown:
outline: "small" outline: "small-row"
keysym: "Page_Down" keysym: "Page_Down"
label: "Page ↓" label: "Page ↓"
"↑": "↑":
outline: "small" outline: "small-row"
keysym: "Up" keysym: "Up"
"↓": "↓":
outline: "small" outline: "small-row"
keysym: "Down" keysym: "Down"
"←": "←":
outline: "small" outline: "small-row"
keysym: "Left" keysym: "Left"
"→": "→":
outline: "small" outline: "small-row"
keysym: "Right" keysym: "Right"
Up: Up:
label: "↑" label: "↑"
@ -204,15 +204,15 @@ buttons:
keysym: "Right" keysym: "Right"
Ctrl: Ctrl:
modifier: "Control" modifier: "Control"
outline: "small" outline: "small-row"
label: "Ctrl" label: "Ctrl"
Alt: Alt:
modifier: "Alt" modifier: "Alt"
outline: "small" outline: "small-row"
label: "Alt" label: "Alt"
Shift: Shift:
modifier: "Shift" modifier: "Shift"
outline: "small" outline: "small-row"
label: "Shift" label: "Shift"
--thin: --thin:
outline: "halfwidth" outline: "halfwidth"