Layouts: Use "change-view"-outline for all view-changing buttons

Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/643>
This commit is contained in:
MoonlightWave-12
2024-04-16 13:26:49 +02:00
parent 8599343400
commit 29b4061ee9
92 changed files with 757 additions and 576 deletions

View File

@ -6,6 +6,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 32, height: 32 } wide: { width: 32, height: 32 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 32, height: 32 }
spaceline: { width: 142, height: 52 } spaceline: { width: 142, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -40,7 +42,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -53,22 +55,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ԱԲԳ" label: "ԱԲԳ"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -6,6 +6,8 @@ outlines:
default: { width: 50, height: 42 } default: { width: 50, height: 42 }
altline: { width: 74.54, height: 42 } altline: { width: 74.54, height: 42 }
wide: { width: 45.29, height: 32 } wide: { width: 45.29, height: 32 }
change-view: { width: 74.54, height: 42 }
change-view-2: { width: 45.29, height: 32 }
spaceline: { width: 200.96, height: 42 } spaceline: { width: 200.96, height: 42 }
special: { width: 62.27, height: 42 } special: { width: 62.27, height: 42 }
@ -40,7 +42,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -53,22 +55,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ԱԲԳ" label: "ԱԲԳ"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -6,6 +6,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 32, height: 32 } wide: { width: 32, height: 32 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 32, height: 32 }
spaceline: { width: 142, height: 52 } spaceline: { width: 142, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -40,7 +42,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -53,22 +55,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ԱԲԳ" label: "ԱԲԳ"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -6,6 +6,8 @@ outlines:
default: { width: 50, height: 42 } default: { width: 50, height: 42 }
altline: { width: 74.54, height: 42 } altline: { width: 74.54, height: 42 }
wide: { width: 45.29, height: 32 } wide: { width: 45.29, height: 32 }
change-view: { width: 74.54, height: 42 }
change-view-2: { width: 45.29, height: 32 }
spaceline: { width: 200.96, height: 42 } spaceline: { width: 200.96, height: 42 }
special: { width: 62.27, height: 42 } special: { width: 62.27, height: 42 }
@ -40,7 +42,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -53,22 +55,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ԱԲԳ" label: "ԱԲԳ"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -4,6 +4,8 @@ outlines:
default: { width: 32.66, height: 52 } default: { width: 32.66, height: 52 }
altline: { width: 48.99, height: 52 } altline: { width: 48.99, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 48.99, height: 52 }
change-view-2: { width: 62, height: 52 }
spaceline: { width: 195.96, height: 52 } spaceline: { width: 195.96, height: 52 }
special: { width: 35.66, height: 52 } special: { width: 35.66, height: 52 }
@ -35,7 +37,7 @@ buttons:
locking: locking:
lock_view: "extra" lock_view: "extra"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -48,17 +50,17 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ض" label: "ض"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -4,6 +4,8 @@ outlines:
default: { width: 49, height: 42 } default: { width: 49, height: 42 }
altline: { width: 73.5, height: 42 } altline: { width: 73.5, height: 42 }
wide: { width: 108, height: 42 } wide: { width: 108, height: 42 }
change-view: { width: 73.5, height: 42 }
change-view-2: { width: 108, height: 42 }
spaceline: { width: 324, height: 42 } spaceline: { width: 324, height: 42 }
special: { width: 49, height: 42 } special: { width: 49, height: 42 }
@ -35,7 +37,7 @@ buttons:
locking: locking:
lock_view: "extra" lock_view: "extra"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -48,17 +50,17 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ض" label: "ض"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 59, height: 52 } wide: { width: 59, height: 52 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 59, height: 52 }
spaceline: { width: 140, height: 52 } spaceline: { width: 140, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -39,7 +41,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -52,29 +54,29 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "âÂ" label: "âÂ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 54, height: 42 } default: { width: 54, height: 42 }
altline: { width: 81, height: 42 } altline: { width: 81, height: 42 }
wide: { width: 100, height: 42 } wide: { width: 100, height: 42 }
change-view: { width: 81, height: 42 }
change-view-2: { width: 100, height: 42 }
spaceline: { width: 205, height: 42 } spaceline: { width: 205, height: 42 }
special: { width: 54, height: 42 } special: { width: 54, height: 42 }
@ -39,7 +41,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -52,29 +54,29 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "âÂ" label: "âÂ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 32.72, height: 52 } default: { width: 32.72, height: 52 }
altline: { width: 47, height: 52 } altline: { width: 47, height: 52 }
wide: { width: 49.09, height: 52 } wide: { width: 49.09, height: 52 }
change-view: { width: 47, height: 52 }
change-view-2: { width: 49.09, height: 52 }
spaceline: { width: 185, height: 52 } spaceline: { width: 185, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -35,7 +37,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -48,22 +50,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 48, height: 42 } default: { width: 48, height: 42 }
altline: { width: 68.95, height: 42 } altline: { width: 68.95, height: 42 }
wide: { width: 72.01, height: 42 } wide: { width: 72.01, height: 42 }
change-view: { width: 68.95, height: 42 }
change-view-2: { width: 72.01, height: 42 }
spaceline: { width: 271.39, height: 42 } spaceline: { width: 271.39, height: 42 }
special: { width: 64.55, height: 42 } special: { width: 64.55, height: 42 }
@ -35,7 +37,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -48,22 +50,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 32.72, height: 52 } default: { width: 32.72, height: 52 }
altline: { width: 47, height: 52 } altline: { width: 47, height: 52 }
wide: { width: 49.09, height: 52 } wide: { width: 49.09, height: 52 }
change-view: { width: 47, height: 52 }
change-view-2: { width: 49.09, height: 52 }
spaceline: { width: 185, height: 52 } spaceline: { width: 185, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -35,7 +37,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -48,22 +50,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 48, height: 42 } default: { width: 48, height: 42 }
altline: { width: 68.95, height: 42 } altline: { width: 68.95, height: 42 }
wide: { width: 72.01, height: 42 } wide: { width: 72.01, height: 42 }
change-view: { width: 68.95, height: 42 }
change-view-2: { width: 72.01, height: 42 }
spaceline: { width: 271.39, height: 42 } spaceline: { width: 271.39, height: 42 }
special: { width: 64.55, height: 42 } special: { width: 64.55, height: 42 }
@ -35,7 +37,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -48,22 +50,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 62, height: 52 }
spaceline: { width: 142, height: 52 } spaceline: { width: 142, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -34,7 +36,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -47,22 +49,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "1ã" label: "1ã"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "1ã" label: "1ã"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 52, height: 42 } default: { width: 52, height: 42 }
altline: { width: 77.52, height: 42 } altline: { width: 77.52, height: 42 }
wide: { width: 91.25, height: 42 } wide: { width: 91.25, height: 42 }
change-view: { width: 77.52, height: 42 }
change-view-2: { width: 91.25, height: 42 }
spaceline: { width: 209, height: 42 } spaceline: { width: 209, height: 42 }
special: { width: 64.76, height: 42 } special: { width: 64.76, height: 42 }
@ -34,7 +36,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -47,22 +49,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "1ã" label: "1ã"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "1ã" label: "1ã"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 62, height: 52 }
spaceline: { width: 142, height: 52 } spaceline: { width: 142, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -39,7 +41,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -52,29 +54,29 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "âÂ" label: "âÂ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 52, height: 42 } default: { width: 52, height: 42 }
altline: { width: 77.52, height: 42 } altline: { width: 77.52, height: 42 }
wide: { width: 91.25, height: 42 } wide: { width: 91.25, height: 42 }
change-view: { width: 77.52, height: 42 }
change-view-2: { width: 91.25, height: 42 }
spaceline: { width: 209, height: 42 } spaceline: { width: 209, height: 42 }
special: { width: 64.76, height: 42 } special: { width: 64.76, height: 42 }
@ -39,7 +41,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -52,29 +54,29 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "âÂ" label: "âÂ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -5,6 +5,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 48, height: 52 } altline: { width: 48, height: 52 }
wide: { width: 59, height: 52 } wide: { width: 59, height: 52 }
change-view: { width: 48, height: 52 }
change-view-2: { width: 59, height: 52 }
spaceline: { width: 70, height: 52 } spaceline: { width: 70, height: 52 }
special: { width: 28, height: 52 } special: { width: 28, height: 52 }
@ -36,7 +38,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -49,17 +51,17 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -5,6 +5,8 @@ outlines:
default: { width: 52, height: 42 } default: { width: 52, height: 42 }
altline: { width: 70.65, height: 42 } altline: { width: 70.65, height: 42 }
wide: { width: 86.84, height: 42 } wide: { width: 86.84, height: 42 }
change-view: { width: 70.65, height: 42 }
change-view-2: { width: 86.84, height: 42 }
spaceline: { width: 103.03, height: 42 } spaceline: { width: 103.03, height: 42 }
special: { width: 41.21, height: 42 } special: { width: 41.21, height: 42 }
@ -36,7 +38,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -49,17 +51,17 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -4,6 +4,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 48, height: 52 } altline: { width: 48, height: 52 }
wide: { width: 59, height: 52 } wide: { width: 59, height: 52 }
change-view: { width: 48, height: 52 }
change-view-2: { width: 59, height: 52 }
spaceline: { width: 70, height: 52 } spaceline: { width: 70, height: 52 }
special: { width: 28, height: 52 } special: { width: 28, height: 52 }
@ -40,7 +42,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -53,24 +55,24 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "Ââ" label: "Ââ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -4,6 +4,8 @@ outlines:
default: { width: 52, height: 42 } default: { width: 52, height: 42 }
altline: { width: 70.65, height: 42 } altline: { width: 70.65, height: 42 }
wide: { width: 86.84, height: 42 } wide: { width: 86.84, height: 42 }
change-view: { width: 70.65, height: 42 }
change-view-2: { width: 86.84, height: 42 }
spaceline: { width: 103.03, height: 42 } spaceline: { width: 103.03, height: 42 }
special: { width: 41.21, height: 42 } special: { width: 41.21, height: 42 }
@ -40,7 +42,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -53,24 +55,24 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "Ââ" label: "Ââ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -7,6 +7,8 @@ outlines:
doublewidth: { width: 70.66, height: 58 } doublewidth: { width: 70.66, height: 58 }
altline: { width: 52.8, height: 58 } altline: { width: 52.8, height: 58 }
wide: { width: 64.9, height: 58 } wide: { width: 64.9, height: 58 }
change-view: { width: 52.8, height: 58 }
change-view-2: { width: 64.9, height: 58 }
spaceline: { width: 116.67, height: 58 } spaceline: { width: 116.67, height: 58 }
special: { width: 30.41, height: 58 } special: { width: 30.41, height: 58 }
@ -43,7 +45,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -56,24 +58,24 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "Ââ" label: "Ââ"
Space: Space:
outline: "spaceline" outline: "spaceline"

