layouts: Adjust layout-sizes to the correct aspect-ratios
and fix some other issues, to make the layouts more consistent. The aspect-ratios of the layouts, should now match the intended aspect-ratios (12:7 and 16:5), with 3 decimal-digits of precision; either exactly, or rounded to be a little more square, so that the entire height of the panel will be used. Adding 0.001 to `width` in the `default`-outlines of the layouts, would make the layouts a little wider than the intended aspect-ratio. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/691>
This commit is contained in:
committed by
Marge Bot
parent
41ed436dc8
commit
e610866129
@ -1,54 +1,54 @@
|
||||
# Language: German
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.33, height: 45.5 }
|
||||
action: { width: 59, height: 45.5 }
|
||||
change-view: { width: 52.67, height: 45.5 }
|
||||
change-view-2: { width: 59, height: 45.5 }
|
||||
halfwidth: { width: 17.665, height: 45.5 }
|
||||
large: { width: 52.67, height: 45.5 }
|
||||
narrow: { width: 26.335, height: 45.5 }
|
||||
placeholder: { width: 17.665, height: 45.5 }
|
||||
small: { width: 50.471, height: 24 }
|
||||
spaceline: { width: 100.96, height: 45.5 }
|
||||
special: { width: 35.33, height: 45.5 }
|
||||
special-2: { width: 52.67, height: 45.5 }
|
||||
special-3: { width: 59, height: 45.5 }
|
||||
subtle-highlight: { width: 35.33, height: 45.5 }
|
||||
default: { width: 40.41, height: 52 }
|
||||
action: { width: 67.35, height: 52 }
|
||||
change-view: { width: 60.615, height: 52 }
|
||||
change-view-2: { width: 67.35, height: 52 }
|
||||
halfwidth: { width: 20.205, height: 52 }
|
||||
large: { width: 60.615, height: 52 }
|
||||
narrow: { width: 30.307, height: 52 }
|
||||
placeholder: { width: 20.205, height: 52 }
|
||||
small: { width: 57.728, height: 27.725 }
|
||||
spaceline: { width: 114.495, height: 52 }
|
||||
special: { width: 40.41, height: 52 }
|
||||
special-2: { width: 60.615, height: 52 }
|
||||
special-3: { width: 67.35, height: 52 }
|
||||
subtle-highlight: { width: 40.41, height: 52 }
|
||||
|
||||
views:
|
||||
base:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "q w e r t z u i o p"
|
||||
- "PeriodSmall a s d f g h j k l MinusSmall"
|
||||
- ".-thin a s d f g h j k l --thin"
|
||||
- "show_upper y x c v b n m BackSpace"
|
||||
- "show_numbers show_eschars preferences space show_actions Return"
|
||||
upper:
|
||||
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "Q W E R T Z U I O P"
|
||||
- "SlashSmall A S D F G H J K L PipeSmall"
|
||||
- "/-thin A S D F G H J K L |-thin"
|
||||
- "show_upper Y X C V B N M BackSpace"
|
||||
- "show_numbers show_eschars preferences space show_actions Return"
|
||||
numbers:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "\\ * # $ / & - + ( ) _"
|
||||
- "show_symbols , \" ' : ; ! ? BackSpace"
|
||||
- "show_letters show_eschars preferences space . Return"
|
||||
symbols:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "~ ` · √ π τ ÷ × ¶ @"
|
||||
- "-- © ® £ € ¥ ^ ° { } --"
|
||||
- "show_numbers % | < > = [ ] BackSpace"
|
||||
- "show_letters show_eschars preferences space . Return"
|
||||
eschars:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "ä è é ö ü Ä È É Ö Ü"
|
||||
- "à â ê î ô À Â È Î Ô"
|
||||
- "show_numbers « » ç Ç æ œ ß BackSpace"
|
||||
- "show_letters show_eschars preferences space „ “ Return"
|
||||
actions:
|
||||
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "F1 F2 F3 F4 F5 F6"
|
||||
- "F7 F8 F9 F10 F11 F12"
|
||||
- "Esc Tab Pause Insert Up Del"
|
||||
@ -153,7 +153,7 @@ buttons:
|
||||
Tab:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
TabSmall:
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
@ -228,16 +228,16 @@ buttons:
|
||||
modifier: "Alt"
|
||||
outline: "small"
|
||||
label: "Alt"
|
||||
MinusSmall:
|
||||
--thin:
|
||||
outline: "halfwidth"
|
||||
text: "-"
|
||||
SlashSmall:
|
||||
/-thin:
|
||||
outline: "halfwidth"
|
||||
text: "/"
|
||||
PipeSmall:
|
||||
"|-thin":
|
||||
outline: "halfwidth"
|
||||
text: "|"
|
||||
PeriodSmall:
|
||||
.-thin:
|
||||
outline: "halfwidth"
|
||||
text: "."
|
||||
"„":
|
||||
@ -266,4 +266,4 @@ buttons:
|
||||
outline: "subtle-highlight"
|
||||
--:
|
||||
outline: "placeholder"
|
||||
text: ""
|
||||
text: ""
|
||||
|
||||
@ -1,54 +1,54 @@
|
||||
# Language: German
|
||||
---
|
||||
outlines:
|
||||
default: { width: 54, height: 37 }
|
||||
action: { width: 90, height: 37 }
|
||||
change-view: { width: 81, height: 37 }
|
||||
change-view-2: { width: 90, height: 37 }
|
||||
halfwidth: { width: 27, height: 37 }
|
||||
large: { width: 81, height: 37 }
|
||||
narrow: { width: 40.5, height: 37 }
|
||||
placeholder: { width: 27, height: 37 }
|
||||
small: { width: 67.4, height: 22 }
|
||||
spaceline: { width: 153, height: 37 }
|
||||
special: { width: 54, height: 37 }
|
||||
special-2: { width: 81, height: 37 }
|
||||
special-3: { width: 90, height: 37 }
|
||||
subtle-highlight: { width: 54, height: 37 }
|
||||
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 }
|
||||
narrow: { width: 46.368, height: 42 }
|
||||
placeholder: { width: 30.912, height: 42 }
|
||||
small: { width: 77.28, height: 25.2 }
|
||||
spaceline: { width: 175.168, height: 42 }
|
||||
special: { width: 61.824, height: 42 }
|
||||
special-2: { width: 92.736, height: 42 }
|
||||
special-3: { width: 103.04, height: 42 }
|
||||
subtle-highlight: { width: 61.824, height: 42 }
|
||||
|
||||
views:
|
||||
base:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "q w e r t z u i o p"
|
||||
- "PeriodSmall a s d f g h j k l MinusSmall"
|
||||
- "show_upper y x c v b n m BackSpace"
|
||||
- "show_numbers show_eschars preferences space show_actions Return"
|
||||
upper:
|
||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "Q W E R T Z U I O P"
|
||||
- "SlashSmall A S D F G H J K L PipeSmall"
|
||||
- "show_upper Y X C V B N M BackSpace"
|
||||
- "show_numbers show_eschars preferences space show_actions Return"
|
||||
numbers:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "\\ * # $ / & - + ( ) _"
|
||||
- "show_symbols , \" ' : ; ! ? BackSpace"
|
||||
- "show_letters show_eschars preferences space . Return"
|
||||
symbols:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "~ ` · √ π τ ÷ × ¶ @"
|
||||
- "-- © ® £ € ¥ ^ ° { } --"
|
||||
- "show_numbers % | < > = [ ] BackSpace"
|
||||
- "show_letters show_eschars preferences space . Return"
|
||||
eschars:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "ä è é ö ü Ä È É Ö Ü"
|
||||
- "à â ê î ô À Â È Î Ô"
|
||||
- "show_numbers « » ç Ç æ œ ß BackSpace"
|
||||
- "show_letters show_eschars preferences space „ “ Return"
|
||||
actions:
|
||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "F1 F2 F3 F4 F5 F6"
|
||||
- "F7 F8 F9 F10 F11 F12"
|
||||
- "Esc Tab Pause Insert Up Del"
|
||||
@ -150,14 +150,14 @@ buttons:
|
||||
Esc:
|
||||
outline: "action"
|
||||
keysym: "Escape"
|
||||
EscSmall:
|
||||
Esc-small:
|
||||
outline: "small"
|
||||
keysym: "Escape"
|
||||
label: "Esc"
|
||||
Tab:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
TabSmall:
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
|
||||
@ -1,53 +1,53 @@
|
||||
# Language: Spanish
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.33, height: 45.5 }
|
||||
action: { width: 59, height: 45.5 }
|
||||
change-view: { width: 52.67, height: 45.5 }
|
||||
change-view-2: { width: 59, height: 45.5 }
|
||||
halfwidth: { width: 17.665, height: 45.5 }
|
||||
large: { width: 52.67, height: 45.5 }
|
||||
placeholder: { width: 17.665, height: 45.5 }
|
||||
small: { width: 50.471, height: 24 }
|
||||
spaceline: { width: 100.96, height: 45.5 }
|
||||
special: { width: 35.33, height: 45.5 }
|
||||
special-2: { width: 52.67, height: 45.5 }
|
||||
special-3: { width: 59, height: 45.5 }
|
||||
thin: { width: 30.995, height: 45.5 }
|
||||
default: { width: 40.41, height: 52 }
|
||||
action: { width: 67.35, height: 52 }
|
||||
change-view: { width: 60.615, height: 52 }
|
||||
change-view-2: { width: 67.35, height: 52 }
|
||||
halfwidth: { width: 20.205, height: 52 }
|
||||
large: { width: 60.615, height: 52 }
|
||||
placeholder: { width: 20.205, height: 52 }
|
||||
small: { width: 57.728, height: 27.725 }
|
||||
spaceline: { width: 114.495, height: 52 }
|
||||
special: { width: 40.41, height: 52 }
|
||||
special-2: { width: 60.615, height: 52 }
|
||||
special-3: { width: 67.35, height: 52 }
|
||||
thin: { width: 35.358, height: 52 }
|
||||
|
||||
views:
|
||||
base:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "q w e r t y u i o p"
|
||||
- "PeriodSmall a s d f g h j k l MinusSmall"
|
||||
- ".-thin a s d f g h j k l --thin"
|
||||
- "show_upper z x c v b n m BackSpace"
|
||||
- "show_numbers show_eschars preferences space show_actions Return"
|
||||
upper:
|
||||
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "Q W E R T Y U I O P"
|
||||
- "SlashSmall A S D F G H J K L PipeSmall"
|
||||
- "/-thin A S D F G H J K L |-thin"
|
||||
- "show_upper Z X C V B N M BackSpace"
|
||||
- "show_numbers show_eschars preferences space show_actions Return"
|
||||
numbers:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "\\ * # $ / & - + ( ) _"
|
||||
- "show_symbols , \" ' : ; ! ? BackSpace"
|
||||
- "show_letters show_eschars preferences space . Return"
|
||||
symbols:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "~ ` · √ π τ ÷ × ¶ @"
|
||||
- "-- © ® £ € ¥ ^ ° { } --"
|
||||
- "show_numbers % | < > = [ ] BackSpace"
|
||||
- "show_letters show_eschars preferences space . Return"
|
||||
eschars:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "á é í ó ú Á É Í Ó Ú"
|
||||
- "à è ì ò ù À È Ì Ò Ù"
|
||||
- "show_numbers ü ç ï ñ Ü Ç Ï Ñ BackSpace"
|
||||
- "show_letters show_eschars preferences space show_actions Return"
|
||||
- "show_letters show_eschars preferences space . Return"
|
||||
actions:
|
||||
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "F1 F2 F3 F4 F5 F6"
|
||||
- "F7 F8 F9 F10 F11 F12"
|
||||
- "Esc Tab Pause Insert Up Del"
|
||||
@ -103,7 +103,6 @@ buttons:
|
||||
label: ">_"
|
||||
.:
|
||||
outline: "large"
|
||||
text: "."
|
||||
space:
|
||||
outline: "spaceline"
|
||||
text: " "
|
||||
@ -153,7 +152,7 @@ buttons:
|
||||
Tab:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
TabSmall:
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
@ -244,16 +243,16 @@ buttons:
|
||||
outline: "thin"
|
||||
Ñ:
|
||||
outline: "thin"
|
||||
MinusSmall:
|
||||
--thin:
|
||||
outline: "halfwidth"
|
||||
text: "-"
|
||||
SlashSmall:
|
||||
/-thin:
|
||||
outline: "halfwidth"
|
||||
text: "/"
|
||||
PipeSmall:
|
||||
"|-thin":
|
||||
outline: "halfwidth"
|
||||
text: "|"
|
||||
PeriodSmall:
|
||||
.-thin:
|
||||
outline: "halfwidth"
|
||||
text: "."
|
||||
"\\":
|
||||
@ -262,4 +261,4 @@ buttons:
|
||||
outline: "halfwidth"
|
||||
--:
|
||||
outline: "placeholder"
|
||||
text: ""
|
||||
text: ""
|
||||
|
||||
@ -1,53 +1,53 @@
|
||||
# Language: Spanish
|
||||
---
|
||||
outlines:
|
||||
default: { width: 54, height: 37 }
|
||||
action: { width: 90, height: 37 }
|
||||
change-view: { width: 81, height: 37 }
|
||||
change-view-2: { width: 90, height: 37 }
|
||||
halfwidth: { width: 27, height: 37 }
|
||||
large: { width: 81, height: 37 }
|
||||
placeholder: { width: 27, height: 37 }
|
||||
small: { width: 67.4, height: 22 }
|
||||
spaceline: { width: 153, height: 37 }
|
||||
special: { width: 54, height: 37 }
|
||||
special-2: { width: 81, height: 37 }
|
||||
special-3: { width: 90, height: 37 }
|
||||
thin: { width: 47.25, height: 37 }
|
||||
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 }
|
||||
placeholder: { width: 30.912, height: 42 }
|
||||
small: { width: 77.28, height: 25.2 }
|
||||
spaceline: { width: 175.168, height: 42 }
|
||||
special: { width: 61.824, height: 42 }
|
||||
special-2: { width: 92.736, height: 42 }
|
||||
special-3: { width: 103.04, height: 42 }
|
||||
thin: { width: 54.096, height: 42 }
|
||||
|
||||
views:
|
||||
base:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "q w e r t y u i o p"
|
||||
- "PeriodSmall a s d f g h j k l MinusSmall"
|
||||
- "show_upper z x c v b n m BackSpace"
|
||||
- "show_numbers show_eschars preferences space show_actions Return"
|
||||
upper:
|
||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "Q W E R T Y U I O P"
|
||||
- "SlashSmall A S D F G H J K L PipeSmall"
|
||||
- "show_upper Z X C V B N M BackSpace"
|
||||
- "show_numbers show_eschars preferences space show_actions Return"
|
||||
numbers:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "\\ * # $ / & - + ( ) _"
|
||||
- "show_symbols , \" ' : ; ! ? BackSpace"
|
||||
- "show_letters show_eschars preferences space . Return"
|
||||
symbols:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "~ ` · √ π τ ÷ × ¶ @"
|
||||
- "-- © ® £ € ¥ ^ ° { } --"
|
||||
- "show_numbers % | < > = [ ] BackSpace"
|
||||
- "show_letters show_eschars preferences space . Return"
|
||||
eschars:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "á é í ó ú Á É Í Ó Ú"
|
||||
- "à è ì ò ù À È Ì Ò Ù"
|
||||
- "show_numbers ü ç ï ñ Ü Ç Ï Ñ BackSpace"
|
||||
- "show_letters show_eschars preferences space show_actions Return"
|
||||
- "show_letters show_eschars preferences space . Return"
|
||||
actions:
|
||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "F1 F2 F3 F4 F5 F6"
|
||||
- "F7 F8 F9 F10 F11 F12"
|
||||
- "Esc Tab Pause Insert Up Del"
|
||||
@ -149,14 +149,14 @@ buttons:
|
||||
Esc:
|
||||
outline: "action"
|
||||
keysym: "Escape"
|
||||
EscSmall:
|
||||
Esc-small:
|
||||
outline: "small"
|
||||
keysym: "Escape"
|
||||
label: "Esc"
|
||||
Tab:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
TabSmall:
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
@ -265,4 +265,4 @@ buttons:
|
||||
outline: "halfwidth"
|
||||
--:
|
||||
outline: "placeholder"
|
||||
text: ""
|
||||
text: ""
|
||||
|
||||
@ -1,50 +1,50 @@
|
||||
# Language: French (BEPO)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.33, height: 45.5 }
|
||||
action: { width: 59, height: 45.5 }
|
||||
change-view: { width: 52.67, height: 45.5 }
|
||||
change-view-2: { width: 59, height: 45.5 }
|
||||
large: { width: 52.67, height: 45.5 }
|
||||
small: { width: 50.471, height: 24 }
|
||||
spaceline: { width: 100.96, height: 45.5 }
|
||||
special: { width: 35.33, height: 45.5 }
|
||||
special-2: { width: 52.67, height: 45.5 }
|
||||
special-3: { width: 59, height: 45.5 }
|
||||
default: { width: 40.41, height: 52 }
|
||||
action: { width: 67.35, height: 52 }
|
||||
change-view: { width: 60.615, height: 52 }
|
||||
change-view-2: { width: 67.35, height: 52 }
|
||||
large: { width: 60.615, height: 52 }
|
||||
small: { width: 57.728, height: 27.725 }
|
||||
spaceline: { width: 114.495, height: 52 }
|
||||
special: { width: 40.41, height: 52 }
|
||||
special-2: { width: 60.615, height: 52 }
|
||||
special-3: { width: 67.35, height: 52 }
|
||||
|
||||
views:
|
||||
base:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "b é p o w v d l j z"
|
||||
- "a u i e c t s r n m"
|
||||
- "show_upper y x k q g h f BackSpace"
|
||||
- "show_numbers show_eschars preferences space show_actions Return"
|
||||
upper:
|
||||
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "B É P O W V D L J Z"
|
||||
- "A U I E C T S R N M"
|
||||
- "show_upper Y X K Q G H F BackSpace"
|
||||
- "show_numbers show_eschars preferences space show_actions Return"
|
||||
numbers:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "@ # € % & - _ + ( )"
|
||||
- "show_symbols , \" ' : ; ! ? BackSpace"
|
||||
- "show_letters show_eschars preferences space . Return"
|
||||
symbols:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "~ ` | · √ π τ ÷ × ¶"
|
||||
- "© ® £ $ ¥ ^ ° * { }"
|
||||
- "show_numbers \\ / < > = [ ] BackSpace"
|
||||
- "show_letters show_eschars preferences space . Return"
|
||||
eschars:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "à â ç é è ê î ô ù û"
|
||||
- "À Â Ç É È Ê Î Ô Ù Û"
|
||||
- "show_numbers æ œ ä ë ï ö ü BackSpace"
|
||||
- "show_letters show_eschars preferences space . Return"
|
||||
actions:
|
||||
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "F1 F2 F3 F4 F5 F6"
|
||||
- "F7 F8 F9 F10 F11 F12"
|
||||
- "Esc Tab Pause Insert Up Del"
|
||||
@ -94,7 +94,7 @@ buttons:
|
||||
Tab:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
TabSmall:
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
|
||||
@ -1,50 +1,50 @@
|
||||
# Language: French (BEPO)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 54, height: 37 }
|
||||
action: { width: 90, height: 37 }
|
||||
change-view: { width: 81, height: 37 }
|
||||
change-view-2: { width: 90, height: 37 }
|
||||
large: { width: 81, height: 37 }
|
||||
small: { width: 67.4, height: 22 }
|
||||
spaceline: { width: 153, height: 37 }
|
||||
special: { width: 54, height: 37 }
|
||||
special-2: { width: 81, height: 37 }
|
||||
special-3: { width: 90, height: 37 }
|
||||
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 }
|
||||
large: { width: 92.736, height: 42 }
|
||||
small: { width: 77.28, height: 25.2 }
|
||||
spaceline: { width: 175.168, height: 42 }
|
||||
special: { width: 61.824, height: 42 }
|
||||
special-2: { width: 92.736, height: 42 }
|
||||
special-3: { width: 103.04, height: 42 }
|
||||
|
||||
views:
|
||||
base:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "b é p o w v d l j z"
|
||||
- "a u i e c t s r n m"
|
||||
- "show_upper y x k q g h f BackSpace"
|
||||
- "show_numbers show_eschars preferences space show_actions Return"
|
||||
upper:
|
||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "B É P O W V D L J Z"
|
||||
- "A U I E C T S R N M"
|
||||
- "show_upper Y X K Q G H F BackSpace"
|
||||
- "show_numbers show_eschars preferences space show_actions Return"
|
||||
numbers:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "@ # € % & - _ + ( )"
|
||||
- "show_symbols , \" ' : ; ! ? BackSpace"
|
||||
- "show_letters show_eschars preferences space . Return"
|
||||
symbols:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "~ ` | · √ π τ ÷ × ¶"
|
||||
- "© ® £ $ ¥ ^ ° * { }"
|
||||
- "show_numbers \\ / < > = [ ] BackSpace"
|
||||
- "show_letters show_eschars preferences space . Return"
|
||||
eschars:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "à â ç é è ê î ô ù û"
|
||||
- "À Â Ç É È Ê Î Ô Ù Û"
|
||||
- "show_numbers æ œ ä ë ï ö ü BackSpace"
|
||||
- "show_letters show_eschars preferences space . Return"
|
||||
actions:
|
||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "F1 F2 F3 F4 F5 F6"
|
||||
- "F7 F8 F9 F10 F11 F12"
|
||||
- "Esc Tab Pause Insert Up Del"
|
||||
@ -91,14 +91,14 @@ buttons:
|
||||
outline: "action"
|
||||
keysym: "Escape"
|
||||
label: "Echap"
|
||||
EscSmall:
|
||||
Esc-small:
|
||||
outline: "small"
|
||||
keysym: "Escape"
|
||||
label: "Echap"
|
||||
Tab:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
TabSmall:
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
|
||||
@ -1,50 +1,50 @@
|
||||
# Language: French
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.33, height: 45.5 }
|
||||
action: { width: 59, height: 45.5 }
|
||||
change-view: { width: 52.67, height: 45.5 }
|
||||
change-view-2: { width: 59, height: 45.5 }
|
||||
large: { width: 52.67, height: 45.5 }
|
||||
small: { width: 50.471, height: 24 }
|
||||
spaceline: { width: 100.96, height: 45.5 }
|
||||
special: { width: 35.33, height: 45.5 }
|
||||
special-2: { width: 52.67, height: 45.5 }
|
||||
special-3: { width: 59, height: 45.5 }
|
||||
default: { width: 40.41, height: 52 }
|
||||
action: { width: 67.35, height: 52 }
|
||||
change-view: { width: 60.615, height: 52 }
|
||||
change-view-2: { width: 67.35, height: 52 }
|
||||
large: { width: 60.615, height: 52 }
|
||||
small: { width: 57.728, height: 27.725 }
|
||||
spaceline: { width: 114.495, height: 52 }
|
||||
special: { width: 40.41, height: 52 }
|
||||
special-2: { width: 60.615, height: 52 }
|
||||
special-3: { width: 67.35, height: 52 }
|
||||
|
||||
views:
|
||||
base:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "a z e r t y u i o p"
|
||||
- "q s d f g h j k l m"
|
||||
- "show_upper w x c v b n . BackSpace"
|
||||
- "show_numbers show_eschars preferences space show_actions Return"
|
||||
upper:
|
||||
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "A Z E R T Y U I O P"
|
||||
- "Q S D F G H J K L M"
|
||||
- "show_upper W X C V B N , BackSpace"
|
||||
- "show_numbers show_eschars preferences space show_actions Return"
|
||||
numbers:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "@ # € % & - _ + ( )"
|
||||
- "show_symbols , \" ' : ; ! ? BackSpace"
|
||||
- "show_letters show_eschars preferences space show_actions Return"
|
||||
- "show_letters show_eschars preferences space .-large Return"
|
||||
symbols:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "~ ` | · √ π τ ÷ × ¶"
|
||||
- "© ® £ $ ¥ ^ ° * { }"
|
||||
- "show_numbers \\ / < > = [ ] BackSpace"
|
||||
- "show_letters show_eschars preferences space show_actions Return"
|
||||
- "show_letters show_eschars preferences space .-large Return"
|
||||
eschars:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "à â ç é è ê î ô ù û"
|
||||
- "À Â Ç É È Ê Î Ô Ù Û"
|
||||
- "show_numbers æ œ ä ë ï ö ü BackSpace"
|
||||
- "show_letters show_eschars preferences space show_actions Return"
|
||||
- "show_letters show_eschars preferences space .-large Return"
|
||||
actions:
|
||||
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "F1 F2 F3 F4 F5 F6"
|
||||
- "F7 F8 F9 F10 F11 F12"
|
||||
- "Esc Tab Pause Insert Up Del"
|
||||
@ -95,7 +95,7 @@ buttons:
|
||||
Tab:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
TabSmall:
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
@ -223,3 +223,6 @@ buttons:
|
||||
outline: "special-3"
|
||||
icon: "key-enter"
|
||||
keysym: "Return"
|
||||
.-large:
|
||||
outline: "large"
|
||||
text: "."
|
||||
|
||||
@ -1,50 +1,50 @@
|
||||
# Language: French
|
||||
---
|
||||
outlines:
|
||||
default: { width: 54, height: 37 }
|
||||
action: { width: 90, height: 37 }
|
||||
change-view: { width: 81, height: 37 }
|
||||
change-view-2: { width: 90, height: 37 }
|
||||
large: { width: 81, height: 37 }
|
||||
small: { width: 67.4, height: 22 }
|
||||
spaceline: { width: 153, height: 37 }
|
||||
special: { width: 54, height: 37 }
|
||||
special-2: { width: 81, height: 37 }
|
||||
special-3: { width: 90, height: 37 }
|
||||
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 }
|
||||
large: { width: 92.736, height: 42 }
|
||||
small: { width: 77.28, height: 25.2 }
|
||||
spaceline: { width: 175.168, height: 42 }
|
||||
special: { width: 61.824, height: 42 }
|
||||
special-2: { width: 92.736, height: 42 }
|
||||
special-3: { width: 103.04, height: 42 }
|
||||
|
||||
views:
|
||||
base:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "a z e r t y u i o p"
|
||||
- "q s d f g h j k l m"
|
||||
- "show_upper w x c v b n . BackSpace"
|
||||
- "show_numbers show_eschars preferences space show_actions Return"
|
||||
upper:
|
||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "A Z E R T Y U I O P"
|
||||
- "Q S D F G H J K L M"
|
||||
- "show_upper W X C V B N , BackSpace"
|
||||
- "show_numbers show_eschars preferences space show_actions Return"
|
||||
numbers:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "@ # € % & - _ + ( )"
|
||||
- "show_symbols , \" ' : ; ! ? BackSpace"
|
||||
- "show_letters show_eschars preferences space show_actions Return"
|
||||
- "show_letters show_eschars preferences space .-large Return"
|
||||
symbols:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "~ ` | · √ π τ ÷ × ¶"
|
||||
- "© ® £ $ ¥ ^ ° * { }"
|
||||
- "show_numbers \\ / < > = [ ] BackSpace"
|
||||
- "show_letters show_eschars preferences space show_actions Return"
|
||||
- "show_letters show_eschars preferences space .-large Return"
|
||||
eschars:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "à â ç é è ê î ô ù û"
|
||||
- "À Â Ç É È Ê Î Ô Ù Û"
|
||||
- "show_numbers æ œ ä ë ï ö ü BackSpace"
|
||||
- "show_letters show_eschars preferences space show_actions Return"
|
||||
- "show_letters show_eschars preferences space .-large Return"
|
||||
actions:
|
||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "F1 F2 F3 F4 F5 F6"
|
||||
- "F7 F8 F9 F10 F11 F12"
|
||||
- "Esc Tab Pause Insert Up Del"
|
||||
@ -91,14 +91,14 @@ buttons:
|
||||
outline: "action"
|
||||
keysym: "Escape"
|
||||
label: "Echap"
|
||||
EscSmall:
|
||||
Esc-small:
|
||||
outline: "small"
|
||||
keysym: "Escape"
|
||||
label: "Echap"
|
||||
Tab:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
TabSmall:
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
@ -226,3 +226,6 @@ buttons:
|
||||
outline: "special-3"
|
||||
icon: "key-enter"
|
||||
keysym: "Return"
|
||||
.-large:
|
||||
outline: "large"
|
||||
text: "."
|
||||
|
||||
@ -1,44 +1,44 @@
|
||||
# Language: English (Dvorak)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.33, height: 45.5 }
|
||||
action: { width: 59, height: 45.5 }
|
||||
change-view: { width: 52.67, height: 45.5 }
|
||||
change-view-2: { width: 59, height: 45.5 }
|
||||
large: { width: 52.67, height: 45.5 }
|
||||
small: { width: 50.471, height: 24 }
|
||||
spaceline: { width: 144.96, height: 45.5 }
|
||||
special: { width: 44, height: 45.5 }
|
||||
special-2: { width: 52.67, height: 45.5 }
|
||||
special-3: { width: 59, height: 45.5 }
|
||||
default: { width: 40.41, height: 52 }
|
||||
action: { width: 67.35, height: 52 }
|
||||
change-view: { width: 60.615, height: 52 }
|
||||
change-view-2: { width: 67.35, height: 52 }
|
||||
large: { width: 60.615, height: 52 }
|
||||
small: { width: 57.728, height: 27.725 }
|
||||
spaceline: { width: 148.17, height: 52 }
|
||||
special: { width: 60.615, height: 52 }
|
||||
special-2: { width: 60.615, height: 52 }
|
||||
special-3: { width: 67.35, height: 52 }
|
||||
|
||||
views:
|
||||
base:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "show_upper p y f g c r l BackSpace"
|
||||
- "a o e u i d h t n s"
|
||||
- ", q j k x b m w v z"
|
||||
- "show_numbers preferences space show_actions Return"
|
||||
upper:
|
||||
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "show_upper P Y F G C R L BackSpace"
|
||||
- "A O E U I D H T N S"
|
||||
- ", Q J K X B M W V Z"
|
||||
- "show_numbers preferences space show_actions Return"
|
||||
numbers:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "show_symbols , \" ' : ; ! ? BackSpace"
|
||||
- "* # $ / & - _ + ( )"
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "show_letters preferences space . Return"
|
||||
symbols:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "show_numbers \\ % < > = [ ] BackSpace"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "show_numbers_from_symbols \\ % < > = [ ] BackSpace"
|
||||
- "© ® £ € ¥ ^ ° @ { }"
|
||||
- "~ ` | · √ π τ ÷ × ¶"
|
||||
- "show_letters preferences space . Return"
|
||||
actions:
|
||||
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "F1 F2 F3 F4 F5 F6"
|
||||
- "F7 F8 F9 F10 F11 F12"
|
||||
- "Esc Tab Pause Insert Up Del"
|
||||
@ -61,6 +61,11 @@ buttons:
|
||||
outline: "special"
|
||||
icon: "keyboard-mode-symbolic"
|
||||
show_numbers:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view-2"
|
||||
label: "123"
|
||||
show_numbers_from_symbols:
|
||||
action:
|
||||
set_view: "numbers"
|
||||
outline: "change-view"
|
||||
@ -68,7 +73,7 @@ buttons:
|
||||
show_letters:
|
||||
action:
|
||||
set_view: "base"
|
||||
outline: "change-view"
|
||||
outline: "change-view-2"
|
||||
label: "ABC"
|
||||
show_letters_actions:
|
||||
action:
|
||||
@ -136,7 +141,7 @@ buttons:
|
||||
Tab:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
TabSmall:
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
|
||||
@ -1,44 +1,44 @@
|
||||
# Language: English (Dvorak)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 54, height: 37 }
|
||||
action: { width: 90, height: 37 }
|
||||
change-view: { width: 81, height: 37 }
|
||||
change-view-2: { width: 90, height: 37 }
|
||||
large: { width: 81, height: 37 }
|
||||
small: { width: 67.4, height: 22 }
|
||||
spaceline: { width: 234, height: 37 }
|
||||
special: { width: 54, height: 37 }
|
||||
special-2: { width: 81, height: 37 }
|
||||
special-3: { width: 90, height: 37 }
|
||||
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 }
|
||||
large: { width: 92.736, height: 42 }
|
||||
small: { width: 77.28, 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:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "show_upper p y f g c r l BackSpace"
|
||||
- "a o e u i d h t n s"
|
||||
- ", q j k x b m w v z"
|
||||
- "show_numbers preferences space show_actions Return"
|
||||
upper:
|
||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "show_upper P Y F G C R L BackSpace"
|
||||
- "A O E U I D H T N S"
|
||||
- ", Q J K X B M W V Z"
|
||||
- "show_numbers preferences space show_actions Return"
|
||||
numbers:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "show_symbols , \" ' : ; ! ? BackSpace"
|
||||
- "* # $ / & - _ + ( )"
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "show_letters preferences space . Return"
|
||||
symbols:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "show_numbers \\ % < > = [ ] BackSpace"
|
||||
- "© ® £ € ¥ ^ ° @ { }"
|
||||
- "~ ` | · √ π τ ÷ × ¶"
|
||||
- "show_letters preferences space . Return"
|
||||
actions:
|
||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "F1 F2 F3 F4 F5 F6"
|
||||
- "F7 F8 F9 F10 F11 F12"
|
||||
- "Esc Tab Pause Insert Up Del"
|
||||
@ -133,14 +133,14 @@ buttons:
|
||||
Esc:
|
||||
outline: "action"
|
||||
keysym: "Escape"
|
||||
EscSmall:
|
||||
Esc-small:
|
||||
outline: "small"
|
||||
keysym: "Escape"
|
||||
label: "Esc"
|
||||
Tab:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
TabSmall:
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
|
||||
@ -1,47 +1,47 @@
|
||||
# Language: Englisch (US)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 35.33, height: 45.5 }
|
||||
action: { width: 59, height: 45.5 }
|
||||
change-view: { width: 52.67, height: 45.5 }
|
||||
change-view-2: { width: 59, height: 45.5 }
|
||||
halfwidth: { width: 17.665, height: 45.5 }
|
||||
large: { width: 52.67, height: 45.5 }
|
||||
narrow: { width: 26.335, height: 45.5 }
|
||||
placeholder: { width: 17.665, height: 45.5 }
|
||||
small: { width: 50.471, height: 24 }
|
||||
spaceline: { width: 138.63, height: 45.5 }
|
||||
special: { width: 44, height: 45.5 }
|
||||
special-2: { width: 52.67, height: 45.5 }
|
||||
special-3: { width: 59, height: 45.5 }
|
||||
default: { width: 40.41, height: 52 }
|
||||
action: { width: 67.35, height: 52 }
|
||||
change-view: { width: 60.615, height: 52 }
|
||||
change-view-2: { width: 67.35, height: 52 }
|
||||
halfwidth: { width: 20.205, height: 52 }
|
||||
large: { width: 60.615, height: 52 }
|
||||
narrow: { width: 30.307, height: 52 }
|
||||
placeholder: { width: 20.205, height: 52 }
|
||||
small: { width: 57.728, height: 27.725 }
|
||||
spaceline: { width: 148.17, height: 52 }
|
||||
special: { width: 60.615, height: 52 }
|
||||
special-2: { width: 60.615, height: 52 }
|
||||
special-3: { width: 67.35, height: 52 }
|
||||
|
||||
views:
|
||||
base:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "q w e r t y u i o p"
|
||||
- "PeriodSmall a s d f g h j k l MinusSmall"
|
||||
- ".-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:
|
||||
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "Q W E R T Y U I O P"
|
||||
- "SlashSmall A S D F G H J K L PipeSmall"
|
||||
- "/-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:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "\\ * # $ / & - + ( ) _"
|
||||
- "show_symbols , \" ' : ; ! ? BackSpace"
|
||||
- "show_letters preferences space . Return"
|
||||
symbols:
|
||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "~ ` · √ π τ ÷ × ¶ @"
|
||||
- "-- © ® £ € ¥ ^ ° { } --"
|
||||
- "show_numbers_from_symbols % | < > = [ ] BackSpace"
|
||||
- "show_letters preferences space . Return"
|
||||
actions:
|
||||
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "F1 F2 F3 F4 F5 F6"
|
||||
- "F7 F8 F9 F10 F11 F12"
|
||||
- "Esc Tab Pause Insert Up Del"
|
||||
@ -144,7 +144,7 @@ buttons:
|
||||
Tab:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
TabSmall:
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
@ -213,16 +213,16 @@ buttons:
|
||||
modifier: "Alt"
|
||||
outline: "small"
|
||||
label: "Alt"
|
||||
MinusSmall:
|
||||
--thin:
|
||||
outline: "halfwidth"
|
||||
text: "-"
|
||||
SlashSmall:
|
||||
/-thin:
|
||||
outline: "halfwidth"
|
||||
text: "/"
|
||||
PipeSmall:
|
||||
"|-thin":
|
||||
outline: "halfwidth"
|
||||
text: "|"
|
||||
PeriodSmall:
|
||||
.-thin:
|
||||
outline: "halfwidth"
|
||||
text: "."
|
||||
"\\":
|
||||
@ -231,4 +231,4 @@ buttons:
|
||||
outline: "halfwidth"
|
||||
--:
|
||||
outline: "placeholder"
|
||||
text: ""
|
||||
text: ""
|
||||
|
||||
@ -1,47 +1,46 @@
|
||||
# Language: Englisch (US)
|
||||
---
|
||||
outlines:
|
||||
default: { width: 54, height: 37 }
|
||||
action: { width: 90, height: 37 }
|
||||
change-view: { width: 81, height: 37 }
|
||||
change-view-2: { width: 90, height: 37 }
|
||||
halfwidth: { width: 27, height: 37 }
|
||||
large: { width: 81, height: 37 }
|
||||
narrow: { width: 40.5, height: 37 }
|
||||
placeholder: { width: 27, height: 37 }
|
||||
small: { width: 67.4, height: 22 }
|
||||
spaceline: { width: 234, height: 37 }
|
||||
special: { width: 54, height: 37 }
|
||||
special-2: { width: 81, height: 37 }
|
||||
special-3: { width: 90, height: 37 }
|
||||
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 }
|
||||
placeholder: { width: 30.912, height: 42 }
|
||||
small: { width: 77.28, 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:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "q w e r t y u i o p"
|
||||
- "PeriodSmall a s d f g h j k l MinusSmall"
|
||||
- ".-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:
|
||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "Q W E R T Y U I O P"
|
||||
- "SlashSmall A S D F G H J K L PipeSmall"
|
||||
- "/-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:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "1 2 3 4 5 6 7 8 9 0"
|
||||
- "\\ * # $ / & - + ( ) _"
|
||||
- "show_symbols , \" ' : ; ! ? BackSpace"
|
||||
- "show_letters preferences space . Return"
|
||||
symbols:
|
||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||
- "~ ` · √ π τ ÷ × ¶ @"
|
||||
- "-- © ® £ € ¥ ^ ° { } --"
|
||||
- "show_numbers % | < > = [ ] BackSpace"
|
||||
- "show_letters preferences space . Return"
|
||||
actions:
|
||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||
- "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||
- "F1 F2 F3 F4 F5 F6"
|
||||
- "F7 F8 F9 F10 F11 F12"
|
||||
- "Esc Tab Pause Insert Up Del"
|
||||
@ -136,14 +135,14 @@ buttons:
|
||||
Esc:
|
||||
outline: "action"
|
||||
keysym: "Escape"
|
||||
EscSmall:
|
||||
Esc-small:
|
||||
outline: "small"
|
||||
keysym: "Escape"
|
||||
label: "Esc"
|
||||
Tab:
|
||||
outline: "action"
|
||||
keysym: "Tab"
|
||||
TabSmall:
|
||||
Tab-small:
|
||||
outline: "small"
|
||||
keysym: "Tab"
|
||||
label: "Tab"
|
||||
@ -212,16 +211,16 @@ buttons:
|
||||
modifier: "Alt"
|
||||
outline: "small"
|
||||
label: "Alt"
|
||||
MinusSmall:
|
||||
--thin:
|
||||
outline: "halfwidth"
|
||||
text: "-"
|
||||
SlashSmall:
|
||||
/-thin:
|
||||
outline: "halfwidth"
|
||||
text: "/"
|
||||
PipeSmall:
|
||||
"|-thin":
|
||||
outline: "halfwidth"
|
||||
text: "|"
|
||||
PeriodSmall:
|
||||
.-thin:
|
||||
outline: "halfwidth"
|
||||
text: "."
|
||||
"\\":
|
||||
|
||||
Reference in New Issue
Block a user