data/keyboards/terminal/*.yaml: Update terminal-layouts
- Fix highlighting - Fix sizes of buttons - Reduce layout-changes when switching views - Make layouts more consistent Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/626>
This commit is contained in:
@ -3,12 +3,12 @@ outlines:
|
|||||||
default: { width: 35.33, height: 46 }
|
default: { width: 35.33, height: 46 }
|
||||||
halfwidth: { width: 17.665, height: 46 }
|
halfwidth: { width: 17.665, height: 46 }
|
||||||
narrow: { width: 26.335, height: 46 }
|
narrow: { width: 26.335, height: 46 }
|
||||||
special: { width: 35.33, height: 46 }
|
special: { width: 44, height: 46 }
|
||||||
altline: { width: 52.67, height: 46 }
|
altline: { width: 52.67, height: 46 }
|
||||||
large: { width: 52.67, height: 46 }
|
large: { width: 52.67, height: 46 }
|
||||||
action: { width: 59, height: 46 }
|
action: { width: 59, height: 46 }
|
||||||
wide: { width: 59, height: 46 }
|
wide: { width: 59, height: 46 }
|
||||||
spaceline: { width: 100.96, height: 46 }
|
spaceline: { width: 92.29, height: 46 }
|
||||||
small: { width: 50.471, height: 22 }
|
small: { width: 50.471, height: 22 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
@ -34,7 +34,7 @@ views:
|
|||||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "~ ` · √ π τ ÷ × ¶ @"
|
- "~ ` · √ π τ ÷ × ¶ @"
|
||||||
- "© ® £ € ¥ ^ ° { }"
|
- "© ® £ € ¥ ^ ° { }"
|
||||||
- "show_numbers_from_symbols % | < > = [ ] BackSpace"
|
- "show_numbers % | < > = [ ] BackSpace"
|
||||||
- "show_letters show_eschars preferences space period Return"
|
- "show_letters show_eschars preferences space period Return"
|
||||||
eschars:
|
eschars:
|
||||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
@ -70,11 +70,6 @@ buttons:
|
|||||||
set_view: "numbers"
|
set_view: "numbers"
|
||||||
outline: "altline"
|
outline: "altline"
|
||||||
label: "123"
|
label: "123"
|
||||||
show_numbers_from_symbols:
|
|
||||||
action:
|
|
||||||
set_view: "numbers"
|
|
||||||
outline: "altline"
|
|
||||||
label: "123"
|
|
||||||
show_letters:
|
show_letters:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
|
|||||||
@ -34,7 +34,7 @@ views:
|
|||||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "~ ` · √ π τ ÷ × ¶ @"
|
- "~ ` · √ π τ ÷ × ¶ @"
|
||||||
- "© ® £ € ¥ ^ ° { }"
|
- "© ® £ € ¥ ^ ° { }"
|
||||||
- "show_numbers_from_symbols % | < > = [ ] BackSpace"
|
- "show_numbers % | < > = [ ] BackSpace"
|
||||||
- "show_letters show_eschars preferences space period Return"
|
- "show_letters show_eschars preferences space period Return"
|
||||||
eschars:
|
eschars:
|
||||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
@ -70,11 +70,6 @@ buttons:
|
|||||||
set_view: "numbers"
|
set_view: "numbers"
|
||||||
outline: "altline"
|
outline: "altline"
|
||||||
label: "123"
|
label: "123"
|
||||||
show_numbers_from_symbols:
|
|
||||||
action:
|
|
||||||
set_view: "numbers"
|
|
||||||
outline: "altline"
|
|
||||||
label: "123"
|
|
||||||
show_letters:
|
show_letters:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
|
|||||||
@ -7,7 +7,7 @@ outlines:
|
|||||||
wide: { width: 59, height: 46 }
|
wide: { width: 59, height: 46 }
|
||||||
spaceline: { width: 92.29, height: 46 }
|
spaceline: { width: 92.29, height: 46 }
|
||||||
special: { width: 44, height: 46 }
|
special: { width: 44, height: 46 }
|
||||||
small: { width: 50.57, height: 22 }
|
small: { width: 50.471, height: 22 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,50 +1,52 @@
|
|||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
action: { width: 59, height: 46 }
|
|
||||||
small: { width: 50, height: 22 }
|
|
||||||
default: { width: 35.33, height: 46 }
|
default: { width: 35.33, height: 46 }
|
||||||
altline: { width: 35.33, height: 46 }
|
halfwidth: { width: 17.665, height: 46 }
|
||||||
|
action: { width: 59, height: 46 }
|
||||||
|
altline: { width: 42, height: 46 }
|
||||||
wide: { width: 50, height: 46 }
|
wide: { width: 50, height: 46 }
|
||||||
spaceline: { width: 110, height: 46 }
|
narrow: { width: 22.5, height: 46 }
|
||||||
|
spaceline: { width: 119.47, height: 46 }
|
||||||
special: { width: 35.33, height: 46 }
|
special: { width: 35.33, height: 46 }
|
||||||
|
small: { width: 50.471, height: 22 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
- "Ctrl Alt Tabsmall ↑ ↓ ← →"
|
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "b é p o w v d l j z"
|
- "b é p o w v d l j z"
|
||||||
- "a u i e c t s r n m"
|
- "a u i e c t s r n m"
|
||||||
- "Shift_L y x k q g h f period BackSpace"
|
- "Shift_L y x k q g h f period BackSpace"
|
||||||
- "show_numbers preferences slash space show_eschars show_actions Return"
|
- "show_numbers show_eschars preferences space slash show_actions Return"
|
||||||
upper:
|
upper:
|
||||||
- "Ctrl Alt Tabsmall PageUp PageDown Home End"
|
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||||
- "B É P O W V D L J Z"
|
- "B É P O W V D L J Z"
|
||||||
- "A U I E C T S R N M"
|
- "A U I E C T S R N M"
|
||||||
- "Shift_L Y X K Q G H F - BackSpace"
|
- "Shift_L Y X K Q G H F minus BackSpace"
|
||||||
- "show_numbers preferences space colon show_eschars show_actions Return"
|
- "show_numbers show_eschars preferences space colon show_actions Return"
|
||||||
numbers:
|
numbers:
|
||||||
- "Ctrl Alt Tabsmall ↑ ↓ ← →"
|
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "1 2 3 4 5 6 7 8 9 0"
|
- "1 2 3 4 5 6 7 8 9 0"
|
||||||
- "@ # € % & - _ + ( )"
|
- "@ # € % & - _ + ( )"
|
||||||
- "show_symbols , \" ' colon ; ! ? BackSpace"
|
- "show_symbols , \" ' : ; ! ? period BackSpace"
|
||||||
- "show_letters preferences space show_eschars show_actions Return"
|
- "show_letters show_eschars preferences space slash show_actions Return"
|
||||||
symbols:
|
symbols:
|
||||||
- "Ctrl Alt Tabsmall ↑ ↓ ← →"
|
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "~ ` | · √ π τ ÷ × ¶"
|
- "~ ` | · √ π τ ÷ × ¶"
|
||||||
- "© ® £ $ ¥ ^ ° * { }"
|
- "© ® £ $ ¥ ^ ° * { }"
|
||||||
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace"
|
- "show_numbers \\ / < > = [ ] period BackSpace"
|
||||||
- "show_letters preferences space show_eschars show_actions Return"
|
- "show_letters show_eschars preferences space slash show_actions Return"
|
||||||
eschars:
|
eschars:
|
||||||
- "Ctrl Alt Tabsmall ↑ ↓ ← →"
|
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "à â ç é è ê î ô ù û"
|
- "à â ç é è ê î ô ù û"
|
||||||
- "À Â Ç É È Ê Î Ô Ù Û"
|
- "À Â Ç É È Ê Î Ô Ù Û"
|
||||||
- "show_numbers_from_symbols æ œ ä ë ï ö ü BackSpace"
|
- "show_numbers æ œ ä ë ï ö ü period BackSpace"
|
||||||
- "show_letters preferences space show_eschars show_actions Return"
|
- "show_letters show_eschars preferences space slash show_actions Return"
|
||||||
actions:
|
actions:
|
||||||
- "Ctrl Alt PageUp PageDown Home End"
|
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||||
- "F1 F2 F3 F4 F5 F6"
|
- "F1 F2 F3 F4 F5 F6"
|
||||||
- "F7 F8 F9 F10 F11 F12"
|
- "F7 F8 F9 F10 F11 F12"
|
||||||
- "Esc Tab Pause Insert Up Del"
|
- "Esc Tab Pause Insert Up Del"
|
||||||
- "show_letters Menu Break Left Down Right"
|
- "show_letters_actions Menu Break Left Down Right"
|
||||||
|
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -90,7 +92,7 @@ buttons:
|
|||||||
Tab:
|
Tab:
|
||||||
outline: "action"
|
outline: "action"
|
||||||
keysym: "Tab"
|
keysym: "Tab"
|
||||||
Tabsmall:
|
TabSmall:
|
||||||
outline: "small"
|
outline: "small"
|
||||||
keysym: "Tab"
|
keysym: "Tab"
|
||||||
label: "Tab"
|
label: "Tab"
|
||||||
@ -160,15 +162,15 @@ buttons:
|
|||||||
outline: "small"
|
outline: "small"
|
||||||
label: "Alt"
|
label: "Alt"
|
||||||
period:
|
period:
|
||||||
outline: "special"
|
outline: "narrow"
|
||||||
text: "."
|
text: "."
|
||||||
slash:
|
slash:
|
||||||
outline: "special"
|
outline: "narrow"
|
||||||
text: "/"
|
text: "/"
|
||||||
show_actions:
|
show_actions:
|
||||||
action:
|
action:
|
||||||
set_view: "actions"
|
set_view: "actions"
|
||||||
outline: "special"
|
outline: "altline"
|
||||||
label: ">_"
|
label: ">_"
|
||||||
Shift_L:
|
Shift_L:
|
||||||
action:
|
action:
|
||||||
@ -188,14 +190,14 @@ buttons:
|
|||||||
show_numbers:
|
show_numbers:
|
||||||
action:
|
action:
|
||||||
set_view: "numbers"
|
set_view: "numbers"
|
||||||
outline: "wide"
|
outline: "altline"
|
||||||
label: "123"
|
|
||||||
show_numbers_from_symbols:
|
|
||||||
action:
|
|
||||||
set_view: "numbers"
|
|
||||||
outline: "wide"
|
|
||||||
label: "123"
|
label: "123"
|
||||||
show_letters:
|
show_letters:
|
||||||
|
action:
|
||||||
|
set_view: "base"
|
||||||
|
outline: "altline"
|
||||||
|
label: "ABC"
|
||||||
|
show_letters_actions:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
outline: "wide"
|
outline: "wide"
|
||||||
@ -203,7 +205,7 @@ buttons:
|
|||||||
show_symbols:
|
show_symbols:
|
||||||
action:
|
action:
|
||||||
set_view: "symbols"
|
set_view: "symbols"
|
||||||
outline: "wide"
|
outline: "altline"
|
||||||
label: "*/="
|
label: "*/="
|
||||||
show_eschars:
|
show_eschars:
|
||||||
action:
|
action:
|
||||||
@ -211,7 +213,7 @@ buttons:
|
|||||||
lock_view: "eschars"
|
lock_view: "eschars"
|
||||||
unlock_view: "base"
|
unlock_view: "base"
|
||||||
outline: "altline"
|
outline: "altline"
|
||||||
label: "âÂ"
|
label: "Ââ"
|
||||||
space:
|
space:
|
||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
@ -220,6 +222,10 @@ buttons:
|
|||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
colon:
|
colon:
|
||||||
|
outline: "narrow"
|
||||||
text: ":"
|
text: ":"
|
||||||
"\"":
|
"\"":
|
||||||
keysym: "quotedbl"
|
keysym: "quotedbl"
|
||||||
|
minus:
|
||||||
|
outline: "narrow"
|
||||||
|
text: "-"
|
||||||
|
|||||||
@ -1,12 +1,15 @@
|
|||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 54, height: 37 }
|
default: { width: 54, height: 37 }
|
||||||
action: { width: 90, height: 37 }
|
halfwidth: { width: 27, height: 37 }
|
||||||
small: { width: 67.4, height: 22 }
|
narrow: { width: 40.5, height: 37 }
|
||||||
altline: { width: 81, height: 37 }
|
|
||||||
wide: { width: 100, height: 37 }
|
|
||||||
spaceline: { width: 110, height: 37 }
|
|
||||||
special: { width: 54, height: 37 }
|
special: { width: 54, height: 37 }
|
||||||
|
altline: { width: 81, height: 37 }
|
||||||
|
large: { width: 81, height: 37 }
|
||||||
|
action: { width: 90, height: 37 }
|
||||||
|
wide: { width: 90, height: 37 }
|
||||||
|
spaceline: { width: 153, height: 37 }
|
||||||
|
small: { width: 67.4, height: 22 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -14,37 +17,37 @@ views:
|
|||||||
- "b é p o w v d l j z"
|
- "b é p o w v d l j z"
|
||||||
- "a u i e c t s r n m"
|
- "a u i e c t s r n m"
|
||||||
- "Shift_L y x k q g h f period BackSpace"
|
- "Shift_L y x k q g h f period BackSpace"
|
||||||
- "show_numbers preferences space slash show_eschars show_actions Return"
|
- "show_numbers show_eschars preferences space slash show_actions Return"
|
||||||
upper:
|
upper:
|
||||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown ← →"
|
- "EscSmall TabSmall Ctrl Alt PageUp PageDown ← →"
|
||||||
- "B É P O W V D L J Z"
|
- "B É P O W V D L J Z"
|
||||||
- "A U I E C T S R N M"
|
- "A U I E C T S R N M"
|
||||||
- "Shift_L Y X K Q G H F - BackSpace"
|
- "Shift_L Y X K Q G H F minus BackSpace"
|
||||||
- "show_numbers preferences space colon show_eschars show_actions Return"
|
- "show_numbers show_eschars preferences space colon show_actions Return"
|
||||||
numbers:
|
numbers:
|
||||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "1 2 3 4 5 6 7 8 9 0"
|
- "1 2 3 4 5 6 7 8 9 0"
|
||||||
- "@ # € % & - _ + ( )"
|
- "@ # € % & - _ + ( )"
|
||||||
- "show_symbols , \" ' colon ; ! ? BackSpace"
|
- "show_symbols , \" ' : ; ! ? BackSpace"
|
||||||
- "show_letters preferences space show_eschars show_actions Return"
|
- "show_letters show_eschars preferences space show_actions Return"
|
||||||
symbols:
|
symbols:
|
||||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "~ ` | · √ π τ ÷ × ¶"
|
- "~ ` | · √ π τ ÷ × ¶"
|
||||||
- "© ® £ $ ¥ ^ ° * { }"
|
- "© ® £ $ ¥ ^ ° * { }"
|
||||||
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace"
|
- "show_numbers \\ / < > = [ ] BackSpace"
|
||||||
- "show_letters preferences space show_eschars show_actions Return"
|
- "show_letters show_eschars preferences space show_actions Return"
|
||||||
eschars:
|
eschars:
|
||||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "à â ç é è ê î ô ù û"
|
- "à â ç é è ê î ô ù û"
|
||||||
- "À Â Ç É È Ê Î Ô Ù Û"
|
- "À Â Ç É È Ê Î Ô Ù Û"
|
||||||
- "show_numbers_from_symbols æ œ ä ë ï ö ü BackSpace"
|
- "show_numbers æ œ ä ë ï ö ü BackSpace"
|
||||||
- "show_letters preferences space show_eschars show_actions Return"
|
- "show_letters show_eschars preferences space show_actions Return"
|
||||||
actions:
|
actions:
|
||||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||||
- "F1 F2 F3 F4 F5 F6"
|
- "F1 F2 F3 F4 F5 F6"
|
||||||
- "F7 F8 F9 F10 F11 F12"
|
- "F7 F8 F9 F10 F11 F12"
|
||||||
- "Esc Tab Pause Insert Up Del"
|
- "Esc Tab Pause Insert Up Del"
|
||||||
- "show_letters Menu Break Left Down Right"
|
- "show_letters_actions Menu Break Left Down Right"
|
||||||
|
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -164,15 +167,15 @@ buttons:
|
|||||||
outline: "small"
|
outline: "small"
|
||||||
label: "Alt"
|
label: "Alt"
|
||||||
period:
|
period:
|
||||||
outline: "special"
|
outline: "halfwidth"
|
||||||
text: "."
|
text: "."
|
||||||
slash:
|
slash:
|
||||||
outline: "special"
|
outline: "halfwidth"
|
||||||
text: "/"
|
text: "/"
|
||||||
show_actions:
|
show_actions:
|
||||||
action:
|
action:
|
||||||
set_view: "actions"
|
set_view: "actions"
|
||||||
outline: "special"
|
outline: "altline"
|
||||||
label: ">_"
|
label: ">_"
|
||||||
Shift_L:
|
Shift_L:
|
||||||
action:
|
action:
|
||||||
@ -190,16 +193,16 @@ buttons:
|
|||||||
outline: "special"
|
outline: "special"
|
||||||
icon: "keyboard-mode-symbolic"
|
icon: "keyboard-mode-symbolic"
|
||||||
show_numbers:
|
show_numbers:
|
||||||
action:
|
|
||||||
set_view: "numbers"
|
|
||||||
outline: "wide"
|
|
||||||
label: "123"
|
|
||||||
show_numbers_from_symbols:
|
|
||||||
action:
|
action:
|
||||||
set_view: "numbers"
|
set_view: "numbers"
|
||||||
outline: "altline"
|
outline: "altline"
|
||||||
label: "123"
|
label: "123"
|
||||||
show_letters:
|
show_letters:
|
||||||
|
action:
|
||||||
|
set_view: "base"
|
||||||
|
outline: "altline"
|
||||||
|
label: "ABC"
|
||||||
|
show_letters_actions:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
outline: "wide"
|
outline: "wide"
|
||||||
@ -215,7 +218,7 @@ buttons:
|
|||||||
lock_view: "eschars"
|
lock_view: "eschars"
|
||||||
unlock_view: "base"
|
unlock_view: "base"
|
||||||
outline: "altline"
|
outline: "altline"
|
||||||
label: "âÂ"
|
label: "Ââ"
|
||||||
space:
|
space:
|
||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
@ -224,6 +227,10 @@ buttons:
|
|||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
colon:
|
colon:
|
||||||
|
outline: "halfwidth"
|
||||||
text: ":"
|
text: ":"
|
||||||
"\"":
|
"\"":
|
||||||
keysym: "quotedbl"
|
keysym: "quotedbl"
|
||||||
|
minus:
|
||||||
|
outline: "halfwidth"
|
||||||
|
text: "-"
|
||||||
|
|||||||
@ -1,50 +1,51 @@
|
|||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
action: { width: 59, height: 46 }
|
|
||||||
small: { width: 50, height: 22 }
|
|
||||||
default: { width: 35.33, height: 46 }
|
default: { width: 35.33, height: 46 }
|
||||||
altline: { width: 48, height: 46 }
|
action: { width: 59, height: 46 }
|
||||||
wide: { width: 50, height: 46 }
|
small: { width: 50.471, height: 22 }
|
||||||
spaceline: { width: 110, height: 46 }
|
altline: { width: 52.67, height: 46 }
|
||||||
|
large: { width: 52.67, height: 46 }
|
||||||
|
wide: { width: 59, height: 46 }
|
||||||
|
spaceline: { width: 92.29, height: 46 }
|
||||||
special: { width: 44, height: 46 }
|
special: { width: 44, height: 46 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
- "Ctrl Alt Tabsmall ↑ ↓ ← →"
|
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "a z e r t y u i o p"
|
- "a z e r t y u i o p"
|
||||||
- "q s d f g h j k l m"
|
- "q s d f g h j k l m"
|
||||||
- "Shift_L w x c v b n period BackSpace"
|
- "Shift_L w x c v b n period BackSpace"
|
||||||
- "show_numbers preferences space show_eschars show_actions Return"
|
- "show_numbers show_eschars preferences space show_actions Return"
|
||||||
upper:
|
upper:
|
||||||
- "Ctrl Alt Tabsmall PageUp PageDown Home End"
|
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||||
- "A Z E R T Y U I O P"
|
- "A Z E R T Y U I O P"
|
||||||
- "Q S D F G H J K L M"
|
- "Q S D F G H J K L M"
|
||||||
- "Shift_L W X C V B N , BackSpace"
|
- "Shift_L W X C V B N , BackSpace"
|
||||||
- "show_numbers preferences space show_eschars show_actions Return"
|
- "show_numbers show_eschars preferences space show_actions Return"
|
||||||
numbers:
|
numbers:
|
||||||
- "Ctrl Alt Tabsmall ↑ ↓ ← →"
|
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "1 2 3 4 5 6 7 8 9 0"
|
- "1 2 3 4 5 6 7 8 9 0"
|
||||||
- "@ # € % & - _ + ( )"
|
- "@ # € % & - _ + ( )"
|
||||||
- "show_symbols , \" ' colon ; ! ? BackSpace"
|
- "show_symbols , \" ' colon ; ! ? BackSpace"
|
||||||
- "show_letters preferences space show_eschars show_actions Return"
|
- "show_letters show_eschars preferences space show_actions Return"
|
||||||
symbols:
|
symbols:
|
||||||
- "Ctrl Alt Tabsmall ↑ ↓ ← →"
|
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "~ ` | · √ π τ ÷ × ¶"
|
- "~ ` | · √ π τ ÷ × ¶"
|
||||||
- "© ® £ $ ¥ ^ ° * { }"
|
- "© ® £ $ ¥ ^ ° * { }"
|
||||||
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace"
|
- "show_numbers \\ / < > = [ ] BackSpace"
|
||||||
- "show_letters preferences space show_eschars show_actions Return"
|
- "show_letters show_eschars preferences space show_actions Return"
|
||||||
eschars:
|
eschars:
|
||||||
- "Ctrl Alt Tabsmall ↑ ↓ ← →"
|
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "à â ç é è ê î ô ù û"
|
- "à â ç é è ê î ô ù û"
|
||||||
- "À Â Ç É È Ê Î Ô Ù Û"
|
- "À Â Ç É È Ê Î Ô Ù Û"
|
||||||
- "show_numbers_from_symbols æ œ ä ë ï ö ü BackSpace"
|
- "show_numbers æ œ ä ë ï ö ü BackSpace"
|
||||||
- "show_letters preferences space show_eschars show_actions Return"
|
- "show_letters show_eschars preferences space show_actions Return"
|
||||||
actions:
|
actions:
|
||||||
- "Ctrl Alt PageUp PageDown Home End"
|
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||||
- "F1 F2 F3 F4 F5 F6"
|
- "F1 F2 F3 F4 F5 F6"
|
||||||
- "F7 F8 F9 F10 F11 F12"
|
- "F7 F8 F9 F10 F11 F12"
|
||||||
- "Esc Tab Pause Insert Up Del"
|
- "Esc Tab Pause Insert Up Del"
|
||||||
- "show_letters Menu Break Left Down Right"
|
- "show_letters_actions Menu Break Left Down Right"
|
||||||
|
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -90,7 +91,7 @@ buttons:
|
|||||||
Tab:
|
Tab:
|
||||||
outline: "action"
|
outline: "action"
|
||||||
keysym: "Tab"
|
keysym: "Tab"
|
||||||
Tabsmall:
|
TabSmall:
|
||||||
outline: "small"
|
outline: "small"
|
||||||
keysym: "Tab"
|
keysym: "Tab"
|
||||||
label: "Tab"
|
label: "Tab"
|
||||||
@ -160,12 +161,11 @@ buttons:
|
|||||||
outline: "small"
|
outline: "small"
|
||||||
label: "Alt"
|
label: "Alt"
|
||||||
period:
|
period:
|
||||||
outline: "special"
|
|
||||||
text: "."
|
text: "."
|
||||||
show_actions:
|
show_actions:
|
||||||
action:
|
action:
|
||||||
set_view: "actions"
|
set_view: "actions"
|
||||||
outline: "special"
|
outline: "altline"
|
||||||
label: ">_"
|
label: ">_"
|
||||||
Shift_L:
|
Shift_L:
|
||||||
action:
|
action:
|
||||||
@ -183,16 +183,16 @@ buttons:
|
|||||||
outline: "special"
|
outline: "special"
|
||||||
icon: "keyboard-mode-symbolic"
|
icon: "keyboard-mode-symbolic"
|
||||||
show_numbers:
|
show_numbers:
|
||||||
action:
|
|
||||||
set_view: "numbers"
|
|
||||||
outline: "wide"
|
|
||||||
label: "123"
|
|
||||||
show_numbers_from_symbols:
|
|
||||||
action:
|
action:
|
||||||
set_view: "numbers"
|
set_view: "numbers"
|
||||||
outline: "altline"
|
outline: "altline"
|
||||||
label: "123"
|
label: "123"
|
||||||
show_letters:
|
show_letters:
|
||||||
|
action:
|
||||||
|
set_view: "base"
|
||||||
|
outline: "altline"
|
||||||
|
label: "ABC"
|
||||||
|
show_letters_actions:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
outline: "wide"
|
outline: "wide"
|
||||||
@ -208,7 +208,7 @@ buttons:
|
|||||||
lock_view: "eschars"
|
lock_view: "eschars"
|
||||||
unlock_view: "base"
|
unlock_view: "base"
|
||||||
outline: "altline"
|
outline: "altline"
|
||||||
label: "âÂ"
|
label: "Ââ"
|
||||||
space:
|
space:
|
||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
|
|||||||
@ -4,8 +4,9 @@ outlines:
|
|||||||
action: { width: 90, height: 37 }
|
action: { width: 90, height: 37 }
|
||||||
small: { width: 67.4, height: 22 }
|
small: { width: 67.4, height: 22 }
|
||||||
altline: { width: 81, height: 37 }
|
altline: { width: 81, height: 37 }
|
||||||
wide: { width: 100, height: 37 }
|
large: { width: 81, height: 37 }
|
||||||
spaceline: { width: 110, height: 37 }
|
wide: { width: 90, height: 37 }
|
||||||
|
spaceline: { width: 153, height: 37 }
|
||||||
special: { width: 54, height: 37 }
|
special: { width: 54, height: 37 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
@ -14,37 +15,37 @@ views:
|
|||||||
- "a z e r t y u i o p"
|
- "a z e r t y u i o p"
|
||||||
- "q s d f g h j k l m"
|
- "q s d f g h j k l m"
|
||||||
- "Shift_L w x c v b n period BackSpace"
|
- "Shift_L w x c v b n period BackSpace"
|
||||||
- "show_numbers preferences space show_eschars show_actions Return"
|
- "show_numbers show_eschars preferences space show_actions Return"
|
||||||
upper:
|
upper:
|
||||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||||
- "A Z E R T Y U I O P"
|
- "A Z E R T Y U I O P"
|
||||||
- "Q S D F G H J K L M"
|
- "Q S D F G H J K L M"
|
||||||
- "Shift_L W X C V B N , BackSpace"
|
- "Shift_L W X C V B N , BackSpace"
|
||||||
- "show_numbers preferences space show_eschars show_actions Return"
|
- "show_numbers show_eschars preferences space show_actions Return"
|
||||||
numbers:
|
numbers:
|
||||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "1 2 3 4 5 6 7 8 9 0"
|
- "1 2 3 4 5 6 7 8 9 0"
|
||||||
- "@ # € % & - _ + ( )"
|
- "@ # € % & - _ + ( )"
|
||||||
- "show_symbols , \" ' colon ; ! ? BackSpace"
|
- "show_symbols , \" ' colon ; ! ? BackSpace"
|
||||||
- "show_letters preferences space show_eschars show_actions Return"
|
- "show_letters show_eschars preferences space show_actions Return"
|
||||||
symbols:
|
symbols:
|
||||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "~ ` | · √ π τ ÷ × ¶"
|
- "~ ` | · √ π τ ÷ × ¶"
|
||||||
- "© ® £ $ ¥ ^ ° * { }"
|
- "© ® £ $ ¥ ^ ° * { }"
|
||||||
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace"
|
- "show_numbers \\ / < > = [ ] BackSpace"
|
||||||
- "show_letters preferences space show_eschars show_actions Return"
|
- "show_letters show_eschars preferences space show_actions Return"
|
||||||
eschars:
|
eschars:
|
||||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "à â ç é è ê î ô ù û"
|
- "à â ç é è ê î ô ù û"
|
||||||
- "À Â Ç É È Ê Î Ô Ù Û"
|
- "À Â Ç É È Ê Î Ô Ù Û"
|
||||||
- "show_numbers_from_symbols æ œ ä ë ï ö ü BackSpace"
|
- "show_numbers æ œ ä ë ï ö ü BackSpace"
|
||||||
- "show_letters preferences space show_eschars show_actions Return"
|
- "show_letters show_eschars preferences space show_actions Return"
|
||||||
actions:
|
actions:
|
||||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||||
- "F1 F2 F3 F4 F5 F6"
|
- "F1 F2 F3 F4 F5 F6"
|
||||||
- "F7 F8 F9 F10 F11 F12"
|
- "F7 F8 F9 F10 F11 F12"
|
||||||
- "Esc Tab Pause Insert Up Del"
|
- "Esc Tab Pause Insert Up Del"
|
||||||
- "show_letters Menu Break Left Down Right"
|
- "show_letters_actions Menu Break Left Down Right"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
F1:
|
F1:
|
||||||
@ -163,12 +164,12 @@ buttons:
|
|||||||
outline: "small"
|
outline: "small"
|
||||||
label: "Alt"
|
label: "Alt"
|
||||||
period:
|
period:
|
||||||
outline: "special"
|
outline: "default"
|
||||||
text: "."
|
text: "."
|
||||||
show_actions:
|
show_actions:
|
||||||
action:
|
action:
|
||||||
set_view: "actions"
|
set_view: "actions"
|
||||||
outline: "special"
|
outline: "altline"
|
||||||
label: ">_"
|
label: ">_"
|
||||||
Shift_L:
|
Shift_L:
|
||||||
action:
|
action:
|
||||||
@ -186,16 +187,16 @@ buttons:
|
|||||||
outline: "special"
|
outline: "special"
|
||||||
icon: "keyboard-mode-symbolic"
|
icon: "keyboard-mode-symbolic"
|
||||||
show_numbers:
|
show_numbers:
|
||||||
action:
|
|
||||||
set_view: "numbers"
|
|
||||||
outline: "wide"
|
|
||||||
label: "123"
|
|
||||||
show_numbers_from_symbols:
|
|
||||||
action:
|
action:
|
||||||
set_view: "numbers"
|
set_view: "numbers"
|
||||||
outline: "altline"
|
outline: "altline"
|
||||||
label: "123"
|
label: "123"
|
||||||
show_letters:
|
show_letters:
|
||||||
|
action:
|
||||||
|
set_view: "base"
|
||||||
|
outline: "altline"
|
||||||
|
label: "ABC"
|
||||||
|
show_letters_actions:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
outline: "wide"
|
outline: "wide"
|
||||||
@ -211,7 +212,7 @@ buttons:
|
|||||||
lock_view: "eschars"
|
lock_view: "eschars"
|
||||||
unlock_view: "base"
|
unlock_view: "base"
|
||||||
outline: "altline"
|
outline: "altline"
|
||||||
label: "âÂ"
|
label: "Ââ"
|
||||||
space:
|
space:
|
||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
|
|||||||
@ -3,10 +3,11 @@ outlines:
|
|||||||
default: { width: 35.33, height: 46 }
|
default: { width: 35.33, height: 46 }
|
||||||
action: { width: 59, height: 46 }
|
action: { width: 59, height: 46 }
|
||||||
altline: { width: 52.67, height: 46 }
|
altline: { width: 52.67, height: 46 }
|
||||||
|
large: { width: 52.67, height: 46 }
|
||||||
wide: { width: 59, height: 46 }
|
wide: { width: 59, height: 46 }
|
||||||
spaceline: { width: 140, height: 46 }
|
spaceline: { width: 144.96, height: 46 }
|
||||||
special: { width: 44, height: 46 }
|
special: { width: 44, height: 46 }
|
||||||
small: { width: 50.47, height: 22 }
|
small: { width: 50.471, height: 22 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -29,7 +30,7 @@ views:
|
|||||||
- "show_letters preferences space period Return"
|
- "show_letters preferences space period Return"
|
||||||
symbols:
|
symbols:
|
||||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "show_numbers_from_symbols \\ % < > = [ ] BackSpace"
|
- "show_numbers \\ % < > = [ ] BackSpace"
|
||||||
- "© ® £ € ¥ ^ ° @ { }"
|
- "© ® £ € ¥ ^ ° @ { }"
|
||||||
- "~ ` | · √ π τ ÷ × ¶"
|
- "~ ` | · √ π τ ÷ × ¶"
|
||||||
- "show_letters preferences space period Return"
|
- "show_letters preferences space period Return"
|
||||||
@ -38,7 +39,7 @@ views:
|
|||||||
- "F1 F2 F3 F4 F5 F6"
|
- "F1 F2 F3 F4 F5 F6"
|
||||||
- "F7 F8 F9 F10 F11 F12"
|
- "F7 F8 F9 F10 F11 F12"
|
||||||
- "Esc Tab Pause Insert Up Del"
|
- "Esc Tab Pause Insert Up Del"
|
||||||
- "show_letters Menu Break Left Down Right"
|
- "show_letters_actions Menu Break Left Down Right"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
Shift_L:
|
Shift_L:
|
||||||
@ -57,16 +58,16 @@ buttons:
|
|||||||
outline: "special"
|
outline: "special"
|
||||||
icon: "keyboard-mode-symbolic"
|
icon: "keyboard-mode-symbolic"
|
||||||
show_numbers:
|
show_numbers:
|
||||||
action:
|
|
||||||
set_view: "numbers"
|
|
||||||
outline: "wide"
|
|
||||||
label: "123"
|
|
||||||
show_numbers_from_symbols:
|
|
||||||
action:
|
action:
|
||||||
set_view: "numbers"
|
set_view: "numbers"
|
||||||
outline: "altline"
|
outline: "altline"
|
||||||
label: "123"
|
label: "123"
|
||||||
show_letters:
|
show_letters:
|
||||||
|
action:
|
||||||
|
set_view: "base"
|
||||||
|
outline: "altline"
|
||||||
|
label: "ABC"
|
||||||
|
show_letters_actions:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
outline: "wide"
|
outline: "wide"
|
||||||
@ -82,7 +83,7 @@ buttons:
|
|||||||
outline: "altline"
|
outline: "altline"
|
||||||
label: ">_"
|
label: ">_"
|
||||||
period:
|
period:
|
||||||
outline: "altline"
|
outline: "large"
|
||||||
text: "."
|
text: "."
|
||||||
space:
|
space:
|
||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
|
|||||||
@ -3,8 +3,9 @@ outlines:
|
|||||||
default: { width: 54, height: 37 }
|
default: { width: 54, height: 37 }
|
||||||
action: { width: 90, height: 37 }
|
action: { width: 90, height: 37 }
|
||||||
altline: { width: 81, height: 37 }
|
altline: { width: 81, height: 37 }
|
||||||
|
large: { width: 81, height: 37 }
|
||||||
wide: { width: 90, height: 37 }
|
wide: { width: 90, height: 37 }
|
||||||
spaceline: { width: 225, height: 37 }
|
spaceline: { width: 234, height: 37 }
|
||||||
special: { width: 54, height: 37 }
|
special: { width: 54, height: 37 }
|
||||||
small: { width: 67.4, height: 22 }
|
small: { width: 67.4, height: 22 }
|
||||||
|
|
||||||
@ -29,7 +30,7 @@ views:
|
|||||||
- "show_letters preferences space period Return"
|
- "show_letters preferences space period Return"
|
||||||
symbols:
|
symbols:
|
||||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "show_numbers_from_symbols \\ % < > = [ ] BackSpace"
|
- "show_numbers \\ % < > = [ ] BackSpace"
|
||||||
- "© ® £ € ¥ ^ ° @ { }"
|
- "© ® £ € ¥ ^ ° @ { }"
|
||||||
- "~ ` | · √ π τ ÷ × ¶"
|
- "~ ` | · √ π τ ÷ × ¶"
|
||||||
- "show_letters preferences space period Return"
|
- "show_letters preferences space period Return"
|
||||||
@ -38,7 +39,7 @@ views:
|
|||||||
- "F1 F2 F3 F4 F5 F6"
|
- "F1 F2 F3 F4 F5 F6"
|
||||||
- "F7 F8 F9 F10 F11 F12"
|
- "F7 F8 F9 F10 F11 F12"
|
||||||
- "Esc Tab Pause Insert Up Del"
|
- "Esc Tab Pause Insert Up Del"
|
||||||
- "show_letters Menu Break Left Down Right"
|
- "show_letters_actions Menu Break Left Down Right"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
Shift_L:
|
Shift_L:
|
||||||
@ -57,16 +58,16 @@ buttons:
|
|||||||
outline: "special"
|
outline: "special"
|
||||||
icon: "keyboard-mode-symbolic"
|
icon: "keyboard-mode-symbolic"
|
||||||
show_numbers:
|
show_numbers:
|
||||||
action:
|
|
||||||
set_view: "numbers"
|
|
||||||
outline: "wide"
|
|
||||||
label: "123"
|
|
||||||
show_numbers_from_symbols:
|
|
||||||
action:
|
action:
|
||||||
set_view: "numbers"
|
set_view: "numbers"
|
||||||
outline: "altline"
|
outline: "altline"
|
||||||
label: "123"
|
label: "123"
|
||||||
show_letters:
|
show_letters:
|
||||||
|
action:
|
||||||
|
set_view: "base"
|
||||||
|
outline: "altline"
|
||||||
|
label: "ABC"
|
||||||
|
show_letters_actions:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
outline: "wide"
|
outline: "wide"
|
||||||
@ -82,7 +83,7 @@ buttons:
|
|||||||
outline: "altline"
|
outline: "altline"
|
||||||
label: ">_"
|
label: ">_"
|
||||||
period:
|
period:
|
||||||
outline: "altline"
|
outline: "large"
|
||||||
text: "."
|
text: "."
|
||||||
space:
|
space:
|
||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
|
|||||||
@ -2,13 +2,14 @@
|
|||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.33, height: 46 }
|
default: { width: 35.33, height: 46 }
|
||||||
halfwidth: { width: 17.665, height: 46 }
|
halfwidth: { width: 17.665, height: 46 }
|
||||||
|
narrow: { width: 26.335, height: 46 }
|
||||||
special: { width: 44, height: 46 }
|
special: { width: 44, height: 46 }
|
||||||
altline: { width: 52.67, height: 46 }
|
altline: { width: 52.67, height: 46 }
|
||||||
large: { width: 52.67, height: 46 }
|
large: { width: 52.67, height: 46 }
|
||||||
action: { width: 59, height: 46 }
|
action: { width: 59, height: 46 }
|
||||||
wide: { width: 59, height: 46 }
|
wide: { width: 59, height: 46 }
|
||||||
spaceline: { width: 144.96, height: 46 }
|
spaceline: { width: 144.96, height: 46 }
|
||||||
small: { width: 50.57, height: 22 }
|
small: { width: 50.471, height: 22 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -33,7 +34,7 @@ views:
|
|||||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "~ ` · √ π τ ÷ × ¶ @"
|
- "~ ` · √ π τ ÷ × ¶ @"
|
||||||
- "© ® £ € ¥ ^ ° { }"
|
- "© ® £ € ¥ ^ ° { }"
|
||||||
- "show_numbers_from_symbols % | < > = [ ] BackSpace"
|
- "show_numbers % | < > = [ ] BackSpace"
|
||||||
- "show_letters preferences space period Return"
|
- "show_letters preferences space period Return"
|
||||||
actions:
|
actions:
|
||||||
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||||
@ -63,11 +64,6 @@ buttons:
|
|||||||
set_view: "numbers"
|
set_view: "numbers"
|
||||||
outline: "altline"
|
outline: "altline"
|
||||||
label: "123"
|
label: "123"
|
||||||
show_numbers_from_symbols:
|
|
||||||
action:
|
|
||||||
set_view: "numbers"
|
|
||||||
outline: "altline"
|
|
||||||
label: "123"
|
|
||||||
show_letters:
|
show_letters:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
outlines:
|
outlines:
|
||||||
default: { width: 54, height: 37 }
|
default: { width: 54, height: 37 }
|
||||||
halfwidth: { width: 27, height: 37 }
|
halfwidth: { width: 27, height: 37 }
|
||||||
|
narrow: { width: 40.5, height: 37 }
|
||||||
special: { width: 54, height: 37 }
|
special: { width: 54, height: 37 }
|
||||||
altline: { width: 81, height: 37 }
|
altline: { width: 81, height: 37 }
|
||||||
large: { width: 81, height: 37 }
|
large: { width: 81, height: 37 }
|
||||||
@ -33,7 +34,7 @@ views:
|
|||||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
||||||
- "~ ` · √ π τ ÷ × ¶ @"
|
- "~ ` · √ π τ ÷ × ¶ @"
|
||||||
- "© ® £ € ¥ ^ ° { }"
|
- "© ® £ € ¥ ^ ° { }"
|
||||||
- "show_numbers_from_symbols % | < > = [ ] BackSpace"
|
- "show_numbers % | < > = [ ] BackSpace"
|
||||||
- "show_letters preferences space period Return"
|
- "show_letters preferences space period Return"
|
||||||
actions:
|
actions:
|
||||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
||||||
@ -63,11 +64,6 @@ buttons:
|
|||||||
set_view: "numbers"
|
set_view: "numbers"
|
||||||
outline: "altline"
|
outline: "altline"
|
||||||
label: "123"
|
label: "123"
|
||||||
show_numbers_from_symbols:
|
|
||||||
action:
|
|
||||||
set_view: "numbers"
|
|
||||||
outline: "altline"
|
|
||||||
label: "123"
|
|
||||||
show_letters:
|
show_letters:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
|
|||||||
Reference in New Issue
Block a user