View File

@ -9,6 +9,8 @@ outlines:
large: { width: 66, height: 42 } large: { width: 66, height: 42 }
altline: { width: 72, height: 42 } altline: { width: 72, height: 42 }
wide: { width: 108, height: 42 } wide: { width: 108, height: 42 }
change-view: { width: 72, height: 42 }
change-view-2: { width: 108, height: 42 }
spaceline: { width: 162, height: 42 } spaceline: { width: 162, height: 42 }
special: { width: 48, height: 42 } special: { width: 48, height: 42 }
@ -45,7 +47,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -58,24 +60,24 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "Ââ" label: "Ââ"
Space: Space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,8 +3,10 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 52.67, height: 52 } wide: { width: 52.67, height: 52 }
change-view: { width: 52.67, height: 52 }
spaceline: { width: 106, height: 52 } spaceline: { width: 106, height: 52 }
special: { width: 35.33, height: 52 } special: { width: 35.33, height: 52 }
change-view-2: { width: 35.33, height: 52 }
views: views:
base: base:
@ -44,14 +46,14 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
accents_Shift_L: accents_Shift_L:
action: action:
locking: locking:
lock_view: "upper_accents" lock_view: "upper_accents"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -64,31 +66,31 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_accents: show_accents:
action: action:
locking: locking:
lock_view: "accents" lock_view: "accents"
unlock_view: "base" unlock_view: "base"
outline: "special" outline: "change-view-2"
label: "á" label: "á"
show_upper_accents: show_upper_accents:
action: action:
locking: locking:
lock_view: "upper_accents" lock_view: "upper_accents"
unlock_view: "base" unlock_view: "base"
outline: "special" outline: "change-view-2"
label: "Á" label: "Á"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,8 +3,10 @@ outlines:
default: { width: 54, height: 42 } default: { width: 54, height: 42 }
altline: { width: 81, height: 42 } altline: { width: 81, height: 42 }
wide: { width: 81, height: 42 } wide: { width: 81, height: 42 }
change-view: { width: 81, height: 42 }
spaceline: { width: 162, height: 42 } spaceline: { width: 162, height: 42 }
special: { width: 54, height: 42 } special: { width: 54, height: 42 }
change-view-2: { width: 54, height: 42 }
views: views:
base: base:
@ -44,14 +46,14 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
accents_Shift_L: accents_Shift_L:
action: action:
locking: locking:
lock_view: "upper_accents" lock_view: "upper_accents"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -64,31 +66,31 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_accents: show_accents:
action: action:
locking: locking:
lock_view: "accents" lock_view: "accents"
unlock_view: "base" unlock_view: "base"
outline: "special" outline: "change-view-2"
label: "á" label: "á"
show_upper_accents: show_upper_accents:
action: action:
locking: locking:
lock_view: "upper_accents" lock_view: "upper_accents"
unlock_view: "base" unlock_view: "base"
outline: "special" outline: "change-view-2"
label: "Á" label: "Á"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,8 +3,10 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 52.67, height: 52 } wide: { width: 52.67, height: 52 }
change-view: { width: 52.67, height: 52 }
spaceline: { width: 106, height: 52 } spaceline: { width: 106, height: 52 }
special: { width: 35.33, height: 52 } special: { width: 35.33, height: 52 }
change-view-2: { width: 35.33, height: 52 }
views: views:
base: base:
@ -44,14 +46,14 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
accents_Shift_L: accents_Shift_L:
action: action:
locking: locking:
lock_view: "upper_accents" lock_view: "upper_accents"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -64,31 +66,31 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_accents: show_accents:
action: action:
locking: locking:
lock_view: "accents" lock_view: "accents"
unlock_view: "base" unlock_view: "base"
outline: "special" outline: "change-view-2"
label: "á" label: "á"
show_upper_accents: show_upper_accents:
action: action:
locking: locking:
lock_view: "upper_accents" lock_view: "upper_accents"
unlock_view: "base" unlock_view: "base"
outline: "special" outline: "change-view-2"
label: "Á" label: "Á"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,8 +3,10 @@ outlines:
default: { width: 54, height: 42 } default: { width: 54, height: 42 }
altline: { width: 81, height: 42 } altline: { width: 81, height: 42 }
wide: { width: 81, height: 42 } wide: { width: 81, height: 42 }
change-view: { width: 81, height: 42 }
spaceline: { width: 162, height: 42 } spaceline: { width: 162, height: 42 }
special: { width: 54, height: 42 } special: { width: 54, height: 42 }
change-view-2: { width: 54, height: 42 }
views: views:
base: base:
@ -44,14 +46,14 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
accents_Shift_L: accents_Shift_L:
action: action:
locking: locking:
lock_view: "upper_accents" lock_view: "upper_accents"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -64,31 +66,31 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_accents: show_accents:
action: action:
locking: locking:
lock_view: "accents" lock_view: "accents"
unlock_view: "base" unlock_view: "base"
outline: "special" outline: "change-view-2"
label: "á" label: "á"
show_upper_accents: show_upper_accents:
action: action:
locking: locking:
lock_view: "upper_accents" lock_view: "upper_accents"
unlock_view: "base" unlock_view: "base"
outline: "special" outline: "change-view-2"
label: "Á" label: "Á"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,7 @@ outlines:
default: { width: 32, height: 52 } default: { width: 32, height: 52 }
altline: { width: 48.39024, height: 52 } altline: { width: 48.39024, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 48.39024, height: 52 }
spaceline: { width: 150.5853, height: 52 } spaceline: { width: 150.5853, height: 52 }
views: views:
@ -33,7 +34,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -41,22 +42,22 @@ buttons:
action: erase action: erase
preferences: preferences:
action: "show_prefs" action: "show_prefs"
outline: "altline" outline: "change-view"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
".": ".":
outline: altline outline: altline

View File

