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:
@ -58,6 +58,10 @@ sq_button.action {
|
||||
}
|
||||
|
||||
sq_button.small {
|
||||
font-size: 0.5em;
|
||||
}
|
||||
|
||||
sq_button.small-row {
|
||||
font-size: 0.575em;
|
||||
}
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ outlines:
|
||||
halfwidth: { width: 20.205, height: 52 }
|
||||
large: { width: 60.615, 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 }
|
||||
special: { width: 40.41, height: 52 }
|
||||
special-2: { width: 60.615, height: 52 }
|
||||
@ -153,7 +153,7 @@ buttons:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
Del:
|
||||
@ -176,32 +176,32 @@ buttons:
|
||||
keysym: "Break"
|
||||
label: "Untbr"
|
||||
Home:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Home"
|
||||
label: "Pos1"
|
||||
End:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "End"
|
||||
label: "Ende"
|
||||
PageUp:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Up"
|
||||
label: "Bild ↑"
|
||||
PageDown:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Down"
|
||||
label: "Bild ↓"
|
||||
"↑":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Up"
|
||||
"↓":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Down"
|
||||
"←":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Left"
|
||||
"→":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Right"
|
||||
Up:
|
||||
label: "↑"
|
||||
@ -221,15 +221,15 @@ buttons:
|
||||
keysym: "Right"
|
||||
Ctrl:
|
||||
modifier: "Control"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Strg"
|
||||
Alt:
|
||||
modifier: "Alt"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Alt"
|
||||
Shift:
|
||||
modifier: "Shift"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Umsch"
|
||||
--thin:
|
||||
outline: "halfwidth"
|
||||
|
||||
@ -8,7 +8,7 @@ outlines:
|
||||
halfwidth: { width: 30.912, height: 42 }
|
||||
large: { width: 92.736, 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 }
|
||||
special: { width: 61.824, height: 42 }
|
||||
special-2: { width: 92.736, height: 42 }
|
||||
@ -150,14 +150,14 @@ buttons:
|
||||
outline: "action"
|
||||
keysym: "Escape"
|
||||
Esc-small:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Escape"
|
||||
label: "Esc"
|
||||
Tab:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
Del:
|
||||
@ -180,32 +180,32 @@ buttons:
|
||||
keysym: "Break"
|
||||
label: "Untbr"
|
||||
Home:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Home"
|
||||
label: "Pos1"
|
||||
End:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "End"
|
||||
label: "Ende"
|
||||
PageUp:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Up"
|
||||
label: "Bild ↑"
|
||||
PageDown:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Down"
|
||||
label: "Bild ↓"
|
||||
"↑":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Up"
|
||||
"↓":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Down"
|
||||
"←":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Left"
|
||||
"→":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Right"
|
||||
Up:
|
||||
label: "↑"
|
||||
@ -225,15 +225,15 @@ buttons:
|
||||
keysym: "Right"
|
||||
Ctrl:
|
||||
modifier: "Control"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Strg"
|
||||
Alt:
|
||||
modifier: "Alt"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Alt"
|
||||
Shift:
|
||||
modifier: "Shift"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Umschalt"
|
||||
MinusSmall:
|
||||
outline: "halfwidth"
|
||||
|
||||
@ -7,7 +7,7 @@ outlines:
|
||||
change-view-2: { width: 67.35, height: 52 }
|
||||
halfwidth: { width: 20.205, 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 }
|
||||
special: { width: 40.41, height: 52 }
|
||||
special-2: { width: 60.615, height: 52 }
|
||||
@ -152,7 +152,7 @@ buttons:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
Del:
|
||||
@ -175,32 +175,32 @@ buttons:
|
||||
keysym: "Break"
|
||||
label: "Inter"
|
||||
Home:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Home"
|
||||
label: "Inicio"
|
||||
End:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "End"
|
||||
label: "Fin"
|
||||
PageUp:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Up"
|
||||
label: "Pág ↑"
|
||||
PageDown:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Down"
|
||||
label: "Pág ↓"
|
||||
"↑":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Up"
|
||||
"↓":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Down"
|
||||
"←":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Left"
|
||||
"→":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Right"
|
||||
Up:
|
||||
label: "↑"
|
||||
@ -220,15 +220,15 @@ buttons:
|
||||
keysym: "Right"
|
||||
Ctrl:
|
||||
modifier: "Control"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Ctrl"
|
||||
Alt:
|
||||
modifier: "Alt"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Alt"
|
||||
Shift:
|
||||
modifier: "Shift"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Mayús"
|
||||
ü:
|
||||
outline: "thin"
|
||||
|
||||
@ -7,7 +7,7 @@ outlines:
|
||||
change-view-2: { width: 103.04, height: 42 }
|
||||
halfwidth: { width: 30.912, 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 }
|
||||
special: { width: 61.824, height: 42 }
|
||||
special-2: { width: 92.736, height: 42 }
|
||||
@ -149,14 +149,14 @@ buttons:
|
||||
outline: "action"
|
||||
keysym: "Escape"
|
||||
Esc-small:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Escape"
|
||||
label: "Esc"
|
||||
Tab:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
Del:
|
||||
@ -179,32 +179,32 @@ buttons:
|
||||
keysym: "Break"
|
||||
label: "Inter"
|
||||
Home:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Home"
|
||||
label: "Inicio"
|
||||
End:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "End"
|
||||
label: "Fin"
|
||||
PageUp:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Up"
|
||||
label: "Pág ↑"
|
||||
PageDown:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Down"
|
||||
label: "Pág ↓"
|
||||
"↑":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Up"
|
||||
"↓":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Down"
|
||||
"←":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Left"
|
||||
"→":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Right"
|
||||
Up:
|
||||
label: "↑"
|
||||
@ -224,15 +224,15 @@ buttons:
|
||||
keysym: "Right"
|
||||
Ctrl:
|
||||
modifier: "Control"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Ctrl"
|
||||
Alt:
|
||||
modifier: "Alt"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Alt"
|
||||
Shift:
|
||||
modifier: "Shift"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Mayús"
|
||||
ü:
|
||||
outline: "thin"
|
||||
|
||||
@ -6,7 +6,7 @@ outlines:
|
||||
change-view: { width: 60.615, height: 52 }
|
||||
change-view-2: { width: 67.35, 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 }
|
||||
special: { width: 40.41, height: 52 }
|
||||
special-2: { width: 60.615, height: 52 }
|
||||
@ -95,7 +95,7 @@ buttons:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
Del:
|
||||
@ -117,32 +117,32 @@ buttons:
|
||||
keysym: "Break"
|
||||
label: "Attn"
|
||||
Home:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Home"
|
||||
label: "🡔"
|
||||
End:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "End"
|
||||
label: "Fin"
|
||||
PageUp:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Up"
|
||||
label: "Page ↑"
|
||||
PageDown:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Down"
|
||||
label: "Page ↓"
|
||||
"↑":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Up"
|
||||
"↓":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Down"
|
||||
"←":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Left"
|
||||
"→":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Right"
|
||||
Up:
|
||||
label: "↑"
|
||||
@ -162,15 +162,15 @@ buttons:
|
||||
keysym: "Right"
|
||||
Ctrl:
|
||||
modifier: "Control"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Ctrl"
|
||||
Alt:
|
||||
modifier: "Alt"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Alt"
|
||||
Shift:
|
||||
modifier: "Shift"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Maj"
|
||||
show_actions:
|
||||
action:
|
||||
|
||||
@ -6,7 +6,7 @@ outlines:
|
||||
change-view: { width: 92.736, height: 42 }
|
||||
change-view-2: { width: 103.04, 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 }
|
||||
special: { width: 61.824, height: 42 }
|
||||
special-2: { width: 92.736, height: 42 }
|
||||
@ -92,14 +92,14 @@ buttons:
|
||||
keysym: "Escape"
|
||||
label: "Echap"
|
||||
Esc-small:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Escape"
|
||||
label: "Echap"
|
||||
Tab:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
Del:
|
||||
@ -121,32 +121,32 @@ buttons:
|
||||
keysym: "Break"
|
||||
label: "Attn"
|
||||
Home:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Home"
|
||||
label: "🡔"
|
||||
End:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "End"
|
||||
label: "Fin"
|
||||
PageUp:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Up"
|
||||
label: "Page ↑"
|
||||
PageDown:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Down"
|
||||
label: "Page ↓"
|
||||
"↑":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Up"
|
||||
"↓":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Down"
|
||||
"←":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Left"
|
||||
"→":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Right"
|
||||
Up:
|
||||
label: "↑"
|
||||
@ -166,15 +166,15 @@ buttons:
|
||||
keysym: "Right"
|
||||
Ctrl:
|
||||
modifier: "Control"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Ctrl"
|
||||
Alt:
|
||||
modifier: "Alt"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Alt"
|
||||
Shift:
|
||||
modifier: "Shift"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Maj"
|
||||
show_actions:
|
||||
action:
|
||||
|
||||
@ -6,7 +6,7 @@ outlines:
|
||||
change-view: { width: 60.615, height: 52 }
|
||||
change-view-2: { width: 67.35, 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 }
|
||||
special: { width: 40.41, height: 52 }
|
||||
special-2: { width: 60.615, height: 52 }
|
||||
@ -96,7 +96,7 @@ buttons:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
Del:
|
||||
@ -118,32 +118,32 @@ buttons:
|
||||
keysym: "Break"
|
||||
label: "Attn"
|
||||
Home:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Home"
|
||||
label: "🡔"
|
||||
End:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "End"
|
||||
label: "Fin"
|
||||
PageUp:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Up"
|
||||
label: "Page ↑"
|
||||
PageDown:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Down"
|
||||
label: "Page ↓"
|
||||
"↑":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Up"
|
||||
"↓":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Down"
|
||||
"←":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Left"
|
||||
"→":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Right"
|
||||
Up:
|
||||
label: "↑"
|
||||
@ -163,15 +163,15 @@ buttons:
|
||||
keysym: "Right"
|
||||
Ctrl:
|
||||
modifier: "Control"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Ctrl"
|
||||
Alt:
|
||||
modifier: "Alt"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Alt"
|
||||
Shift:
|
||||
modifier: "Shift"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Maj"
|
||||
show_actions:
|
||||
action:
|
||||
|
||||
@ -6,7 +6,7 @@ outlines:
|
||||
change-view: { width: 92.736, height: 42 }
|
||||
change-view-2: { width: 103.04, 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 }
|
||||
special: { width: 61.824, height: 42 }
|
||||
special-2: { width: 92.736, height: 42 }
|
||||
@ -92,14 +92,14 @@ buttons:
|
||||
keysym: "Escape"
|
||||
label: "Echap"
|
||||
Esc-small:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Escape"
|
||||
label: "Echap"
|
||||
Tab:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
Del:
|
||||
@ -121,32 +121,32 @@ buttons:
|
||||
keysym: "Break"
|
||||
label: "Attn"
|
||||
Home:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Home"
|
||||
label: "🡔"
|
||||
End:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "End"
|
||||
label: "Fin"
|
||||
PageUp:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Up"
|
||||
label: "Page ↑"
|
||||
PageDown:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Down"
|
||||
label: "Page ↓"
|
||||
"↑":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Up"
|
||||
"↓":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Down"
|
||||
"←":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Left"
|
||||
"→":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Right"
|
||||
Up:
|
||||
label: "↑"
|
||||
@ -166,15 +166,15 @@ buttons:
|
||||
keysym: "Right"
|
||||
Ctrl:
|
||||
modifier: "Control"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Ctrl"
|
||||
Alt:
|
||||
modifier: "Alt"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Alt"
|
||||
Shift:
|
||||
modifier: "Shift"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Maj"
|
||||
show_actions:
|
||||
action:
|
||||
|
||||
@ -6,7 +6,7 @@ outlines:
|
||||
change-view: { width: 60.615, height: 52 }
|
||||
change-view-2: { width: 67.35, 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 }
|
||||
special: { width: 60.615, height: 52 }
|
||||
special-2: { width: 60.615, height: 52 }
|
||||
@ -142,7 +142,7 @@ buttons:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
Del:
|
||||
@ -161,30 +161,30 @@ buttons:
|
||||
outline: "action"
|
||||
keysym: "Break"
|
||||
Home:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Home"
|
||||
End:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "End"
|
||||
PageUp:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Up"
|
||||
label: "Page ↑"
|
||||
PageDown:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Down"
|
||||
label: "Page ↓"
|
||||
"↑":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Up"
|
||||
"↓":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Down"
|
||||
"←":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Left"
|
||||
"→":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Right"
|
||||
Up:
|
||||
label: "↑"
|
||||
@ -204,13 +204,13 @@ buttons:
|
||||
keysym: "Right"
|
||||
Ctrl:
|
||||
modifier: "Control"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Ctrl"
|
||||
Alt:
|
||||
modifier: "Alt"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Alt"
|
||||
Shift:
|
||||
modifier: "Shift"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Shift"
|
||||
@ -6,7 +6,7 @@ outlines:
|
||||
change-view: { width: 92.736, height: 42 }
|
||||
change-view-2: { width: 103.04, 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 }
|
||||
special: { width: 61.824, height: 42 }
|
||||
special-2: { width: 92.736, height: 42 }
|
||||
@ -134,14 +134,14 @@ buttons:
|
||||
outline: "action"
|
||||
keysym: "Escape"
|
||||
Esc-small:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Escape"
|
||||
label: "Esc"
|
||||
Tab:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
Del:
|
||||
@ -160,30 +160,30 @@ buttons:
|
||||
outline: "action"
|
||||
keysym: "Break"
|
||||
Home:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Home"
|
||||
End:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "End"
|
||||
PageUp:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Up"
|
||||
label: "Page ↑"
|
||||
PageDown:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Down"
|
||||
label: "Page ↓"
|
||||
"↑":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Up"
|
||||
"↓":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Down"
|
||||
"←":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Left"
|
||||
"→":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Right"
|
||||
Up:
|
||||
label: "↑"
|
||||
@ -203,13 +203,13 @@ buttons:
|
||||
keysym: "Right"
|
||||
Ctrl:
|
||||
modifier: "Control"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Ctrl"
|
||||
Alt:
|
||||
modifier: "Alt"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Alt"
|
||||
Shift:
|
||||
modifier: "Shift"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Shift"
|
||||
@ -8,7 +8,7 @@ outlines:
|
||||
halfwidth: { width: 20.205, height: 52 }
|
||||
large: { width: 60.615, 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 }
|
||||
special: { width: 60.615, height: 52 }
|
||||
special-2: { width: 60.615, height: 52 }
|
||||
@ -144,7 +144,7 @@ buttons:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
Del:
|
||||
@ -163,30 +163,30 @@ buttons:
|
||||
outline: "action"
|
||||
keysym: "Break"
|
||||
Home:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Home"
|
||||
End:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "End"
|
||||
PageUp:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Up"
|
||||
label: "Page ↑"
|
||||
PageDown:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Down"
|
||||
label: "Page ↓"
|
||||
"↑":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Up"
|
||||
"↓":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Down"
|
||||
"←":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Left"
|
||||
"→":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Right"
|
||||
Up:
|
||||
label: "↑"
|
||||
@ -206,15 +206,15 @@ buttons:
|
||||
keysym: "Right"
|
||||
Ctrl:
|
||||
modifier: "Control"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Ctrl"
|
||||
Alt:
|
||||
modifier: "Alt"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Alt"
|
||||
Shift:
|
||||
modifier: "Shift"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Shift"
|
||||
--thin:
|
||||
outline: "halfwidth"
|
||||
|
||||
@ -7,7 +7,7 @@ outlines:
|
||||
change-view-2: { width: 103.04, height: 42 }
|
||||
halfwidth: { width: 30.912, 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 }
|
||||
special: { width: 61.824, height: 42 }
|
||||
special-2: { width: 92.736, height: 42 }
|
||||
@ -135,14 +135,14 @@ buttons:
|
||||
outline: "action"
|
||||
keysym: "Escape"
|
||||
Esc-small:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Escape"
|
||||
label: "Esc"
|
||||
Tab:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
Del:
|
||||
@ -161,30 +161,30 @@ buttons:
|
||||
outline: "action"
|
||||
keysym: "Break"
|
||||
Home:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Home"
|
||||
End:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "End"
|
||||
PageUp:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Up"
|
||||
label: "Page ↑"
|
||||
PageDown:
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Page_Down"
|
||||
label: "Page ↓"
|
||||
"↑":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Up"
|
||||
"↓":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Down"
|
||||
"←":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Left"
|
||||
"→":
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
keysym: "Right"
|
||||
Up:
|
||||
label: "↑"
|
||||
@ -204,15 +204,15 @@ buttons:
|
||||
keysym: "Right"
|
||||
Ctrl:
|
||||
modifier: "Control"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Ctrl"
|
||||
Alt:
|
||||
modifier: "Alt"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Alt"
|
||||
Shift:
|
||||
modifier: "Shift"
|
||||
outline: "small"
|
||||
outline: "small-row"
|
||||
label: "Shift"
|
||||
--thin:
|
||||
outline: "halfwidth"
|
||||
|
||||
Reference in New Issue
Block a user