@ -3,6 +3,7 @@ outlines:
default: { width: 48, height: 42 } default: { width: 48, height: 42 }
altline: { width: 72.58, height: 42 } altline: { width: 72.58, height: 42 }
wide: { width: 92.99, height: 42 } wide: { width: 92.99, height: 42 }
change-view: { width: 72.58, height: 42 }
spaceline: { width: 225.87, height: 42 } spaceline: { width: 225.87, height: 42 }
views: views:
@ -33,7 +34,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -41,22 +42,22 @@ buttons:
action: erase action: erase
preferences: preferences:
action: "show_prefs" action: "show_prefs"
outline: "altline" outline: "change-view"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
".": ".":
outline: altline outline: altline

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 62, height: 52 }
spaceline: { width: 106.67, height: 52 } spaceline: { width: 106.67, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
large: { width: 44, height: 52 } large: { width: 44, height: 52 }
@ -35,7 +37,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -50,22 +52,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "large" outline: "large"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 52, height: 42 } default: { width: 52, height: 42 }
altline: { width: 77.52, height: 42 } altline: { width: 77.52, height: 42 }
wide: { width: 91.25, height: 42 } wide: { width: 91.25, height: 42 }
change-view: { width: 77.52, height: 42 }
change-view-2: { width: 91.25, height: 42 }
spaceline: { width: 157, height: 42 } spaceline: { width: 157, height: 42 }
special: { width: 64.76, height: 42 } special: { width: 64.76, height: 42 }
large: { width: 54.76, height: 42 } large: { width: 54.76, height: 42 }
@ -35,7 +37,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -50,22 +52,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "large" outline: "large"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 62, height: 52 }
spaceline: { width: 99.67, height: 52 } spaceline: { width: 99.67, height: 52 }
special: { width: 35.33, height: 52 } special: { width: 35.33, height: 52 }
@ -39,7 +41,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -52,24 +54,24 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "ŭŜ" label: "ŭŜ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 52, height: 42 } default: { width: 52, height: 42 }
altline: { width: 77.52, height: 42 } altline: { width: 77.52, height: 42 }
wide: { width: 91.25, height: 42 } wide: { width: 91.25, height: 42 }
change-view: { width: 77.52, height: 42 }
change-view-2: { width: 91.25, height: 42 }
spaceline: { width: 146.7, height: 42 } spaceline: { width: 146.7, height: 42 }
special: { width: 52, height: 42 } special: { width: 52, height: 42 }
@ -39,7 +41,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -52,24 +54,24 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "ŭŜ" label: "ŭŜ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 62, height: 52 }
spaceline: { width: 99.67, height: 52 } spaceline: { width: 99.67, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -39,7 +41,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -52,24 +54,24 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "àÀ" label: "àÀ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 52, height: 42 } default: { width: 52, height: 42 }
altline: { width: 77.51, height: 42 } altline: { width: 77.51, height: 42 }
wide: { width: 91.25, height: 42 } wide: { width: 91.25, height: 42 }
change-view: { width: 77.51, height: 42 }
change-view-2: { width: 91.25, height: 42 }
spaceline: { width: 146.69, height: 42 } spaceline: { width: 146.69, height: 42 }
special: { width: 64.75, height: 42 } special: { width: 64.75, height: 42 }
@ -39,7 +41,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -52,24 +54,24 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "àÀ" label: "àÀ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 62, height: 52 }
spaceline: { width: 99.67, height: 52 } spaceline: { width: 99.67, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -39,7 +41,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -52,24 +54,24 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "áÁ" label: "áÁ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 52, height: 42 } default: { width: 52, height: 42 }
altline: { width: 77.51, height: 42 } altline: { width: 77.51, height: 42 }
wide: { width: 91.25, height: 42 } wide: { width: 91.25, height: 42 }
change-view: { width: 77.51, height: 42 }
change-view-2: { width: 91.25, height: 42 }
spaceline: { width: 146.69, height: 42 } spaceline: { width: 146.69, height: 42 }
special: { width: 64.75, height: 42 } special: { width: 64.75, height: 42 }
@ -39,7 +41,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -52,24 +54,24 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "áÁ" label: "áÁ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 32, height: 52 } default: { width: 32, height: 52 }
altline: { width: 48.39024, height: 52 } altline: { width: 48.39024, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 48.39024, height: 52 }
change-view-2: { width: 62, height: 52 }
spaceline: { width: 150.5853, height: 52 } spaceline: { width: 150.5853, height: 52 }
views: views:
@ -33,7 +35,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -41,22 +43,22 @@ buttons:
action: "erase" action: "erase"
preferences: preferences:
action: "show_prefs" action: "show_prefs"
outline: "altline" outline: "change-view"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
".": ".":
outline: altline outline: altline

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 48, height: 42 } default: { width: 48, height: 42 }
altline: { width: 72.59, height: 42 } altline: { width: 72.59, height: 42 }
wide: { width: 93, height: 42 } wide: { width: 93, height: 42 }
change-view: { width: 72.59, height: 42 }
change-view-2: { width: 93, height: 42 }
spaceline: { width: 225.88, height: 42 } spaceline: { width: 225.88, height: 42 }
views: views:
@ -33,7 +35,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -41,22 +43,22 @@ buttons:
action: "erase" action: "erase"
preferences: preferences:
action: "show_prefs" action: "show_prefs"
outline: "altline" outline: "change-view"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
".": ".":
outline: altline outline: altline

View File

@ -4,6 +4,8 @@ outlines:
small: { width: 50, height: 30 } small: { width: 50, height: 30 }
altline: { width: 35.33, height: 52 } altline: { width: 35.33, height: 52 }
wide: { width: 50, height: 52 } wide: { width: 50, height: 52 }
change-view: { width: 35.33, height: 52 }
change-view-2: { width: 50, height: 52 }
spaceline: { width: 150, height: 52 } spaceline: { width: 150, height: 52 }
special: { width: 35.33, height: 52 } special: { width: 35.33, height: 52 }
@ -40,7 +42,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -53,29 +55,29 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "âÂ" label: "âÂ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 54, height: 42 } default: { width: 54, height: 42 }
altline: { width: 81, height: 42 } altline: { width: 81, height: 42 }
wide: { width: 100, height: 42 } wide: { width: 100, height: 42 }
change-view: { width: 81, height: 42 }
change-view-2: { width: 100, height: 42 }
spaceline: { width: 205, height: 42 } spaceline: { width: 205, height: 42 }
special: { width: 54, height: 42 } special: { width: 54, height: 42 }
@ -39,7 +41,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -52,29 +54,29 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "âÂ" label: "âÂ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 59, height: 52 } wide: { width: 59, height: 52 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 59, height: 52 }
spaceline: { width: 140, height: 52 } spaceline: { width: 140, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -39,7 +41,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -52,29 +54,29 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "âÂ" label: "âÂ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 54, height: 42 } default: { width: 54, height: 42 }
altline: { width: 81, height: 42 } altline: { width: 81, height: 42 }
wide: { width: 100, height: 42 } wide: { width: 100, height: 42 }
change-view: { width: 81, height: 42 }
change-view-2: { width: 100, height: 42 }
spaceline: { width: 205, height: 42 } spaceline: { width: 205, height: 42 }
special: { width: 54, height: 42 } special: { width: 54, height: 42 }
@ -39,7 +41,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -52,29 +54,29 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "âÂ" label: "âÂ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 62, height: 52 }
spaceline: { width: 142, height: 52 } spaceline: { width: 142, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -34,7 +36,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -47,22 +49,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 52, height: 42 } default: { width: 52, height: 42 }
altline: { width: 77.52, height: 42 } altline: { width: 77.52, height: 42 }
wide: { width: 91.26, height: 42 } wide: { width: 91.26, height: 42 }
change-view: { width: 77.52, height: 42 }
change-view-2: { width: 91.26, height: 42 }
spaceline: { width: 209.01, height: 42 } spaceline: { width: 209.01, height: 42 }
special: { width: 64.76, height: 42 } special: { width: 64.76, height: 42 }
@ -34,7 +36,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -47,22 +49,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -7,6 +7,8 @@ outlines:
default: { width: 40, height: 60 } default: { width: 40, height: 60 }
altline: { width: 52.67, height: 60 } altline: { width: 52.67, height: 60 }
wide: { width: 62, height: 60 } wide: { width: 62, height: 60 }
change-view: { width: 52.67, height: 60 }
change-view-2: { width: 62, height: 60 }
extrawide: { width: 66, height: 60 } extrawide: { width: 66, height: 60 }
spaceline: { width: 140, height: 60 } spaceline: { width: 140, height: 60 }
special: { width: 44, height: 60 } special: { width: 44, height: 60 }
@ -102,7 +104,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -175,29 +177,29 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ΑΒΓ" label: "ΑΒΓ"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_accents: show_accents:
action: action:
locking: locking:
lock_view: "accents" lock_view: "accents"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "ᾦ" label: "ᾦ"
show_base: show_base:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "αι" label: "αι"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -7,6 +7,8 @@ outlines:
default: { width: 74, height: 60 } default: { width: 74, height: 60 }
altline: { width: 97.44, height: 60 } altline: { width: 97.44, height: 60 }
wide: { width: 114.7, height: 60 } wide: { width: 114.7, height: 60 }
change-view: { width: 97.44, height: 60 }
change-view-2: { width: 114.7, height: 60 }
extrawide: { width: 122.1, height: 60 } extrawide: { width: 122.1, height: 60 }
spaceline: { width: 259, height: 60 } spaceline: { width: 259, height: 60 }
special: { width: 81.4, height: 60 } special: { width: 81.4, height: 60 }
@ -102,7 +104,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -175,29 +177,29 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ΑΒΓ" label: "ΑΒΓ"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_accents: show_accents:
action: action:
locking: locking:
lock_view: "accents" lock_view: "accents"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "ᾦ" label: "ᾦ"
show_base: show_base:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "αι" label: "αι"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -7,6 +7,8 @@ outlines:
default: { width: 40, height: 60 } default: { width: 40, height: 60 }
altline: { width: 52.67, height: 60 } altline: { width: 52.67, height: 60 }
wide: { width: 62, height: 60 } wide: { width: 62, height: 60 }
change-view: { width: 52.67, height: 60 }
change-view-2: { width: 62, height: 60 }
spaceline: { width: 140, height: 60 } spaceline: { width: 140, height: 60 }
special: { width: 44, height: 60 } special: { width: 44, height: 60 }
@ -42,7 +44,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -55,29 +57,29 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ΑΒΓ" label: "ΑΒΓ"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_accented: show_accented:
action: action:
locking: locking:
lock_view: "accented" lock_view: "accented"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "άΐ" label: "άΐ"
show_base: show_base:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "αι" label: "αι"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -4,6 +4,8 @@ outlines:
default: { width: 80, height: 60 } default: { width: 80, height: 60 }
altline: { width: 110, height: 60 } altline: { width: 110, height: 60 }
wide: { width: 120, height: 60 } wide: { width: 120, height: 60 }
change-view: { width: 110, height: 60 }
change-view-2: { width: 120, height: 60 }
spaceline: { width: 250, height: 60 } spaceline: { width: 250, height: 60 }
special: { width: 75, height: 60 } special: { width: 75, height: 60 }
@ -39,7 +41,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -52,29 +54,29 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ΑΒΓ" label: "ΑΒΓ"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_accented: show_accented:
action: action:
locking: locking:
lock_view: "accented" lock_view: "accented"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "άΐ" label: "άΐ"
show_base: show_base:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "αι" label: "αι"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -4,6 +4,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 62, height: 52 }
spaceline: { width: 99.67, height: 52 } spaceline: { width: 99.67, height: 52 }
special: { width: 35.33, height: 52 } special: { width: 35.33, height: 52 }
@ -40,7 +42,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -53,24 +55,24 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "éá" label: "éá"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -4,6 +4,8 @@ outlines:
default: { width: 48, height: 42 } default: { width: 48, height: 42 }
altline: { width: 81, height: 42 } altline: { width: 81, height: 42 }
wide: { width: 108, height: 42 } wide: { width: 108, height: 42 }
change-view: { width: 81, height: 42 }
change-view-2: { width: 108, height: 42 }
spaceline: { width: 216, height: 42 } spaceline: { width: 216, height: 42 }
special: { width: 48, height: 42 } special: { width: 48, height: 42 }
@ -40,7 +42,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -53,24 +55,24 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "éá" label: "éá"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 40, height: 60 } default: { width: 40, height: 60 }
altline: { width: 56, height: 60 } altline: { width: 56, height: 60 }
wide: { width: 62, height: 60 } wide: { width: 62, height: 60 }
change-view: { width: 56, height: 60 }
change-view-2: { width: 62, height: 60 }
spaceline: { width: 142, height: 60 } spaceline: { width: 142, height: 60 }
special: { width: 44, height: 60 } special: { width: 44, height: 60 }
@ -39,22 +41,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 52, height: 42 } default: { width: 52, height: 42 }
altline: { width: 72.8, height: 42 } altline: { width: 72.8, height: 42 }
wide: { width: 80.6, height: 42 } wide: { width: 80.6, height: 42 }
change-view: { width: 72.8, height: 42 }
change-view-2: { width: 80.6, height: 42 }
spaceline: { width: 184.6, height: 42 } spaceline: { width: 184.6, height: 42 }
special: { width: 57.2, height: 42 } special: { width: 57.2, height: 42 }
@ -39,22 +41,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 62, height: 52 }
spaceline: { width: 142, height: 52 } spaceline: { width: 142, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -34,7 +36,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -47,22 +49,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "۱۲۳" label: "۱۲۳"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "۱۲۳" label: "۱۲۳"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ا‌ب‌پ" label: "ا‌ب‌پ"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 54, height: 42 } default: { width: 54, height: 42 }
altline: { width: 81, height: 42 } altline: { width: 81, height: 42 }
wide: { width: 108, height: 42 } wide: { width: 108, height: 42 }
change-view: { width: 81, height: 42 }
change-view-2: { width: 108, height: 42 }
spaceline: { width: 216, height: 42 } spaceline: { width: 216, height: 42 }
special: { width: 54, height: 42 } special: { width: 54, height: 42 }
@ -34,7 +36,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -47,22 +49,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "۱۲۳" label: "۱۲۳"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "۱۲۳" label: "۱۲۳"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ا‌ب‌پ" label: "ا‌ب‌پ"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -5,6 +5,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 62, height: 52 }
spaceline: { width: 99.67, height: 52 } spaceline: { width: 99.67, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -41,7 +43,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -54,24 +56,24 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "àê" label: "àê"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -5,6 +5,8 @@ outlines:
default: { width: 52, height: 42 } default: { width: 52, height: 42 }
altline: { width: 77.52, height: 42 } altline: { width: 77.52, height: 42 }
wide: { width: 91.26, height: 42 } wide: { width: 91.26, height: 42 }
change-view: { width: 77.52, height: 42 }
change-view-2: { width: 91.26, height: 42 }
spaceline: { width: 146.7, height: 42 } spaceline: { width: 146.7, height: 42 }
special: { width: 64.76, height: 42 } special: { width: 64.76, height: 42 }
@ -41,7 +43,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -54,24 +56,24 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "àê" label: "àê"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -5,6 +5,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 62, height: 52 }
spaceline: { width: 99.67, height: 52 } spaceline: { width: 99.67, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -41,7 +43,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -54,22 +56,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
set_view: "eschars" set_view: "eschars"
outline: "altline" outline: "change-view"
label: "àè" label: "àè"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -5,6 +5,8 @@ outlines:
default: { width: 52, height: 42 } default: { width: 52, height: 42 }
altline: { width: 77.52, height: 42 } altline: { width: 77.52, height: 42 }
wide: { width: 91.26, height: 42 } wide: { width: 91.26, height: 42 }
change-view: { width: 77.52, height: 42 }
change-view-2: { width: 91.26, height: 42 }
spaceline: { width: 146.7, height: 42 } spaceline: { width: 146.7, height: 42 }
special: { width: 64.76, height: 42 } special: { width: 64.76, height: 42 }
@ -41,7 +43,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -54,22 +56,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
set_view: "eschars" set_view: "eschars"
outline: "altline" outline: "change-view"
label: "àè" label: "àè"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -5,6 +5,8 @@ outlines:
default-wide: { width: 62, height: 52 } default-wide: { width: 62, height: 52 }
altline: { width: 62, height: 52 } altline: { width: 62, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 62, height: 52 }
change-view-2: { width: 62, height: 52 }
special: { width: 62, height: 52 } special: { width: 62, height: 52 }
views: views:
@ -222,110 +224,110 @@ buttons:
numbers: numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
# switch to latin characters # switch to latin characters
roman: roman:
action: action:
set_view: "roman" set_view: "roman"
outline: "wide" outline: "change-view-2"
label: "ᴀʙᴄ" label: "ᴀʙᴄ"
# toggle button with 3 different states # toggle button with 3 different states
switch2roman: # switch from kana to latin characters view switch2roman: # switch from kana to latin characters view
action: action:
set_view: "roman" set_view: "roman"
outline: "wide" outline: "change-view-2"
label: "あᴀ₁" label: "あᴀ₁"
switch2num: # switch from latin characters to numbers view switch2num: # switch from latin characters to numbers view
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "ぁA₁" label: "ぁA₁"
switch2kana: # switch from numbers to hiragana view switch2kana: # switch from numbers to hiragana view
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ぁᴀ1" label: "ぁᴀ1"
# Buttons for katakana and symbols # Buttons for katakana and symbols
ひらがな: ひらがな:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "あさ" label: "あさ"
_a: _a:
action: action:
locking: locking:
lock_view: "_a" lock_view: "_a"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "あ" label: "あ"
ka: ka:
action: action:
locking: locking:
lock_view: "ka" lock_view: "ka"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "か" label: "か"
sa: sa:
action: action:
locking: locking:
lock_view: "sa" lock_view: "sa"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "さ" label: "さ"
ta: ta:
action: action:
locking: locking:
lock_view: "ta" lock_view: "ta"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "た" label: "た"
na: na:
action: action:
locking: locking:
lock_view: "na" lock_view: "na"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "な" label: "な"
ha: ha:
action: action:
locking: locking:
lock_view: "ha" lock_view: "ha"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "は" label: "は"
ma: ma:
action: action:
locking: locking:
lock_view: "ma" lock_view: "ma"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "ま" label: "ま"
ya: ya:
action: action:
locking: locking:
lock_view: "ya" lock_view: "ya"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "や" label: "や"
ra: ra:
action: action:
locking: locking:
lock_view: "ra" lock_view: "ra"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "ら" label: "ら"
wa: wa:
action: action:
locking: locking:
lock_view: "wa" lock_view: "wa"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "わ" label: "わ"
dummykey: dummykey:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "" label: ""
# buttons available on different views like symbols and punct should go # buttons available on different views like symbols and punct should go
# back to their corresponding view # back to their corresponding view
@ -334,109 +336,109 @@ buttons:
locking: locking:
lock_view: "symbols" lock_view: "symbols"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "" label: ""
punct: punct:
action: action:
locking: locking:
lock_view: "punct" lock_view: "punct"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "。" label: "。"
# Buttons for katakana and symbols # Buttons for katakana and symbols
カタカナ: カタカナ:
action: action:
set_view: "カタカナ" set_view: "カタカナ"
outline: "wide" outline: "change-view-2"
label: "アサ" label: "アサ"
_A: _A:
action: action:
locking: locking:
lock_view: "_A" lock_view: "_A"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "ア" label: "ア"
KA: KA:
action: action:
locking: locking:
lock_view: "KA" lock_view: "KA"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "カ" label: "カ"
SA: SA:
action: action:
locking: locking:
lock_view: "SA" lock_view: "SA"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "サ" label: "サ"
TA: TA:
action: action:
locking: locking:
lock_view: "TA" lock_view: "TA"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "タ" label: "タ"
NA: NA:
action: action:
locking: locking:
lock_view: "NA" lock_view: "NA"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "ナ" label: "ナ"
HA: HA:
action: action:
locking: locking:
lock_view: "HA" lock_view: "HA"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "ハ" label: "ハ"
MA: MA:
action: action:
locking: locking:
lock_view: "MA" lock_view: "MA"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "マ" label: "マ"
YA: YA:
action: action:
locking: locking:
lock_view: "YA" lock_view: "YA"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "ヤ" label: "ヤ"
RA: RA:
action: action:
locking: locking:
lock_view: "RA" lock_view: "RA"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "ラ" label: "ラ"
WA: WA:
action: action:
locking: locking:
lock_view: "WA" lock_view: "WA"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "ワ" label: "ワ"
DUMMYKEY: DUMMYKEY:
action: action:
set_view: "カタカナ" set_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "" label: ""
SYMBOLS: SYMBOLS:
action: action:
locking: locking:
lock_view: "symbols" lock_view: "symbols"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "" label: ""
PUNCT: PUNCT:
action: action:
locking: locking:
lock_view: "punct" lock_view: "punct"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "。" label: "。"
# Buttons for Latin characters # Buttons for Latin characters
RSYM1: RSYM1:
@ -444,82 +446,82 @@ buttons:
locking: locking:
lock_view: "RSYM1" lock_view: "RSYM1"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "@#" label: "@#"
ABC: ABC:
action: action:
locking: locking:
lock_view: "ABC" lock_view: "ABC"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "ᴀʙᴄ" label: "ᴀʙᴄ"
DEF: DEF:
action: action:
locking: locking:
lock_view: "DEF" lock_view: "DEF"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "ᴅᴇꜰ" label: "ᴅᴇꜰ"
GHI: GHI:
action: action:
locking: locking:
lock_view: "GHI" lock_view: "GHI"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "ɢʜɪ" label: "ɢʜɪ"
JKL: JKL:
action: action:
locking: locking:
lock_view: "JKL" lock_view: "JKL"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "ᴊᴋʟ" label: "ᴊᴋʟ"
MNO: MNO:
action: action:
locking: locking:
lock_view: "MNO" lock_view: "MNO"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "ᴍɴᴏ" label: "ᴍɴᴏ"
PQRS: PQRS:
action: action:
locking: locking:
lock_view: "PQRS" lock_view: "PQRS"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "ᴘǫʀs" label: "ᴘǫʀs"
TUV: TUV:
action: action:
locking: locking:
lock_view: "TUV" lock_view: "TUV"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "ᴛᴜᴠ" label: "ᴛᴜᴠ"
WXYZ: WXYZ:
action: action:
locking: locking:
lock_view: "WXYZ" lock_view: "WXYZ"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "xʏ" label: "xʏ"
RSYM2: RSYM2:
action: action:
locking: locking:
lock_view: "RSYM2" lock_view: "RSYM2"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "()" label: "()"
RSYM3: RSYM3:
action: action:
locking: locking:
lock_view: "RSYM3" lock_view: "RSYM3"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "+-" label: "+-"
RSYM4: RSYM4:
action: action:
locking: locking:
lock_view: "RSYM4" lock_view: "RSYM4"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: ",.?" label: ",.?"

View File

@ -5,6 +5,8 @@ outlines:
default-wide: { width: 62, height: 42 } default-wide: { width: 62, height: 42 }
altline: { width: 62, height: 42 } altline: { width: 62, height: 42 }
wide: { width: 62, height: 42 } wide: { width: 62, height: 42 }
change-view: { width: 62, height: 42 }
change-view-2: { width: 62, height: 42 }
special: { width: 62, height: 42 } special: { width: 62, height: 42 }
views: views:
@ -222,110 +224,110 @@ buttons:
numbers: numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
# switch to latin characters # switch to latin characters
roman: roman:
action: action:
set_view: "roman" set_view: "roman"
outline: "wide" outline: "change-view-2"
label: "ᴀʙᴄ" label: "ᴀʙᴄ"
# toggle button with 3 different states # toggle button with 3 different states
switch2roman: # switch from kana to latin characters view switch2roman: # switch from kana to latin characters view
action: action:
set_view: "roman" set_view: "roman"
outline: "wide" outline: "change-view-2"
label: "あᴀ₁" label: "あᴀ₁"
switch2num: # switch from latin characters to numbers view switch2num: # switch from latin characters to numbers view
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "ぁA₁" label: "ぁA₁"
switch2kana: # switch from numbers to hiragana view switch2kana: # switch from numbers to hiragana view
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ぁᴀ1" label: "ぁᴀ1"
# Buttons for katakana and symbols # Buttons for katakana and symbols
ひらがな: ひらがな:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "あさ" label: "あさ"
_a: _a:
action: action:
locking: locking:
lock_view: "_a" lock_view: "_a"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "あ" label: "あ"
ka: ka:
action: action:
locking: locking:
lock_view: "ka" lock_view: "ka"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "か" label: "か"
sa: sa:
action: action:
locking: locking:
lock_view: "sa" lock_view: "sa"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "さ" label: "さ"
ta: ta:
action: action:
locking: locking:
lock_view: "ta" lock_view: "ta"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "た" label: "た"
na: na:
action: action:
locking: locking:
lock_view: "na" lock_view: "na"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "な" label: "な"
ha: ha:
action: action:
locking: locking:
lock_view: "ha" lock_view: "ha"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "は" label: "は"
ma: ma:
action: action:
locking: locking:
lock_view: "ma" lock_view: "ma"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "ま" label: "ま"
ya: ya:
action: action:
locking: locking:
lock_view: "ya" lock_view: "ya"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "や" label: "や"
ra: ra:
action: action:
locking: locking:
lock_view: "ra" lock_view: "ra"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "ら" label: "ら"
wa: wa:
action: action:
locking: locking:
lock_view: "wa" lock_view: "wa"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "わ" label: "わ"
dummykey: dummykey:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "" label: ""
# buttons available on different views like symbols and punct should go # buttons available on different views like symbols and punct should go
# back to their corresponding view # back to their corresponding view
@ -334,109 +336,109 @@ buttons:
locking: locking:
lock_view: "symbols" lock_view: "symbols"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "" label: ""
punct: punct:
action: action:
locking: locking:
lock_view: "punct" lock_view: "punct"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "。" label: "。"
# Buttons for katakana and symbols # Buttons for katakana and symbols
カタカナ: カタカナ:
action: action:
set_view: "カタカナ" set_view: "カタカナ"
outline: "wide" outline: "change-view-2"
label: "アサ" label: "アサ"
_A: _A:
action: action:
locking: locking:
lock_view: "_A" lock_view: "_A"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "ア" label: "ア"
KA: KA:
action: action:
locking: locking:
lock_view: "KA" lock_view: "KA"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "カ" label: "カ"
SA: SA:
action: action:
locking: locking:
lock_view: "SA" lock_view: "SA"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "サ" label: "サ"
TA: TA:
action: action:
locking: locking:
lock_view: "TA" lock_view: "TA"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "タ" label: "タ"
NA: NA:
action: action:
locking: locking:
lock_view: "NA" lock_view: "NA"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "ナ" label: "ナ"
HA: HA:
action: action:
locking: locking:
lock_view: "HA" lock_view: "HA"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "ハ" label: "ハ"
MA: MA:
action: action:
locking: locking:
lock_view: "MA" lock_view: "MA"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "マ" label: "マ"
YA: YA:
action: action:
locking: locking:
lock_view: "YA" lock_view: "YA"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "ヤ" label: "ヤ"
RA: RA:
action: action:
locking: locking:
lock_view: "RA" lock_view: "RA"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "ラ" label: "ラ"
WA: WA:
action: action:
locking: locking:
lock_view: "WA" lock_view: "WA"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "ワ" label: "ワ"
DUMMYKEY: DUMMYKEY:
action: action:
set_view: "カタカナ" set_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "" label: ""
SYMBOLS: SYMBOLS:
action: action:
locking: locking:
lock_view: "symbols" lock_view: "symbols"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "" label: ""
PUNCT: PUNCT:
action: action:
locking: locking:
lock_view: "punct" lock_view: "punct"
unlock_view: "カタカナ" unlock_view: "カタカナ"
outline: "altline" outline: "change-view"
label: "。" label: "。"
# Buttons for Latin characters # Buttons for Latin characters
RSYM1: RSYM1:
@ -444,82 +446,82 @@ buttons:
locking: locking:
lock_view: "RSYM1" lock_view: "RSYM1"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "@#" label: "@#"
ABC: ABC:
action: action:
locking: locking:
lock_view: "ABC" lock_view: "ABC"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "ᴀʙᴄ" label: "ᴀʙᴄ"
DEF: DEF:
action: action:
locking: locking:
lock_view: "DEF" lock_view: "DEF"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "ᴅᴇꜰ" label: "ᴅᴇꜰ"
GHI: GHI:
action: action:
locking: locking:
lock_view: "GHI" lock_view: "GHI"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "ɢʜɪ" label: "ɢʜɪ"
JKL: JKL:
action: action:
locking: locking:
lock_view: "JKL" lock_view: "JKL"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "ᴊᴋʟ" label: "ᴊᴋʟ"
MNO: MNO:
action: action:
locking: locking:
lock_view: "MNO" lock_view: "MNO"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "ᴍɴᴏ" label: "ᴍɴᴏ"
PQRS: PQRS:
action: action:
locking: locking:
lock_view: "PQRS" lock_view: "PQRS"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "ᴘǫʀs" label: "ᴘǫʀs"
TUV: TUV:
action: action:
locking: locking:
lock_view: "TUV" lock_view: "TUV"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "ᴛᴜᴠ" label: "ᴛᴜᴠ"
WXYZ: WXYZ:
action: action:
locking: locking:
lock_view: "WXYZ" lock_view: "WXYZ"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "xʏ" label: "xʏ"
RSYM2: RSYM2:
action: action:
locking: locking:
lock_view: "RSYM2" lock_view: "RSYM2"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "()" label: "()"
RSYM3: RSYM3:
action: action:
locking: locking:
lock_view: "RSYM3" lock_view: "RSYM3"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: "+-" label: "+-"
RSYM4: RSYM4:
action: action:
locking: locking:
lock_view: "RSYM4" lock_view: "RSYM4"
unlock_view: "roman" unlock_view: "roman"
outline: "altline" outline: "change-view"
label: ",.?" label: ",.?"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 32, height: 52 } default: { width: 32, height: 52 }
altline: { width: 48.39024, height: 52 } altline: { width: 48.39024, height: 52 }
wide: { width: 64, height: 52 } wide: { width: 64, height: 52 }
change-view: { width: 48.39024, height: 52 }
change-view-2: { width: 64, height: 52 }
spaceline: { width: 142, height: 52 } spaceline: { width: 142, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -34,7 +36,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -47,22 +49,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: altline outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
".": ".":
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 48, height: 42 } default: { width: 48, height: 42 }
altline: { width: 72.59, height: 42 } altline: { width: 72.59, height: 42 }
wide: { width: 96, height: 42 } wide: { width: 96, height: 42 }
change-view: { width: 72.59, height: 42 }
change-view-2: { width: 96, height: 42 }
spaceline: { width: 213, height: 42 } spaceline: { width: 213, height: 42 }
special: { width: 66, height: 42 } special: { width: 66, height: 42 }
@ -34,7 +36,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -47,22 +49,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: altline outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
".": ".":
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 59, height: 52 } wide: { width: 59, height: 52 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 59, height: 52 }
spaceline: { width: 140, height: 52 } spaceline: { width: 140, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -38,14 +40,13 @@ views:
- "accents_show_upper Ż Ź Ć V B Ń M BackSpace" - "accents_show_upper Ż Ź Ć V B Ń M BackSpace"
- "show_numbers preferences space show_upper_accents Return" - "show_numbers preferences space show_upper_accents Return"
buttons: buttons:
Shift_L: Shift_L:
action: action:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
accents_show_upper: accents_show_upper:
action: action:
@ -54,7 +55,7 @@ buttons:
unlock_view: "accents" unlock_view: "accents"
looks_locked_from: looks_locked_from:
- "upper" - "upper"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -67,29 +68,29 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_accents: show_accents:
action: action:
locking: locking:
lock_view: "accents" lock_view: "accents"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "ąę" label: "ąę"
show_upper_accents: show_upper_accents:
action: action:
@ -98,7 +99,7 @@ buttons:
unlock_view: "upper" unlock_view: "upper"
looks_locked_from: looks_locked_from:
- "accents" - "accents"
outline: "altline" outline: "change-view"
label: "ĄĘ" label: "ĄĘ"
.: .:
outline: "altline" outline: "altline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 54, height: 42 } default: { width: 54, height: 42 }
altline: { width: 81, height: 42 } altline: { width: 81, height: 42 }
wide: { width: 100, height: 42 } wide: { width: 100, height: 42 }
change-view: { width: 81, height: 42 }
change-view-2: { width: 100, height: 42 }
spaceline: { width: 206, height: 42 } spaceline: { width: 206, height: 42 }
special: { width: 54, height: 42 } special: { width: 54, height: 42 }
@ -44,7 +46,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -57,36 +59,36 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_accents: show_accents:
action: action:
locking: locking:
lock_view: "accents" lock_view: "accents"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "ąę" label: "ąę"
show_upper_accents: show_upper_accents:
action: action:
locking: locking:
lock_view: "upper_accents" lock_view: "upper_accents"
unlock_view: "upper" unlock_view: "upper"
outline: "altline" outline: "change-view"
label: "ĄĘ" label: "ĄĘ"
.: .:
outline: "altline" outline: "altline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 62, height: 52 }
spaceline: { width: 99.67, height: 52 } spaceline: { width: 99.67, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -39,7 +41,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -52,24 +54,24 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "ăĂ" label: "ăĂ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 54, height: 42 } default: { width: 54, height: 42 }
altline: { width: 81, height: 42 } altline: { width: 81, height: 42 }
wide: { width: 108, height: 42 } wide: { width: 108, height: 42 }
change-view: { width: 81, height: 42 }
change-view-2: { width: 108, height: 42 }
spaceline: { width: 153, height: 42 } spaceline: { width: 153, height: 42 }
special: { width: 54, height: 42 } special: { width: 54, height: 42 }
@ -39,7 +41,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -52,24 +54,24 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "ăĂ" label: "ăĂ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 32, height: 52 } default: { width: 32, height: 52 }
altline: { width: 32, height: 52 } altline: { width: 32, height: 52 }
wide: { width: 57, height: 52 } wide: { width: 57, height: 52 }
change-view: { width: 32, height: 52 }
change-view-2: { width: 57, height: 52 }
narrow: { width: 26, height: 52 } narrow: { width: 26, height: 52 }
spaceline: { width: 107, height: 52 } spaceline: { width: 107, height: 52 }
fill: { width: 159, height: 52 } fill: { width: 159, height: 52 }
@ -36,7 +38,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -49,17 +51,17 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "АБВ" label: "АБВ"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "wide" outline: "change-view-2"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 48, height: 42 } default: { width: 48, height: 42 }
altline: { width: 48, height: 42 } altline: { width: 48, height: 42 }
wide: { width: 85.5, height: 42 } wide: { width: 85.5, height: 42 }
change-view: { width: 48, height: 42 }
change-view-2: { width: 85.5, height: 42 }
narrow: { width: 39, height: 42 } narrow: { width: 39, height: 42 }
spaceline: { width: 160.5, height: 42 } spaceline: { width: 160.5, height: 42 }
fill: { width: 238.5, height: 42 } fill: { width: 238.5, height: 42 }
@ -36,7 +38,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -49,17 +51,17 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "АБВ" label: "АБВ"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "wide" outline: "change-view-2"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 32, height: 52 } default: { width: 32, height: 52 }
altline: { width: 48.39024, height: 52 } altline: { width: 48.39024, height: 52 }
wide: { width: 64, height: 52 } wide: { width: 64, height: 52 }
change-view: { width: 48.39024, height: 52 }
change-view-2: { width: 64, height: 52 }
spaceline: { width: 142, height: 52 } spaceline: { width: 142, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -35,7 +37,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: altline outline: altline
@ -46,24 +48,24 @@ buttons:
outline: "special" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
outline: "wide" outline: "change-view-2"
action: action:
set_view: "numbers" set_view: "numbers"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: altline outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
outline: "wide" outline: "change-view-2"
action: action:
set_view: "base" set_view: "base"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
".": ".":
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 50, height: 42 } default: { width: 50, height: 42 }
altline: { width: 81, height: 42 } altline: { width: 81, height: 42 }
wide: { width: 108, height: 42 } wide: { width: 108, height: 42 }
change-view: { width: 81, height: 42 }
change-view-2: { width: 108, height: 42 }
spaceline: { width: 216, height: 42 } spaceline: { width: 216, height: 42 }
special: { width: 60, height: 42 } special: { width: 60, height: 42 }
@ -35,7 +37,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: altline outline: altline
@ -46,24 +48,24 @@ buttons:
outline: "special" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
outline: "wide" outline: "change-view-2"
action: action:
set_view: "numbers" set_view: "numbers"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: altline outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
outline: "wide" outline: "change-view-2"
action: action:
set_view: "base" set_view: "base"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
".": ".":
outline: "special" outline: "special"

View File

@ -6,9 +6,11 @@ outlines:
narrow: { width: 26.335, 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 }
change-view: { 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 }
change-view-2: { width: 59, height: 46 }
spaceline: { width: 92.29, height: 46 } spaceline: { width: 92.29, height: 46 }
small: { width: 50.471, height: 22 } small: { width: 50.471, height: 22 }
@ -56,7 +58,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -69,34 +71,34 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_letters_actions: show_letters_actions:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "τ=\\" label: "τ=\\"
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "Ää" label: "Ää"
show_actions: show_actions:
action: action:
set_view: "actions" set_view: "actions"
outline: "altline" outline: "change-view"
label: ">_" label: ">_"
.: .:
outline: "large" outline: "large"

View File

@ -6,9 +6,11 @@ outlines:
narrow: { width: 40.5, 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 }
change-view: { width: 81, height: 37 }
large: { width: 81, height: 37 } large: { width: 81, height: 37 }
action: { width: 90, height: 37 } action: { width: 90, height: 37 }
wide: { width: 90, height: 37 } wide: { width: 90, height: 37 }
change-view-2: { width: 90, height: 37 }
spaceline: { width: 153, height: 37 } spaceline: { width: 153, height: 37 }
small: { width: 67.4, height: 22 } small: { width: 67.4, height: 22 }
@ -56,7 +58,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -69,34 +71,34 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_letters_actions: show_letters_actions:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "τ=\\" label: "τ=\\"
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "Ää" label: "Ää"
show_actions: show_actions:
action: action:
set_view: "actions" set_view: "actions"
outline: "altline" outline: "change-view"
label: ">_" label: ">_"
.: .:
outline: "large" outline: "large"

View File

@ -5,8 +5,10 @@ outlines:
thin: { width: 30.995, height: 46 } thin: { width: 30.995, height: 46 }
action: { width: 59, height: 46 } action: { width: 59, height: 46 }
altline: { width: 52.67, height: 46 } altline: { width: 52.67, height: 46 }
change-view: { width: 52.67, height: 46 }
large: { width: 52.67, height: 46 } large: { width: 52.67, height: 46 }
wide: { width: 59, height: 46 } wide: { width: 59, height: 46 }
change-view-2: { 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.471, height: 22 } small: { width: 50.471, height: 22 }
@ -55,7 +57,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -68,34 +70,34 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_letters_actions: show_letters_actions:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "τ=\\" label: "τ=\\"
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "Áá" label: "Áá"
show_actions: show_actions:
action: action:
set_view: "actions" set_view: "actions"
outline: "altline" outline: "change-view"
label: ">_" label: ">_"
".": ".":
outline: "large" outline: "large"

View File

@ -5,8 +5,10 @@ outlines:
thin: { width: 47.25, height: 37 } thin: { width: 47.25, height: 37 }
action: { width: 90, height: 37 } action: { width: 90, height: 37 }
altline: { width: 81, height: 37 } altline: { width: 81, height: 37 }
change-view: { width: 81, height: 37 }
large: { width: 81, height: 37 } large: { width: 81, height: 37 }
wide: { width: 90, height: 37 } wide: { width: 90, height: 37 }
change-view-2: { width: 90, height: 37 }
spaceline: { width: 153, height: 37 } spaceline: { width: 153, height: 37 }
special: { width: 54, height: 37 } special: { width: 54, height: 37 }
small: { width: 67.4, height: 22 } small: { width: 67.4, height: 22 }
@ -55,7 +57,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -68,34 +70,34 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_letters_actions: show_letters_actions:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "τ=\\" label: "τ=\\"
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "Áá" label: "Áá"
show_actions: show_actions:
action: action:
set_view: "actions" set_view: "actions"
outline: "altline" outline: "change-view"
label: ">_" label: ">_"
".": ".":
outline: "large" outline: "large"

View File

@ -2,6 +2,8 @@
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 }
change-view: { width: 42, height: 46 }
change-view-2: { width: 50, height: 46 }
action: { width: 59, height: 46 } action: { width: 59, height: 46 }
altline: { width: 42, height: 46 } altline: { width: 42, height: 46 }
wide: { width: 50, height: 46 } wide: { width: 50, height: 46 }
@ -170,14 +172,14 @@ buttons:
show_actions: show_actions:
action: action:
set_view: "actions" set_view: "actions"
outline: "altline" outline: "change-view"
label: ">_" label: ">_"
Shift_L: Shift_L:
action: action:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -190,29 +192,29 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_letters_actions: show_letters_actions:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "Ââ" label: "Ââ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -5,9 +5,11 @@ outlines:
narrow: { width: 40.5, 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 }
change-view: { width: 81, height: 37 }
large: { width: 81, height: 37 } large: { width: 81, height: 37 }
action: { width: 90, height: 37 } action: { width: 90, height: 37 }
wide: { width: 90, height: 37 } wide: { width: 90, height: 37 }
change-view-2: { width: 90, height: 37 }
spaceline: { width: 153, height: 37 } spaceline: { width: 153, height: 37 }
small: { width: 67.4, height: 22 } small: { width: 67.4, height: 22 }
@ -175,14 +177,14 @@ buttons:
show_actions: show_actions:
action: action:
set_view: "actions" set_view: "actions"
outline: "altline" outline: "change-view"
label: ">_" label: ">_"
Shift_L: Shift_L:
action: action:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -195,29 +197,29 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_letters_actions: show_letters_actions:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "Ââ" label: "Ââ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -4,8 +4,10 @@ outlines:
action: { width: 59, height: 46 } action: { width: 59, height: 46 }
small: { width: 50.471, height: 22 } small: { width: 50.471, height: 22 }
altline: { width: 52.67, height: 46 } altline: { width: 52.67, height: 46 }
change-view: { width: 52.67, height: 46 }
large: { width: 52.67, height: 46 } large: { width: 52.67, height: 46 }
wide: { width: 59, height: 46 } wide: { width: 59, height: 46 }
change-view-2: { 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 }
@ -169,14 +171,14 @@ buttons:
show_actions: show_actions:
action: action:
set_view: "actions" set_view: "actions"
outline: "altline" outline: "change-view"
label: ">_" label: ">_"
Shift_L: Shift_L:
action: action:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -189,29 +191,29 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_letters_actions: show_letters_actions:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "Ââ" label: "Ââ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -4,8 +4,10 @@ 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 }
change-view: { width: 81, height: 37 }
large: { width: 81, height: 37 } large: { width: 81, height: 37 }
wide: { width: 90, height: 37 } wide: { width: 90, height: 37 }
change-view-2: { width: 90, height: 37 }
spaceline: { width: 153, height: 37 } spaceline: { width: 153, height: 37 }
special: { width: 54, height: 37 } special: { width: 54, height: 37 }
@ -172,14 +174,14 @@ buttons:
show_actions: show_actions:
action: action:
set_view: "actions" set_view: "actions"
outline: "altline" outline: "change-view"
label: ">_" label: ">_"
Shift_L: Shift_L:
action: action:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -192,29 +194,29 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_letters_actions: show_letters_actions:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
show_eschars: show_eschars:
action: action:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
label: "Ââ" label: "Ââ"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -3,8 +3,10 @@ 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 }
change-view: { width: 52.67, height: 46 }
large: { width: 52.67, height: 46 } large: { width: 52.67, height: 46 }
wide: { width: 59, height: 46 } wide: { width: 59, height: 46 }
change-view-2: { width: 59, height: 46 }
spaceline: { width: 144.96, height: 46 } spaceline: { width: 144.96, height: 46 }
special: { width: 44, height: 46 } special: { width: 44, height: 46 }
small: { width: 50.471, height: 22 } small: { width: 50.471, height: 22 }
@ -47,7 +49,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -60,27 +62,27 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_letters_actions: show_letters_actions:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "τ=\\" label: "τ=\\"
show_actions: show_actions:
action: action:
set_view: "actions" set_view: "actions"
outline: "altline" outline: "change-view"
label: ">_" label: ">_"
.: .:
outline: "large" outline: "large"

View File

@ -3,8 +3,10 @@ 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 }
change-view: { width: 81, height: 37 }
large: { width: 81, height: 37 } large: { width: 81, height: 37 }
wide: { width: 90, height: 37 } wide: { width: 90, height: 37 }
change-view-2: { width: 90, height: 37 }
spaceline: { width: 234, 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 }
@ -47,7 +49,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -60,27 +62,27 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_letters_actions: show_letters_actions:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "τ=\\" label: "τ=\\"
show_actions: show_actions:
action: action:
set_view: "actions" set_view: "actions"
outline: "altline" outline: "change-view"
label: ">_" label: ">_"
.: .:
outline: "large" outline: "large"

View File

@ -5,9 +5,11 @@ outlines:
narrow: { width: 26.335, 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 }
change-view: { 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 }
change-view-2: { width: 59, height: 46 }
spaceline: { width: 144.96, height: 46 } spaceline: { width: 144.96, height: 46 }
small: { width: 50.471, height: 22 } small: { width: 50.471, height: 22 }
@ -49,7 +51,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -62,27 +64,27 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_letters_actions: show_letters_actions:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "τ=\\" label: "τ=\\"
show_actions: show_actions:
action: action:
set_view: "actions" set_view: "actions"
outline: "altline" outline: "change-view"
label: ">_" label: ">_"
.: .:
outline: "large" outline: "large"

View File

@ -5,9 +5,11 @@ outlines:
narrow: { width: 40.5, 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 }
change-view: { width: 81, height: 37 }
large: { width: 81, height: 37 } large: { width: 81, height: 37 }
action: { width: 90, height: 37 } action: { width: 90, height: 37 }
wide: { width: 90, height: 37 } wide: { width: 90, height: 37 }
change-view-2: { width: 90, height: 37 }
spaceline: { width: 234, height: 37 } spaceline: { width: 234, height: 37 }
small: { width: 67.4, height: 22 } small: { width: 67.4, height: 22 }
@ -49,7 +51,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -62,27 +64,27 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "altline" outline: "change-view"
label: "ABC" label: "ABC"
show_letters_actions: show_letters_actions:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "τ=\\" label: "τ=\\"
show_actions: show_actions:
action: action:
set_view: "actions" set_view: "actions"
outline: "altline" outline: "change-view"
label: ">_" label: ">_"
.: .:
outline: "large" outline: "large"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 62, height: 52 }
spaceline: { width: 142, height: 52 } spaceline: { width: 142, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -36,7 +38,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -49,22 +51,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "กขค" label: "กขค"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
PeriodLarge: PeriodLarge:
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 75, height: 56 } default: { width: 75, height: 56 }
altline: { width: 75, height: 56 } altline: { width: 75, height: 56 }
wide: { width: 135, height: 56 } wide: { width: 135, height: 56 }
change-view: { width: 75, height: 56 }
change-view-2: { width: 135, height: 56 }
spaceline: { width: 450, height: 56 } spaceline: { width: 450, height: 56 }
spacelinesymbol: { width: 300, height: 56 } spacelinesymbol: { width: 300, height: 56 }
special: { width: 90, height: 56 } special: { width: 90, height: 56 }
@ -37,7 +39,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -50,22 +52,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "กขค" label: "กขค"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
PeriodLarge: PeriodLarge:
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 32, height: 52 } default: { width: 32, height: 52 }
altline: { width: 32, height: 52 } altline: { width: 32, height: 52 }
wide: { width: 57, height: 52 } wide: { width: 57, height: 52 }
change-view: { width: 32, height: 52 }
change-view-2: { width: 57, height: 52 }
narrow: { width: 26, height: 52 } narrow: { width: 26, height: 52 }
spaceline: { width: 107, height: 52 } spaceline: { width: 107, height: 52 }
fill: { width: 159, height: 52 } fill: { width: 159, height: 52 }
@ -36,7 +38,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -49,17 +51,17 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "АБВ" label: "АБВ"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "wide" outline: "change-view-2"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 48, height: 42 } default: { width: 48, height: 42 }
altline: { width: 48, height: 42 } altline: { width: 48, height: 42 }
wide: { width: 85.5, height: 42 } wide: { width: 85.5, height: 42 }
change-view: { width: 48, height: 42 }
change-view-2: { width: 85.5, height: 42 }
narrow: { width: 39, height: 42 } narrow: { width: 39, height: 42 }
spaceline: { width: 160.5, height: 42 } spaceline: { width: 160.5, height: 42 }
fill: { width: 238.5, height: 42 } fill: { width: 238.5, height: 42 }
@ -36,7 +38,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -49,17 +51,17 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "АБВ" label: "АБВ"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "wide" outline: "change-view-2"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 62, height: 52 }
spaceline: { width: 106.67, height: 52 } spaceline: { width: 106.67, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -34,7 +36,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -47,22 +49,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 52, height: 42 } default: { width: 52, height: 42 }
altline: { width: 77.52, height: 42 } altline: { width: 77.52, height: 42 }
wide: { width: 91.25, height: 42 } wide: { width: 91.25, height: 42 }
change-view: { width: 77.52, height: 42 }
change-view-2: { width: 91.25, height: 42 }
spaceline: { width: 157, height: 42 } spaceline: { width: 157, height: 42 }
special: { width: 64.76, height: 42 } special: { width: 64.76, height: 42 }
@ -34,7 +36,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -47,22 +49,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 62, height: 52 }
spaceline: { width: 142, height: 52 } spaceline: { width: 142, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -34,7 +36,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -47,22 +49,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 54, height: 42 } default: { width: 54, height: 42 }
altline: { width: 81, height: 42 } altline: { width: 81, height: 42 }
wide: { width: 108, height: 42 } wide: { width: 108, height: 42 }
change-view: { width: 81, height: 42 }
change-view-2: { width: 108, height: 42 }
spaceline: { width: 216, height: 42 } spaceline: { width: 216, height: 42 }
special: { width: 54, height: 42 } special: { width: 54, height: 42 }
@ -34,7 +36,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -47,22 +49,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 }
change-view-2: { width: 62, height: 52 }
spaceline: { width: 142, height: 52 } spaceline: { width: 142, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
@ -34,7 +36,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -47,22 +49,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"

View File

@ -3,6 +3,8 @@ outlines:
default: { width: 54, height: 42 } default: { width: 54, height: 42 }
altline: { width: 81, height: 42 } altline: { width: 81, height: 42 }
wide: { width: 108, height: 42 } wide: { width: 108, height: 42 }
change-view: { width: 81, height: 42 }
change-view-2: { width: 108, height: 42 }
spaceline: { width: 216, height: 42 } spaceline: { width: 216, height: 42 }
special: { width: 54, height: 42 } special: { width: 54, height: 42 }
@ -34,7 +36,7 @@ buttons:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "altline" outline: "change-view"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -47,22 +49,22 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "wide" outline: "change-view-2"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "altline" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "wide" outline: "change-view-2"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "altline" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "special"