Merge branch 'reduce-layout-changes-during-view-changes' into 'main'

Reduce layout-changes when switching views and make layouts more consistent

Closes #312

See merge request World/Phosh/squeekboard!646
This commit is contained in:
Marge Bot
2024-04-28 15:12:01 +00:00
82 changed files with 1350 additions and 985 deletions

View File

@ -11,6 +11,10 @@ sq_view.gr_polytonic {
font-size: 2em; font-size: 2em;
} }
sq_view.ir_azb {
font-size: 1.368em;
}
sq_button { sq_button {
border-radius: 4px; border-radius: 4px;
margin: 2px; margin: 2px;
@ -36,4 +40,4 @@ sq_button.small {
sq_view.pin sq_button { sq_view.pin sq_button {
border-radius: 0px; border-radius: 0px;
margin: 1px 1px 1px 1px; margin: 1px 1px 1px 1px;
} }

View File

@ -1,39 +1,41 @@
# Armenian layout created by Norayr Chilingarian # Armenian layout based on work by Norayr Chilingarian
# Yerevan # Yerevan
# Oct 2021 # Oct 2021
--- ---
outlines: outlines:
default: { width: 35.33, height: 52 } default: { width: 34.3, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52, height: 52 }
wide: { width: 32, height: 32 } wide: { width: 52, height: 52 }
change-view: { width: 52.67, height: 52 } change-view: { width: 52, height: 52 }
change-view-2: { width: 32, height: 32 } spaceline: { width: 255, height: 52 }
spaceline: { width: 142, height: 52 } special: { width: 44, height: 52 }
special: { width: 44, height: 52 } large: { width: 44, height: 52 }
placeholder: { width: 34.3, height: 52 }
views: views:
base: base:
- "՝ է թ փ ձ ջ ւ և ռ չ ճ ֊ ժ" - "՝ է թ փ ձ ջ ւ և ռ չ ճ ֊ ժ"
- "ք ո ե ր տ ը ւ ի օ պ խ ծ շ" - "ք ո ե ր տ ը ւ ի օ պ խ ծ շ"
- "ա ս դ ֆ գ հ յ կ լ " - "-- -- ա ս դ ֆ գ հ յ կ լ --"
- "Shift_L զ ղ ց վ բ ն մ ՛ BackSpace" - "Shift_L -- զ ղ ց վ բ ն մ ՛ -- BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
upper: upper:
- "՝ Է Թ Փ Ձ Ջ Ւ և Ռ Չ Ճ — Ժ" - "՝ Է Թ Փ Ձ Ջ Ւ և Ռ Չ Ճ — Ժ"
- "Ք Ո Ե Ր Տ Ը Ւ Ի Օ Պ Խ Ծ Շ" - "Ք Ո Ե Ր Տ Ը Ւ Ի Օ Պ Խ Ծ Շ"
- Ս Դ Ֆ Գ Հ Յ Կ Լ ։" - "-- -- Ա Ս Դ Ֆ Գ Հ Յ Կ Լ ։ --"
- "Shift_L Զ Ղ Ց Վ Բ Ն Մ ՞ BackSpace" - "Shift_L -- Զ Ղ Ց Վ Բ Ն Մ ՞ -- BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
numbers: numbers:
- "show_symbols , \" ' : ; ! ? BackSpace" - "-- -- -- -- -- -- -- -- --"
- "ﬓ ﬔ ﬕ ﬖ ﬗ ՟ և" - "-- ﬓ ﬔ ﬕ ﬖ ﬗ ՟ և --"
- "1 2 3 4 5 6 7 8 9 0" - "-- , \" ' : ; ! ? --"
- "show_symbols 1 2 3 4 5 6 7 8 9 0 BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
symbols: symbols:
- "show_numbers_from_symbols \\ % < > = [ ] BackSpace" - "* # \\ % < > = [ ]"
- "* # $ / & - _ + ( )" - "© $ / & - _ + ( )"
- "© ® £ € ¥ ^ ° @ { }" - "® £ € ¥ ^ ° @ { }"
- "~ ` | · √ π τ ÷ × ¶" - "show_numbers ~ ` | · √ π τ ÷ × BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
buttons: buttons:
@ -53,11 +55,6 @@ buttons:
outline: "special" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action:
set_view: "numbers"
outline: "change-view-2"
label: "123"
show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "change-view" outline: "change-view"
@ -65,7 +62,7 @@ buttons:
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "change-view-2" outline: "change-view"
label: "ԱԲԳ" label: "ԱԲԳ"
show_symbols: show_symbols:
action: action:
@ -73,7 +70,7 @@ buttons:
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "large"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -81,3 +78,6 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -1,39 +1,41 @@
# Armenian layout created by Norayr Chilingarian # Armenian layout based on work by Norayr Chilingarian
# Yerevan # Yerevan
# Oct 2021 # Oct 2021
--- ---
outlines: outlines:
default: { width: 50, height: 42 } default: { width: 51.7, height: 42 }
altline: { width: 74.54, height: 42 } altline: { width: 77.5, height: 42 }
wide: { width: 45.29, height: 32 } wide: { width: 77.5, height: 42 }
change-view: { width: 74.54, height: 42 } change-view: { width: 77.5, height: 42 }
change-view-2: { width: 45.29, height: 32 } spaceline: { width: 392, height: 42 }
spaceline: { width: 200.96, height: 42 }
special: { width: 62.27, height: 42 } special: { width: 62.27, height: 42 }
large: { width: 62.27, height: 42 }
placeholder: { width: 51.7, height: 42 }
views: views:
base: base:
- "՝ է թ փ ձ ջ ւ և ռ չ ճ ֊ ժ" - "՝ է թ փ ձ ջ ւ և ռ չ ճ ֊ ժ"
- "ք ո ե ր տ ը ւ ի օ պ խ ծ շ" - "ք ո ե ր տ ը ւ ի օ պ խ ծ շ"
- "ա ս դ ֆ գ հ յ կ լ " - "-- -- ա ս դ ֆ գ հ յ կ լ --"
- "Shift_L զ ղ ց վ բ ն մ ՛ BackSpace" - "Shift_L -- զ ղ ց վ բ ն մ ՛ -- BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
upper: upper:
- "՝ Է Թ Փ Ձ Ջ Ւ և Ռ Չ Ճ — Ժ" - "՝ Է Թ Փ Ձ Ջ Ւ և Ռ Չ Ճ — Ժ"
- "Ք Ո Ե Ր Տ Ը Ւ Ի Օ Պ Խ Ծ Շ" - "Ք Ո Ե Ր Տ Ը Ւ Ի Օ Պ Խ Ծ Շ"
- Ս Դ Ֆ Գ Հ Յ Կ Լ ։" - "-- -- Ա Ս Դ Ֆ Գ Հ Յ Կ Լ ։ --"
- "Shift_L Զ Ղ Ց Վ Բ Ն Մ ՞ BackSpace" - "Shift_L -- Զ Ղ Ց Վ Բ Ն Մ ՞ -- BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
numbers: numbers:
- "show_symbols , \" ' : ; ! ? BackSpace" - "-- -- -- -- -- -- -- -- --"
- "ﬓ ﬔ ﬕ ﬖ ﬗ ՟ և" - "-- ﬓ ﬔ ﬕ ﬖ ﬗ ՟ և --"
- "1 2 3 4 5 6 7 8 9 0" - "-- , \" ' : ; ! ? --"
- "show_symbols 1 2 3 4 5 6 7 8 9 0 BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
symbols: symbols:
- "show_numbers_from_symbols \\ % < > = [ ] BackSpace" - "* # \\ % < > = [ ]"
- "* # $ / & - _ + ( )" - "© $ / & - _ + ( )"
- "© ® £ € ¥ ^ ° @ { }" - "® £ € ¥ ^ ° @ { }"
- "~ ` | · √ π τ ÷ × ¶" - "show_numbers ~ ` | · √ π τ ÷ × BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
buttons: buttons:
@ -53,11 +55,6 @@ buttons:
outline: "special" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action:
set_view: "numbers"
outline: "change-view-2"
label: "123"
show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "change-view" outline: "change-view"
@ -65,7 +62,7 @@ buttons:
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "change-view-2" outline: "change-view"
label: "ԱԲԳ" label: "ԱԲԳ"
show_symbols: show_symbols:
action: action:
@ -73,7 +70,7 @@ buttons:
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "large"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -81,3 +78,6 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -1,39 +1,41 @@
# Armenian layout created by Norayr Chilingarian # Armenian layout based on work by Norayr Chilingarian
# Yerevan # Yerevan
# Oct 2021 # Oct 2021
--- ---
outlines: outlines:
default: { width: 35.33, height: 52 } default: { width: 34.3, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52, height: 52 }
wide: { width: 32, height: 32 } wide: { width: 52, height: 52 }
change-view: { width: 52.67, height: 52 } change-view: { width: 52, height: 52 }
change-view-2: { width: 32, height: 32 } spaceline: { width: 255, height: 52 }
spaceline: { width: 142, height: 52 } special: { width: 44, height: 52 }
special: { width: 44, height: 52 } large: { width: 44, height: 52 }
placeholder: { width: 34.3, height: 52 }
views: views:
base: base:
- "՝ ֆ ձ ֊ , ։ ՞ ՛ ) օ է ղ" - "՝ ֆ ձ ֊ , ։ ՞ ՛ ) օ է ղ"
- "ճ փ բ ս մ ո ւ կ ը թ ծ ց »" - "ճ փ բ ս մ ո ւ կ ը թ ծ ց »"
- "ջ վ գ ե ա ն ի տ հ պ ր" - "-- ջ վ գ ե ա ն ի տ հ պ ր --"
- "Shift_L ժ դ չ յ զ լ ք խ շ ռ BackSpace" - "Shift_L ժ դ չ յ զ լ ք խ շ ռ BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
upper: upper:
- "՜ Ֆ Ձ — $ … ՟ և ՚ ( Օ Է Ղ" - "՜ Ֆ Ձ — $ … ՟ և ՚ ( Օ Է Ղ"
- "Ճ Փ Բ Ս Մ Ո Ւ Կ Ը Թ Ծ Ց «" - "Ճ Փ Բ Ս Մ Ո Ւ Կ Ը Թ Ծ Ց «"
- "Ջ Վ Գ Ե Ա Ն Ի Տ Հ Պ Պ Ր" - "-- Ջ Վ Գ Ե Ա Ն Ի Տ Հ Պ Պ Ր"
- "Shift_L Ժ Դ Չ Յ Զ Լ Ք Խ Շ Ռ BackSpace" - "Shift_L Ժ Դ Չ Յ Զ Լ Ք Խ Շ Ռ BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
numbers: numbers:
- "show_symbols , \" ' : ; ! ? BackSpace" - "-- -- -- -- -- -- -- -- --"
- "ﬓ ﬔ ﬕ ﬖ ﬗ ՟ և" - "-- ﬓ ﬔ ﬕ ﬖ ﬗ ՟ և --"
- "1 2 3 4 5 6 7 8 9 0" - "-- , \" ' : ; ! ? --"
- "show_symbols 1 2 3 4 5 6 7 8 9 0 BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
symbols: symbols:
- "show_numbers_from_symbols \\ % < > = [ ] BackSpace" - "* # \\ % < > = [ ]"
- "* # $ / & - _ + ( )" - "© $ / & - _ + ( )"
- "© ® £ € ¥ ^ ° @ { }" - "® £ € ¥ ^ ° @ { }"
- "~ ` | · √ π τ ÷ × ¶" - "show_numbers ~ ` | · √ π τ ÷ × BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
buttons: buttons:
@ -53,11 +55,6 @@ buttons:
outline: "special" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action:
set_view: "numbers"
outline: "change-view-2"
label: "123"
show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "change-view" outline: "change-view"
@ -65,7 +62,7 @@ buttons:
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "change-view-2" outline: "change-view"
label: "ԱԲԳ" label: "ԱԲԳ"
show_symbols: show_symbols:
action: action:
@ -73,7 +70,7 @@ buttons:
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "large"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -81,3 +78,6 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -1,39 +1,41 @@
# Armenian layout created by Norayr Chilingarian # Armenian layout based on work by Norayr Chilingarian
# Yerevan # Yerevan
# Oct 2021 # Oct 2021
--- ---
outlines: outlines:
default: { width: 50, height: 42 } default: { width: 51.7, height: 42 }
altline: { width: 74.54, height: 42 } altline: { width: 77.5, height: 42 }
wide: { width: 45.29, height: 32 } wide: { width: 77.5, height: 42 }
change-view: { width: 74.54, height: 42 } change-view: { width: 77.5, height: 42 }
change-view-2: { width: 45.29, height: 32 } spaceline: { width: 392, height: 42 }
spaceline: { width: 200.96, height: 42 } special: { width: 62.27, height: 42 }
special: { width: 62.27, height: 42 } large: { width: 62.27, height: 42 }
placeholder: { width: 51.7, height: 42 }
views: views:
base: base:
- "՝ ֆ ձ ֊ , ։ ՞ ՛ ) օ է ղ" - "՝ ֆ ձ ֊ , ։ ՞ ՛ ) օ է ղ"
- "ճ փ բ ս մ ո ւ կ ը թ ծ ց »" - "ճ փ բ ս մ ո ւ կ ը թ ծ ց »"
- "ջ վ գ ե ա ն ի տ հ պ ր" - "-- ջ վ գ ե ա ն ի տ հ պ ր --"
- "Shift_L ժ դ չ յ զ լ ք խ շ ռ BackSpace" - "Shift_L ժ դ չ յ զ լ ք խ շ ռ BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
upper: upper:
- "՜ Ֆ Ձ — $ … ՟ և ՚ ( Օ Է Ղ" - "՜ Ֆ Ձ — $ … ՟ և ՚ ( Օ Է Ղ"
- "Ճ Փ Բ Ս Մ Ո Ւ Կ Ը Թ Ծ Ց «" - "Ճ Փ Բ Ս Մ Ո Ւ Կ Ը Թ Ծ Ց «"
- "Ջ Վ Գ Ե Ա Ն Ի Տ Հ Պ Պ Ր" - "-- Ջ Վ Գ Ե Ա Ն Ի Տ Հ Պ Պ Ր"
- "Shift_L Ժ Դ Չ Յ Զ Լ Ք Խ Շ Ռ BackSpace" - "Shift_L Ժ Դ Չ Յ Զ Լ Ք Խ Շ Ռ BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
numbers: numbers:
- "show_symbols , \" ' : ; ! ? BackSpace" - "-- -- -- -- -- -- -- -- --"
- "ﬓ ﬔ ﬕ ﬖ ﬗ ՟ և" - "-- ﬓ ﬔ ﬕ ﬖ ﬗ ՟ և --"
- "1 2 3 4 5 6 7 8 9 0" - "-- , \" ' : ; ! ? --"
- "show_symbols 1 2 3 4 5 6 7 8 9 0 BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
symbols: symbols:
- "show_numbers_from_symbols \\ % < > = [ ] BackSpace" - "* # \\ % < > = [ ]"
- "* # $ / & - _ + ( )" - "© $ / & - _ + ( )"
- "© ® £ € ¥ ^ ° @ { }" - "® £ € ¥ ^ ° @ { }"
- "~ ` | · √ π τ ÷ × ¶" - "show_numbers ~ ` | · √ π τ ÷ × BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
buttons: buttons:
@ -53,11 +55,6 @@ buttons:
outline: "special" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action:
set_view: "numbers"
outline: "change-view-2"
label: "123"
show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "change-view" outline: "change-view"
@ -65,7 +62,7 @@ buttons:
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "change-view-2" outline: "change-view"
label: "ԱԲԳ" label: "ԱԲԳ"
show_symbols: show_symbols:
action: action:
@ -73,7 +70,7 @@ buttons:
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "large"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -81,3 +78,6 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -1,13 +1,14 @@
# Maintained by: Khaled Eldoheiri <khalid@kdehairy.com> # Maintained by: Khaled Eldoheiri <khalid@kdehairy.com>
--- ---
outlines: outlines:
default: { width: 32.66, height: 52 } default: { width: 32.95, 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: { width: 48.99, height: 52 }
change-view-2: { width: 62, height: 52 } change-view-2: { width: 62, height: 52 }
spaceline: { width: 195.96, height: 52 } spaceline: { width: 195.65, height: 52 }
special: { width: 35.66, height: 52 } special: { width: 35.66, height: 52 }
fill: { width: 65.32, height: 52 }
views: views:
base: base:
@ -69,3 +70,15 @@ buttons:
outline: "altline" outline: "altline"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
5:
outline: "fill"
"&":
outline: "fill"
":":
outline: "fill"
:
outline: "fill"
¥:
outline: "fill"
">":
outline: "fill"

View File

@ -6,8 +6,9 @@ outlines:
wide: { width: 108, height: 42 } wide: { width: 108, height: 42 }
change-view: { width: 73.5, height: 42 } change-view: { width: 73.5, height: 42 }
change-view-2: { width: 108, height: 42 } change-view-2: { width: 108, height: 42 }
spaceline: { width: 324, height: 42 } spaceline: { width: 295, height: 42 }
special: { width: 49, height: 42 } special: { width: 49, height: 42 }
fill: { width: 98, height: 42 }
views: views:
base: base:
@ -69,3 +70,21 @@ buttons:
outline: "altline" outline: "altline"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
5:
outline: "fill"
text: "5"
"&":
outline: "fill"
text: "&"
":":
outline: "fill"
text: ":"
:
outline: "fill"
text: "√"
¥:
outline: "fill"
text: "¥"
">":
outline: "fill"
text: ">"

View File

@ -1,12 +1,12 @@
--- ---
outlines: outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 53, height: 52 }
wide: { width: 59, height: 52 } wide: { width: 59, height: 52 }
change-view: { width: 52.67, height: 52 } change-view: { width: 53, height: 52 }
change-view-2: { width: 59, height: 52 } change-view-2: { width: 59, height: 52 }
spaceline: { width: 140, height: 52 } spaceline: { width: 139.75, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
views: views:
base: base:

View File

@ -1,12 +1,13 @@
--- ---
outlines: outlines:
default: { width: 32.72, height: 52 } default: { width: 32.72, height: 52 }
altline: { width: 47, height: 52 } altline: { width: 50.12, height: 52 }
wide: { width: 49.09, height: 52 } wide: { width: 50.12, height: 52 }
change-view: { width: 47, height: 52 } change-view: { width: 50.12, 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 }
placeholder: { width: 32.72, height: 52 }
fill: { width: 65.44, height: 52 }
views: views:
base: base:
@ -22,13 +23,13 @@ views:
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # € % & - _ + ( )" - "@ # € % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols -- , \" ' : ; ! ? BackSpace"
- "show_letters preferences space Return" - "show_letters preferences space . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ $ ¥ ^ ° * { }" - "© ® £ $ ¥ ^ ° * { }"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "show_numbers_from_symbols -- \\ / < > = [ ] BackSpace"
- "show_letters preferences space Return" - "show_letters preferences space , Return"
buttons: buttons:
@ -50,7 +51,7 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "change-view-2" outline: "change-view"
label: "123" label: "123"
show_numbers_from_symbols: show_numbers_from_symbols:
action: action:
@ -60,7 +61,7 @@ buttons:
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "change-view-2" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
@ -74,3 +75,14 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""
5:
outline: "fill"
"&":
outline: "fill"
:
outline: "fill"
¥:
outline: "fill"

View File

@ -1,12 +1,13 @@
--- ---
outlines: outlines:
default: { width: 48, height: 42 } default: { width: 48.75, height: 42 }
altline: { width: 68.95, height: 42 } altline: { width: 73.5, height: 42 }
wide: { width: 72.01, height: 42 } wide: { width: 73.5, height: 42 }
change-view: { width: 68.95, height: 42 } change-view: { width: 73.5, height: 42 }
change-view-2: { width: 72.01, height: 42 } spaceline: { width: 292.5, height: 42 }
spaceline: { width: 271.39, height: 42 } special: { width: 48.75, height: 42 }
special: { width: 64.55, height: 42 } placeholder: { width: 48.75, height: 42 }
fill: { width: 97.5, height: 42 }
views: views:
base: base:
@ -27,7 +28,7 @@ views:
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ $ ¥ ^ ° * { }" - "© ® £ $ ¥ ^ ° * { }"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "show_numbers \\ / < > = [ ] BackSpace"
- "show_letters preferences space Return" - "show_letters preferences space Return"
@ -48,11 +49,6 @@ buttons:
outline: "special" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action:
set_view: "numbers"
outline: "change-view-2"
label: "123"
show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "change-view" outline: "change-view"
@ -60,7 +56,7 @@ buttons:
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "change-view-2" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
@ -74,3 +70,14 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""
5:
outline: "fill"
"&":
outline: "fill"
:
outline: "fill"
¥:
outline: "fill"

View File

@ -1,12 +1,13 @@
--- ---
outlines: outlines:
default: { width: 32.72, height: 52 } default: { width: 32.72, height: 52 }
altline: { width: 47, height: 52 } altline: { width: 50.12, height: 52 }
wide: { width: 49.09, height: 52 } wide: { width: 50.12, height: 52 }
change-view: { width: 47, height: 52 } change-view: { width: 50.12, 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 }
placeholder: { width: 32.72, height: 52 }
fill: { width: 65.44, height: 52 }
views: views:
base: base:
@ -23,12 +24,12 @@ views:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # € % & - _ + ( )" - "@ # € % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? ѝ BackSpace" - "show_symbols , \" ' : ; ! ? ѝ BackSpace"
- "show_letters preferences space Return" - "show_letters preferences space . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ $ ¥ ^ ° * { }" - "© ® £ $ ¥ ^ ° * { }"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "show_numbers -- \\ / < > = [ ] BackSpace"
- "show_letters preferences space Return" - "show_letters preferences space , Return"
buttons: buttons:
@ -48,11 +49,6 @@ buttons:
outline: "special" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action:
set_view: "numbers"
outline: "change-view-2"
label: "123"
show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "change-view" outline: "change-view"
@ -60,7 +56,7 @@ buttons:
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "change-view-2" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
@ -74,3 +70,14 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""
5:
outline: "fill"
"&":
outline: "fill"
:
outline: "fill"
¥:
outline: "fill"

View File

@ -1,12 +1,13 @@
--- ---
outlines: outlines:
default: { width: 48, height: 42 } default: { width: 48.75, height: 42 }
altline: { width: 68.95, height: 42 } altline: { width: 73.5, height: 42 }
wide: { width: 72.01, height: 42 } wide: { width: 73.5, height: 42 }
change-view: { width: 68.95, height: 42 } change-view: { width: 73.5, height: 42 }
change-view-2: { width: 72.01, height: 42 } spaceline: { width: 292.5, height: 42 }
spaceline: { width: 271.39, height: 42 } special: { width: 48.75, height: 42 }
special: { width: 64.55, height: 42 } placeholder: { width: 48.75, height: 42 }
fill: { width: 97.5, height: 42 }
views: views:
base: base:
@ -23,12 +24,12 @@ views:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # € % & - _ + ( )" - "@ # € % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? ѝ BackSpace" - "show_symbols , \" ' : ; ! ? ѝ BackSpace"
- "show_letters preferences space Return" - "show_letters preferences space . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ $ ¥ ^ ° * { }" - "© ® £ $ ¥ ^ ° * { }"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "show_numbers -- \\ / < > = [ ] BackSpace"
- "show_letters preferences space Return" - "show_letters preferences space , Return"
buttons: buttons:
@ -48,11 +49,6 @@ buttons:
outline: "special" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action:
set_view: "numbers"
outline: "change-view-2"
label: "123"
show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "change-view" outline: "change-view"
@ -60,7 +56,7 @@ buttons:
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "change-view-2" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
@ -74,3 +70,14 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""
5:
outline: "fill"
"&":
outline: "fill"
:
outline: "fill"
¥:
outline: "fill"

View File

@ -1,12 +1,13 @@
--- ---
outlines: outlines:
default: { width: 35.33, height: 52 } default: { width: 35.5, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 53.5, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 } change-view: { width: 53.5, height: 52 }
change-view-2: { width: 62, height: 52 } change-view-2: { width: 62, height: 52 }
spaceline: { width: 142, height: 52 } spaceline: { width: 135, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
placeholder: { width: 36, height: 52 }
views: views:
base: base:
@ -32,7 +33,7 @@ views:
eschars: eschars:
- "à â ç é è ê ë î ï ô" - "à â ç é è ê ë î ï ô"
- "ù û À Â Ç É È Ê Î Ô" - "ù û À Â Ç É È Ê Î Ô"
- "show_numbers_from_symbols ' ! ? . , BackSpace" - "show_numbers_from_symbols -- ' ! ? . , -- BackSpace"
- "show_letters preferences space show_eschars Return" - "show_letters preferences space show_eschars Return"
buttons: buttons:
@ -85,6 +86,6 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -1,12 +1,13 @@
--- ---
outlines: outlines:
default: { width: 52, height: 42 } default: { width: 53.7, height: 42 }
altline: { width: 77.52, height: 42 } altline: { width: 80.5, height: 42 }
wide: { width: 91.25, height: 42 } wide: { width: 92, height: 42 }
change-view: { width: 77.52, height: 42 } change-view: { width: 80.5, height: 42 }
change-view-2: { width: 91.25, height: 42 } change-view-2: { width: 92, height: 42 }
spaceline: { width: 209, height: 42 } spaceline: { width: 219.5, height: 42 }
special: { width: 64.76, height: 42 } special: { width: 53.7, height: 42 }
placeholder: { width: 53.7, height: 42 }
views: views:
base: base:
@ -32,7 +33,7 @@ views:
eschars: eschars:
- "à â ç é è ê ë î ï ô" - "à â ç é è ê ë î ï ô"
- "ù û À Â Ç É È Ê Î Ô" - "ù û À Â Ç É È Ê Î Ô"
- "show_numbers_from_symbols ' ! ? . , BackSpace" - "show_numbers_from_symbols -- ' ! ? . , -- BackSpace"
- "show_letters preferences space show_eschars Return" - "show_letters preferences space show_eschars Return"
buttons: buttons:
@ -85,6 +86,6 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -1,12 +1,12 @@
# Maintained by: Jordi Bossy <jordi@bossy.space>. No Copyright, enjoy! # Maintained by: Jordi Bossy <jordi@bossy.space>. No Copyright, enjoy!
--- ---
outlines: outlines:
default: { width: 35.33, height: 52 } default: { width: 35.67, height: 52 }
altline: { width: 48, height: 52 } altline: { width: 53.5, height: 52 }
wide: { width: 59, height: 52 } wide: { width: 59, height: 52 }
change-view: { width: 48, height: 52 } change-view: { width: 53.5, height: 52 }
change-view-2: { width: 59, height: 52 } change-view-2: { width: 59, height: 52 }
spaceline: { width: 70, height: 52 } spaceline: { width: 57, height: 52 }
special: { width: 28, height: 52 } special: { width: 28, height: 52 }
views: views:
@ -34,7 +34,7 @@ views:
- "à â ç é è ê î ô ù û" - "à â ç é è ê î ô ù û"
- "À Â Ç É È Ê Î Ô Ù Û" - "À Â Ç É È Ê Î Ô Ù Û"
- "show_numbers æ œ ä ë ï ö ü BackSpace" - "show_numbers æ œ ä ë ï ö ü BackSpace"
- "show_letters show_eschars preferences ñ Ñ space ° ß Return" - "show_letters show_eschars preferences ' space ° ß Return"
buttons: buttons:
Shift_L: Shift_L:
@ -80,4 +80,4 @@ buttons:
Return: Return:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"

View File

@ -1,13 +1,14 @@
# Maintained by: Jordi Bossy <jordi@bossy.space>. No Copyright, enjoy! # Maintained by: Jordi Bossy <jordi@bossy.space>. No Copyright, enjoy!
--- ---
outlines: outlines:
default: { width: 52, height: 42 } default: { width: 53.5, height: 42 }
altline: { width: 70.65, height: 42 } thin: { width: 40, height: 42 }
wide: { width: 86.84, height: 42 } altline: { width: 80, height: 42 }
change-view: { width: 70.65, height: 42 } wide: { width: 86.84, height: 42 }
change-view-2: { width: 86.84, height: 42 } change-view: { width: 80, height: 42 }
spaceline: { width: 103.03, height: 42 } change-view-2: { width: 86.84, height: 42 }
special: { width: 41.21, height: 42 } spaceline: { width: 126, height: 42 }
special: { width: 41.21, height: 42 }
views: views:
base: base:
@ -29,12 +30,12 @@ views:
- "€ $ £ ¥ % | § µ [ ]" - "€ $ £ ¥ % | § µ [ ]"
- "© ® § ` ^ { } · ¡ ¿" - "© ® § ` ^ { } · ¡ ¿"
- "show_numbers « » ÷ × “ ” „ BackSpace" - "show_numbers « » ÷ × “ ” „ BackSpace"
- "show_letters show_eschars preferences - space , . Return" - "show_letters show_eschars preferences --thin space , . Return"
eschars: eschars:
- "à â ç é è ê î ô ù û" - "à â ç é è ê î ô ù û"
- "À Â Ç É È Ê Î Ô Ù Û" - "À Â Ç É È Ê Î Ô Ù Û"
- "show_numbers æ œ ä ë ï ö ü BackSpace" - "show_numbers æ œ ä ë ï ö ü BackSpace"
- "show_letters show_eschars preferences ñ Ñ space ° ß Return" - "show_letters show_eschars preferences ' space ° ß Return"
buttons: buttons:
Shift_L: Shift_L:
@ -81,3 +82,20 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
"'":
outline: "thin"
"\"":
outline: "thin"
_:
outline: "thin"
--thin:
outline: "thin"
text: "-"
.:
outline: "thin"
",":
outline: "thin"
ß:
outline: "thin"
°:
outline: "thin"

View File

@ -9,8 +9,8 @@ outlines:
wide: { width: 64.9, height: 58 } wide: { width: 64.9, height: 58 }
change-view: { width: 52.8, height: 58 } change-view: { width: 52.8, height: 58 }
change-view-2: { width: 64.9, height: 58 } change-view-2: { width: 64.9, height: 58 }
spaceline: { width: 116.67, height: 58 } spaceline: { width: 111.75, height: 58 }
special: { width: 30.41, height: 58 } special: { width: 35.33, height: 58 }
views: views:
base: base:

View File

@ -7,38 +7,39 @@ outlines:
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 } change-view-2: { width: 35.33, height: 52 }
placeholder: { width: 35.33, height: 52 }
views: views:
base: base:
- "q w e r t y u i o p" - "q w e r t y u i o p"
- "a s d f g h j k l" - "a s d f g h j k l"
- "Shift_L z x c v b n m BackSpace" - "Shift_L z x c v b n m BackSpace"
- "show_numbers preferences show_accents space , . Return" - "show_numbers show_accents preferences space , . Return"
upper: upper:
- "Q W E R T Y U I O P" - "Q W E R T Y U I O P"
- "A S D F G H J K L" - "A S D F G H J K L"
- "Shift_L Z X C V B N M BackSpace" - "Shift_L Z X C V B N M BackSpace"
- "show_numbers preferences show_upper_accents space ! ? Return" - "show_numbers show_upper_accents preferences space ! ? Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols , \" ' : ; ! ? BackSpace"
- "show_letters preferences show_accents space , . Return" - "show_letters show_accents preferences space , . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers \\ / < > = [ ] BackSpace" - "show_numbers \\ / < > = [ ] BackSpace"
- "show_letters preferences show_accents space , . Return" - "show_letters show_accents preferences space , . Return"
accents: accents:
- "ä ě é ř ť ý ů í ó ö" - "ä ě é ř ť ý ů í ó ö"
- "á š ď ë ŕ ú ü ô ľ" - "á š ď ë ŕ ú ü ô ľ --"
- "accents_Shift_L ž ß č ç ñ ň ĺ BackSpace" - "accents_Shift_L ž ß č ç ñ ň ĺ BackSpace"
- "show_letters preferences show_accents space , . Return" - "show_letters show_accents preferences space , . Return"
upper_accents: upper_accents:
- "Ä Ě É Ř Ť Ý Ů Í Ó Ö" - "Ä Ě É Ř Ť Ý Ů Í Ó Ö"
- "Á Š Ď Ë Ŕ Ú Ü Ô Ľ" - "Á Š Ď Ë Ŕ Ú Ü Ô Ľ --"
- "accents_Shift_L Ž ẞ Č Ç Ñ Ň Ĺ BackSpace" - "accents_Shift_L Ž ẞ Č Ç Ñ Ň Ĺ BackSpace"
- "show_letters preferences show_upper_accents space , . Return" - "show_letters show_upper_accents preferences space , . Return"
buttons: buttons:
Shift_L: Shift_L:
@ -99,3 +100,6 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -7,38 +7,39 @@ outlines:
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 } change-view-2: { width: 54, height: 42 }
placeholder: { width: 54, height: 42 }
views: views:
base: base:
- "q w e r t y u i o p" - "q w e r t y u i o p"
- "a s d f g h j k l" - "a s d f g h j k l"
- "Shift_L z x c v b n m BackSpace" - "Shift_L z x c v b n m BackSpace"
- "show_numbers preferences show_accents space , . Return" - "show_numbers show_accents preferences space , . Return"
upper: upper:
- "Q W E R T Y U I O P" - "Q W E R T Y U I O P"
- "A S D F G H J K L" - "A S D F G H J K L"
- "Shift_L Z X C V B N M BackSpace" - "Shift_L Z X C V B N M BackSpace"
- "show_numbers preferences show_upper_accents space ! ? Return" - "show_numbers show_upper_accents preferences space ! ? Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols , \" ' : ; ! ? BackSpace"
- "show_letters preferences show_accents space , . Return" - "show_letters show_accents preferences space , . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers \\ / < > = [ ] BackSpace" - "show_numbers \\ / < > = [ ] BackSpace"
- "show_letters preferences show_accents space , . Return" - "show_letters show_accents preferences space , . Return"
accents: accents:
- "ä ě é ř ť ý ů í ó ö" - "ä ě é ř ť ý ů í ó ö"
- "á š ď ë ŕ ú ü ô ľ" - "á š ď ë ŕ ú ü ô ľ --"
- "accents_Shift_L ž ß č ç ñ ň ĺ BackSpace" - "accents_Shift_L ž ß č ç ñ ň ĺ BackSpace"
- "show_letters preferences show_accents space , . Return" - "show_letters show_accents preferences space , . Return"
upper_accents: upper_accents:
- "Ä Ě É Ř Ť Ý Ů Í Ó Ö" - "Ä Ě É Ř Ť Ý Ů Í Ó Ö"
- "Á Š Ď Ë Ŕ Ú Ü Ô Ľ" - "Á Š Ď Ë Ŕ Ú Ü Ô Ľ --"
- "accents_Shift_L Ž ẞ Č Ç Ñ Ň Ĺ BackSpace" - "accents_Shift_L Ž ẞ Č Ç Ñ Ň Ĺ BackSpace"
- "show_letters preferences show_upper_accents space , . Return" - "show_letters show_upper_accents preferences space , . Return"
buttons: buttons:
Shift_L: Shift_L:
@ -99,3 +100,6 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -7,38 +7,39 @@ outlines:
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 } change-view-2: { width: 35.33, height: 52 }
placeholder: { width: 35.33, height: 52 }
views: views:
base: base:
- "q w e r t z u i o p" - "q w e r t z u i o p"
- "a s d f g h j k l" - "a s d f g h j k l"
- "Shift_L y x c v b n m BackSpace" - "Shift_L y x c v b n m BackSpace"
- "show_numbers preferences show_accents space , . Return" - "show_numbers show_accents preferences space , . Return"
upper: upper:
- "Q W E R T Z U I O P" - "Q W E R T Z U I O P"
- "A S D F G H J K L" - "A S D F G H J K L"
- "Shift_L Y X C V B N M BackSpace" - "Shift_L Y X C V B N M BackSpace"
- "show_numbers preferences show_upper_accents space ! ? Return" - "show_numbers show_upper_accents preferences space ! ? Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols , \" ' : ; ! ? BackSpace"
- "show_letters preferences show_accents space , . Return" - "show_letters show_accents preferences space , . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers \\ / < > = [ ] BackSpace" - "show_numbers \\ / < > = [ ] BackSpace"
- "show_letters preferences show_accents space , . Return" - "show_letters show_accents preferences space , . Return"
accents: accents:
- "ä ě é ř ť ž ů í ó ö" - "ä ě é ř ť ž ů í ó ö"
- "á š ď ë ŕ ú ü ô ľ" - "á š ď ë ŕ ú ü ô ľ --"
- "accents_Shift_L ý ß č ç ñ ň ĺ BackSpace" - "accents_Shift_L ý ß č ç ñ ň ĺ BackSpace"
- "show_letters preferences show_accents space , . Return" - "show_letters show_accents preferences space , . Return"
upper_accents: upper_accents:
- "Ä Ě É Ř Ť Ž Ů Í Ó Ö" - "Ä Ě É Ř Ť Ž Ů Í Ó Ö"
- "Á Š Ď Ë Ŕ Ú Ü Ô Ľ" - "Á Š Ď Ë Ŕ Ú Ü Ô Ľ --"
- "accents_Shift_L Ý ẞ Č Ç Ñ Ň Ĺ BackSpace" - "accents_Shift_L Ý ẞ Č Ç Ñ Ň Ĺ BackSpace"
- "show_letters preferences show_upper_accents space , . Return" - "show_letters show_upper_accents preferences space , . Return"
buttons: buttons:
Shift_L: Shift_L:
@ -99,3 +100,6 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -7,38 +7,39 @@ outlines:
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 } change-view-2: { width: 54, height: 42 }
placeholder: { width: 54, height: 42 }
views: views:
base: base:
- "q w e r t z u i o p" - "q w e r t z u i o p"
- "a s d f g h j k l" - "a s d f g h j k l"
- "Shift_L y x c v b n m BackSpace" - "Shift_L y x c v b n m BackSpace"
- "show_numbers preferences show_accents space , . Return" - "show_numbers show_accents preferences space , . Return"
upper: upper:
- "Q W E R T Z U I O P" - "Q W E R T Z U I O P"
- "A S D F G H J K L" - "A S D F G H J K L"
- "Shift_L Y X C V B N M BackSpace" - "Shift_L Y X C V B N M BackSpace"
- "show_numbers preferences show_upper_accents space ! ? Return" - "show_numbers show_upper_accents preferences space ! ? Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols , \" ' : ; ! ? BackSpace"
- "show_letters preferences show_accents space , . Return" - "show_letters show_accents preferences space , . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers \\ / < > = [ ] BackSpace" - "show_numbers \\ / < > = [ ] BackSpace"
- "show_letters preferences show_accents space , . Return" - "show_letters show_accents preferences space , . Return"
accents: accents:
- "ä ě é ř ť ž ů í ó ö" - "ä ě é ř ť ž ů í ó ö"
- "á š ď ë ŕ ú ü ô ľ" - "á š ď ë ŕ ú ü ô ľ --"
- "accents_Shift_L ý ß č ç ñ ň ĺ BackSpace" - "accents_Shift_L ý ß č ç ñ ň ĺ BackSpace"
- "show_letters preferences show_accents space , . Return" - "show_letters show_accents preferences space , . Return"
upper_accents: upper_accents:
- "Ä Ě É Ř Ť Ž Ů Í Ó Ö" - "Ä Ě É Ř Ť Ž Ů Í Ó Ö"
- "Á Š Ď Ë Ŕ Ú Ü Ô Ľ" - "Á Š Ď Ë Ŕ Ú Ü Ô Ľ --"
- "accents_Shift_L Ý ẞ Č Ç Ñ Ň Ĺ BackSpace" - "accents_Shift_L Ý ẞ Č Ç Ñ Ň Ĺ BackSpace"
- "show_letters preferences show_upper_accents space , . Return" - "show_letters show_upper_accents preferences space , . Return"
buttons: buttons:
Shift_L: Shift_L:
@ -99,3 +100,6 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -30,7 +30,7 @@ views:
- "show_letters show_eschars preferences space , . Return" - "show_letters show_eschars preferences space , . Return"
eschars: eschars:
- "ä è é ö ü Ä È É Ö Ü" - "ä è é ö ü Ä È É Ö Ü"
- "à â ê î ô À Â È Î Ô" - "à â ê î ô À Â Ê Î Ô"
- "show_numbers « » ç Ç æ œ ß-subtle-highlight BackSpace" - "show_numbers « » ç Ç æ œ ß-subtle-highlight BackSpace"
- "show_letters show_eschars preferences space „ “ Return" - "show_letters show_eschars preferences space „ “ Return"

View File

@ -1,14 +1,17 @@
--- ---
outlines: outlines:
default: { width: 48, height: 42 } default: { width: 48.87, height: 42 }
subtle-highlight: { width: 48, height: 42 } subtle-highlight: { width: 48.87, height: 42 }
halfwidth: { width: 24, height: 42 } halfwidth: { width: 24, height: 42 }
thin: { width: 30, height: 42 } thin: { width: 30, height: 42 }
narrow: { width: 40.5, height: 42 } narrow: { width: 40.5, height: 42 }
altline: { width: 81, height: 42 } altline: { width: 82.74, height: 42 }
change-view: { width: 81, height: 42 } change-view: { width: 82.74, height: 42 }
spaceline: { width: 156, height: 42 } fill: { width: 97.74, height: 42 }
special: { width: 48, height: 42 } subtle-highlight-2: { width: 97.74, height: 42 }
spaceline: { width: 159.13, height: 42 }
special: { width: 48.87, height: 42 }
placeholder: { width: 30, height: 42 }
views: views:
base: base:
@ -24,17 +27,17 @@ views:
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # € % & - _ + ( )" - "@ # € % & - _ + ( )"
- "show_symbols ; \" ' : = < > BackSpace" - "show_symbols ; \" ' : = < > -- BackSpace"
- "show_letters show_eschars preferences space ,-narrow .-narrow Return" - "show_letters show_eschars preferences space ,-narrow .-narrow Return"
symbols: symbols:
- "~ ` ´ | · √ µ ÷ × ¶" - "~ ` ´ | · √ µ ÷ × ¶"
- "© ® £ $ ¥ ^ ° * { }" - "© ® £ $ ¥ ^ ° * { }"
- "show_numbers \\ / § π τ [ ] BackSpace" - "show_numbers \\ / § π τ [ ] -- BackSpace"
- "show_letters show_eschars preferences space ,-narrow .-narrow Return" - "show_letters show_eschars preferences space ,-narrow .-narrow Return"
eschars: eschars:
- "ä-subtle-highlight è é ö-subtle-highlight ü-subtle-highlight Ä-subtle-highlight È É Ö-subtle-highlight Ü-subtle-highlight" - "ä-subtle-highlight è é ö-subtle-highlight ü-subtle-highlight-2 Ä-subtle-highlight È É Ö-subtle-highlight Ü-subtle-highlight"
- "à â ê î ô À Â È Î Ô" - "à â ê î ô À Â Ê Î Ô"
- "show_numbers « » ç Ç æ œ ß-subtle-highlight BackSpace" - "show_numbers « » ç Ç æ œ ß-subtle-highlight -- BackSpace"
- "show_letters show_eschars preferences space „ “ Return" - "show_letters show_eschars preferences space „ “ Return"
buttons: buttons:
@ -110,8 +113,8 @@ buttons:
ö-subtle-highlight: ö-subtle-highlight:
outline: "subtle-highlight" outline: "subtle-highlight"
text: "ö" text: "ö"
ü-subtle-highlight: ü-subtle-highlight-2:
outline: "subtle-highlight" outline: "subtle-highlight-2"
text: "ü" text: "ü"
Ä-subtle-highlight: Ä-subtle-highlight:
outline: "subtle-highlight" outline: "subtle-highlight"
@ -125,3 +128,16 @@ buttons:
ß-subtle-highlight: ß-subtle-highlight:
outline: "subtle-highlight" outline: "subtle-highlight"
text: "ß" text: "ß"
--:
outline: "placeholder"
text: ""
5:
outline: "fill"
"&":
outline: "fill"
·:
outline: "fill"
¥:
outline: "fill"
ô:
outline: "fill"

View File

@ -1,31 +1,35 @@
--- ---
outlines: outlines:
default: { width: 32, height: 52 } default: { width: 32.4, height: 52 }
altline: { width: 48.39024, height: 52 } altline: { width: 48.39, height: 52 }
wide: { width: 62, height: 52 } large: { width: 48.39, height: 52 }
change-view: { width: 48.39024, height: 52 } wide: { width: 62, height: 52 }
spaceline: { width: 150.5853, height: 52 } change-view: { width: 48.39, height: 52 }
spaceline: { width: 150, height: 52 }
special: { width: 48, height: 52 }
placeholder: { width: 32, height: 52 }
fill: { width: 64, height: 52 }
views: views:
base: base:
- "q w e r t y u i o p å" - "q w e r t y u i o p å"
- "a s d f g h j k l ø æ" - "a s d f g h j k l ø æ"
- "Shift_L z x c v b n m BackSpace" - "Shift_L z x c v b n m , BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
upper: upper:
- "Q W E R T Y U I O P Å" - "Q W E R T Y U I O P Å"
- "A S D F G H J K L Ø Æ" - "A S D F G H J K L Ø Æ"
- "Shift_L Z X C V B N M BackSpace" - "Shift_L Z X C V B N M , BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols -- , \" ' : ; ! ? BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers \\ / < > = [ ] BackSpace" - "show_numbers -- \\ / < > = [ ] BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
buttons: buttons:
@ -42,7 +46,7 @@ buttons:
action: "erase" action: "erase"
preferences: preferences:
action: "show_prefs" action: "show_prefs"
outline: "change-view" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action: action:
@ -60,7 +64,7 @@ buttons:
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "altline" outline: "large"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -68,3 +72,14 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""
5:
outline: "fill"
"&":
outline: "fill"
:
outline: "fill"
¥:
outline: "fill"

View File

@ -1,31 +1,34 @@
--- ---
outlines: outlines:
default: { width: 48, height: 42 } default: { width: 48.87, height: 42 }
altline: { width: 72.58, height: 42 } altline: { width: 73.5, height: 42 }
wide: { width: 92.99, height: 42 } wide: { width: 92.99, height: 42 }
change-view: { width: 72.58, height: 42 } change-view: { width: 73.5, height: 42 }
spaceline: { width: 225.87, height: 42 } spaceline: { width: 273.5, height: 42 }
special: { width: 48.87, height: 42 }
placeholder: { width: 48.87, height: 42 }
fill: { width: 97.74, height: 42 }
views: views:
base: base:
- "q w e r t y u i o p å" - "q w e r t y u i o p å"
- "a s d f g h j k l ø æ" - "a s d f g h j k l ø æ"
- "Shift_L z x c v b n m BackSpace" - "Shift_L z x c v b n m , BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
upper: upper:
- "Q W E R T Y U I O P Å" - "Q W E R T Y U I O P Å"
- "A S D F G H J K L Ø Æ" - "A S D F G H J K L Ø Æ"
- "Shift_L Z X C V B N M BackSpace" - "Shift_L Z X C V B N M , BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols -- , \" ' : ; ! ? BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers \\ / < > = [ ] BackSpace" - "show_numbers -- \\ / < > = [ ] BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
buttons: buttons:
@ -42,7 +45,7 @@ buttons:
action: "erase" action: "erase"
preferences: preferences:
action: "show_prefs" action: "show_prefs"
outline: "change-view" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action: action:
@ -59,8 +62,6 @@ buttons:
set_view: "symbols" set_view: "symbols"
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.:
outline: "altline"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -68,3 +69,14 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""
5:
outline: "fill"
"&":
outline: "fill"
:
outline: "fill"
¥:
outline: "fill"

View File

@ -1,12 +1,12 @@
--- ---
outlines: outlines:
default: { width: 104, height: 52 } default: { width: 97.07, height: 52 }
placeholder: { width: 104, height: 52 } placeholder: { width: 97.07, height: 52 }
special: { width: 104, height: 52 } special: { width: 97.07, height: 52 }
change-view: { width: 104, height: 52 } change-view: { width: 97.07, height: 52 }
change-view-2: { width: 72.8, height: 56 } change-view-2: { width: 67.95, height: 56 }
emoji-group: { width: 104, height: 52 } emoji-group: { width: 97.07, height: 52 }
placeholder-2: { width: 520, height: 52 } placeholder-2: { width: 485.33, height: 52 }
views: views:
base: base:

View File

@ -1,19 +1,21 @@
--- ---
outlines: outlines:
default: { width: 35.33, height: 52 } default: { width: 35.67, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 54, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 54, height: 52 }
change-view: { width: 52.67, height: 52 } change-view: { width: 54, height: 52 }
change-view-2: { width: 62, height: 52 } change-view-2: { width: 62, height: 52 }
spaceline: { width: 99.67, height: 52 } spaceline: { width: 88.75, height: 52 }
special: { width: 35.33, height: 52 } special: { width: 35.67, height: 52 }
placeholder: { width: 35.67, height: 52 }
large: { width: 71.34, height: 52 }
views: views:
base: base:
- "q w e r t y u i o p" - "q w e r t y u i o p"
- "a s d f g h j k l" - "a s d f g h j k l"
- "Shift_L z x c v b n m BackSpace" - "Shift_L z x c v b n m BackSpace"
- "show_numbers show_eschars preferences space , . Return" - "show_numbers show_eschars preferences space .-large Return"
upper: upper:
- "Q W E R T Y U I O P" - "Q W E R T Y U I O P"
- "A S D F G H J K L" - "A S D F G H J K L"
@ -23,16 +25,16 @@ views:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols , \" ' : ; ! ? BackSpace"
- "show_letters preferences space . Return" - "show_letters show_eschars preferences space .-large Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers \\ / < > = [ ] BackSpace" - "show_numbers \\ / < > = [ ] BackSpace"
- "show_letters preferences space . Return" - "show_letters show_eschars preferences space , . Return"
eschars: eschars:
- "ĉ ĝ ĥ ĵ ŝ ŭ ?" - "-- -- ĉ ĝ ĥ ĵ ŝ ŭ ? --"
- "Ĉ Ĝ Ĥ Ĵ Ŝ Ŭ !" - "-- -- Ĉ Ĝ Ĥ Ĵ Ŝ Ŭ ! --"
- "show_numbers ' - 🐊 💚 🌐 . BackSpace" - "show_numbers ' \" - , . … BackSpace"
- "show_letters show_eschars preferences space „ “ Return" - "show_letters show_eschars preferences space „ “ Return"
buttons: buttons:
@ -77,6 +79,12 @@ buttons:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
Return: Return:
outline: "altline" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""
.-large:
outline: "large"
text: "."

View File

@ -1,38 +1,41 @@
--- ---
outlines: outlines:
default: { width: 52, height: 42 } default: { width: 53.75, height: 42 }
altline: { width: 77.52, height: 42 } thin: { width: 40, height: 42 }
altline: { width: 80.5, height: 42 }
wide: { width: 91.25, height: 42 } wide: { width: 91.25, height: 42 }
change-view: { width: 77.52, height: 42 } change-view: { width: 80.5, height: 42 }
change-view-2: { width: 91.25, height: 42 } change-view-2: { width: 91.25, height: 42 }
spaceline: { width: 146.7, height: 42 } spaceline: { width: 164, height: 42 }
special: { width: 52, height: 42 } special: { width: 52, height: 42 }
placeholder: { width: 53.75, height: 42 }
large: { width: 80, height: 42 }
views: views:
base: base:
- "q w e r t y u i o p" - "q w e r t y u i o p"
- "a s d f g h j k l" - "a s d f g h j k l"
- "Shift_L z x c v b n m BackSpace" - "Shift_L z x c v b n m BackSpace"
- "show_numbers show_eschars preferences space , . Return" - "show_numbers show_eschars preferences space .-large Return"
upper: upper:
- "Q W E R T Y U I O P" - "Q W E R T Y U I O P"
- "A S D F G H J K L" - "A S D F G H J K L"
- "Shift_L Z X C V B N M BackSpace" - "Shift_L Z X C V B N M BackSpace"
- "show_numbers show_eschars preferences space ! ? Return" - "show_numbers show_eschars preferences space !-thin ?-thin Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols , \" ' : ; ! ? BackSpace"
- "show_letters preferences space . Return" - "show_letters show_eschars preferences space .-large Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers \\ / < > = [ ] BackSpace" - "show_numbers \\ / < > = [ ] BackSpace"
- "show_letters preferences space . Return" - "show_letters show_eschars preferences space ,-thin .-thin Return"
eschars: eschars:
- "ĉ ĝ ĥ ĵ ŝ ŭ ?" - "-- -- ĉ ĝ ĥ ĵ ŝ ŭ ? --"
- "Ĉ Ĝ Ĥ Ĵ Ŝ Ŭ !" - "-- -- Ĉ Ĝ Ĥ Ĵ Ŝ Ŭ ! --"
- "show_numbers ' - 🐊 💚 🌐 . BackSpace" - "show_numbers ' \" - , . … BackSpace"
- "show_letters show_eschars preferences space „ “ Return" - "show_letters show_eschars preferences space „ “ Return"
buttons: buttons:
@ -80,3 +83,25 @@ buttons:
outline: "altline" outline: "altline"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""
.-large:
outline: "large"
text: "."
"!-thin":
outline: "thin"
text: "!"
?-thin:
outline: "thin"
text: "?"
",-thin":
outline: "thin"
text: ","
.-thin:
outline: "thin"
text: "."
:
outline: "thin"
:
outline: "thin"

View File

@ -1,12 +1,12 @@
--- ---
outlines: outlines:
default: { width: 35.33, height: 52 } default: { width: 35.67, 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: { width: 52.67, height: 52 }
change-view-2: { width: 62, height: 52 } change-view-2: { width: 62, height: 52 }
spaceline: { width: 99.67, height: 52 } spaceline: { width: 90, height: 52 }
special: { width: 35.33, height: 52 } special: { width: 35.67, height: 52 }
views: views:
base: base:

View File

@ -1,12 +1,12 @@
--- ---
outlines: outlines:
default: { width: 52, height: 42 } default: { width: 53.75, height: 42 }
altline: { width: 77.51, height: 42 } altline: { width: 80, height: 42 }
wide: { width: 91.25, height: 42 } wide: { width: 92, height: 42 }
change-view: { width: 77.51, height: 42 } change-view: { width: 80, height: 42 }
change-view-2: { width: 91.25, height: 42 } change-view-2: { width: 92, height: 42 }
spaceline: { width: 146.69, height: 42 } spaceline: { width: 135, height: 42 }
special: { width: 52, height: 42 } special: { width: 53.75, height: 42 }
views: views:
base: base:

View File

@ -1,12 +1,11 @@
--- ---
outlines: outlines:
default: { width: 35.33, height: 52 } default: { width: 35.67, 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: { width: 52.67, height: 52 }
change-view-2: { width: 62, height: 52 } spaceline: { width: 90, height: 52 }
spaceline: { width: 99.67, height: 52 } special: { width: 35.67, height: 52 }
special: { width: 35.33, height: 52 }
views: views:
base: base:

View File

@ -1,12 +1,11 @@
--- ---
outlines: outlines:
default: { width: 52, height: 42 } default: { width: 53.75, height: 42 }
altline: { width: 77.51, height: 42 } altline: { width: 80, height: 42 }
wide: { width: 91.25, height: 42 } wide: { width: 92, height: 42 }
change-view: { width: 77.51, height: 42 } change-view: { width: 80, height: 42 }
change-view-2: { width: 91.25, height: 42 } spaceline: { width: 135, height: 42 }
spaceline: { width: 146.69, height: 42 } special: { width: 53.75, height: 42 }
special: { width: 52, height: 42 }
views: views:
base: base:

View File

@ -1,32 +1,35 @@
--- ---
outlines: outlines:
default: { width: 32, height: 52 } default: { width: 32.4, height: 52 }
altline: { width: 48.39024, height: 52 } altline: { width: 48.39, height: 52 }
wide: { width: 62, height: 52 } large: { width: 48.39, height: 52 }
change-view: { width: 48.39024, height: 52 } wide: { width: 62, height: 52 }
change-view-2: { width: 62, height: 52 } change-view: { width: 48.39, height: 52 }
spaceline: { width: 150.5853, height: 52 } spaceline: { width: 150, height: 52 }
special: { width: 48, height: 52 }
placeholder: { width: 32, height: 52 }
fill: { width: 64, height: 52 }
views: views:
base: base:
- "q w e r t y u i o p å" - "q w e r t y u i o p å"
- "a s d f g h j k l ö ä" - "a s d f g h j k l ö ä"
- "Shift_L z x c v b n m BackSpace" - "Shift_L z x c v b n m , BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
upper: upper:
- "Q W E R T Y U I O P Å" - "Q W E R T Y U I O P Å"
- "A S D F G H J K L Ö Ä" - "A S D F G H J K L Ö Ä"
- "Shift_L Z X C V B N M BackSpace" - "Shift_L Z X C V B N M , BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols -- , \" ' : ; ! ? BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers \\ / < > = [ ] BackSpace" - "show_numbers -- \\ / < > = [ ] BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
buttons: buttons:
@ -43,7 +46,7 @@ buttons:
action: "erase" action: "erase"
preferences: preferences:
action: "show_prefs" action: "show_prefs"
outline: "change-view" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action: action:
@ -61,7 +64,7 @@ buttons:
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "altline" outline: "large"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -69,3 +72,14 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""
5:
outline: "fill"
"&":
outline: "fill"
:
outline: "fill"
¥:
outline: "fill"

View File

@ -1,32 +1,34 @@
--- ---
outlines: outlines:
default: { width: 48, height: 42 } default: { width: 48.87, height: 42 }
altline: { width: 72.59, height: 42 } altline: { width: 73.5, height: 42 }
wide: { width: 93, height: 42 } wide: { width: 92.99, height: 42 }
change-view: { width: 72.59, height: 42 } change-view: { width: 73.5, height: 42 }
change-view-2: { width: 93, height: 42 } spaceline: { width: 273.5, height: 42 }
spaceline: { width: 225.88, height: 42 } special: { width: 48.87, height: 42 }
placeholder: { width: 48.87, height: 42 }
fill: { width: 97.74, height: 42 }
views: views:
base: base:
- "q w e r t y u i o p å" - "q w e r t y u i o p å"
- "a s d f g h j k l ö ä" - "a s d f g h j k l ö ä"
- "Shift_L z x c v b n m BackSpace" - "Shift_L z x c v b n m , BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
upper: upper:
- "Q W E R T Y U I O P Å" - "Q W E R T Y U I O P Å"
- "A S D F G H J K L Ö Ä" - "A S D F G H J K L Ö Ä"
- "Shift_L Z X C V B N M BackSpace" - "Shift_L Z X C V B N M , BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols -- , \" ' : ; ! ? BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers \\ / < > = [ ] BackSpace" - "show_numbers -- \\ / < > = [ ] BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
buttons: buttons:
@ -43,7 +45,7 @@ buttons:
action: "erase" action: "erase"
preferences: preferences:
action: "show_prefs" action: "show_prefs"
outline: "change-view" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action: action:
@ -60,8 +62,6 @@ buttons:
set_view: "symbols" set_view: "symbols"
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.:
outline: "altline"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -69,3 +69,14 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""
5:
outline: "fill"
"&":
outline: "fill"
:
outline: "fill"
¥:
outline: "fill"

View File

@ -1,40 +1,41 @@
--- ---
outlines: outlines:
default: { width: 35.33, height: 52 } default: { width: 35.33, height: 52 }
small: { width: 50, height: 30 } altline: { width: 37.0, 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: { width: 37.0, height: 52 }
change-view-2: { width: 50, height: 52 } change-view-2: { width: 50, height: 52 }
spaceline: { width: 150, height: 52 } spaceline: { width: 171, height: 52 }
special: { width: 35.33, height: 52 } special: { width: 35.33, height: 52 }
large: { width: 35.33, height: 52 }
placeholder: { width: 35.33, height: 52 }
views: views:
base: base:
- "b é p o w v d l j z" - "b é p o w v d l j z"
- "a u i e c t s r n m" - "a u i e c t s r n m"
- "Shift_L y x k q g h f . BackSpace" - "Shift_L y x k q g h f . BackSpace"
- "show_numbers preferences space show_eschars Return" - "show_numbers preferences space show_eschars Return"
upper: upper:
- "B É P O W V D L J Z" - "B É P O W V D L J Z"
- "A U I E C T S R N M" - "A U I E C T S R N M"
- "Shift_L Y X K Q G H F - BackSpace" - "Shift_L Y X K Q G H F - BackSpace"
- "show_numbers preferences space : show_eschars Return" - "show_numbers preferences space show_eschars Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # € % & - _ + ( )" - "@ # € % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols -- , \" ' : ; ! ? BackSpace"
- "show_letters preferences space show_eschars Return" - "show_letters preferences space show_eschars Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ $ ¥ ^ ° * { }" - "© ® £ $ ¥ ^ ° * { }"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "show_numbers_from_symbols -- \\ / < > = [ ] BackSpace"
- "show_letters preferences space show_eschars Return" - "show_letters preferences space show_eschars Return"
eschars: eschars:
- "à â ç é è ê î ô ù û" - "à â ç é è ê î ô ù û"
- "À Â Ç É È Ê Î Ô Ù Û" - "À Â Ç É È Ê Î Ô Ù Û"
- "show_numbers_from_symbols æ œ ä ë ï ö ü BackSpace" - "show_numbers_from_symbols æ œ ä ë ï ö ü : BackSpace"
- "show_letters preferences space show_eschars Return" - "show_letters preferences space show_eschars Return"
buttons: buttons:
Shift_L: Shift_L:
@ -77,7 +78,7 @@ buttons:
locking: locking:
lock_view: "eschars" lock_view: "eschars"
unlock_view: "base" unlock_view: "base"
outline: "change-view" outline: "change-view-2"
label: "âÂ" label: "âÂ"
space: space:
outline: "spaceline" outline: "spaceline"
@ -87,4 +88,7 @@ buttons:
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
.: .:
outline: "special" outline: "large"
--:
outline: "placeholder"
text: ""

View File

@ -1,12 +1,13 @@
--- ---
outlines: outlines:
default: { width: 54, height: 42 } default: { width: 54, height: 42 }
altline: { width: 81, height: 42 } altline: { width: 54, height: 42 }
wide: { width: 100, height: 42 } wide: { width: 80, height: 42 }
change-view: { width: 81, height: 42 } change-view: { width: 54, height: 42 }
change-view-2: { width: 100, height: 42 } change-view-2: { width: 80, height: 42 }
spaceline: { width: 205, height: 42 } spaceline: { width: 272, height: 42 }
special: { width: 54, height: 42 } special: { width: 54, height: 42 }
placeholder: { width: 54, height: 42 }
views: views:
base: base:
@ -18,21 +19,21 @@ views:
- "B É P O W V D L J Z" - "B É P O W V D L J Z"
- "A U I E C T S R N M" - "A U I E C T S R N M"
- "Shift_L Y X K Q G H F - BackSpace" - "Shift_L Y X K Q G H F - BackSpace"
- "show_numbers preferences space : show_eschars Return" - "show_numbers preferences space show_eschars Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # € % & - _ + ( )" - "@ # € % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols -- , \" ' : ; ! ? BackSpace"
- "show_letters preferences space show_eschars Return" - "show_letters preferences space show_eschars Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ $ ¥ ^ ° * { }" - "© ® £ $ ¥ ^ ° * { }"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "show_numbers_from_symbols -- \\ / < > = [ ] BackSpace"
- "show_letters preferences space show_eschars Return" - "show_letters preferences space show_eschars Return"
eschars: eschars:
- "à â ç é è ê î ô ù û" - "à â ç é è ê î ô ù û"
- "À Â Ç É È Ê Î Ô Ù Û" - "À Â Ç É È Ê Î Ô Ù Û"
- "show_numbers_from_symbols æ œ ä ë ï ö ü BackSpace" - "show_numbers_from_symbols æ œ ä ë ï ö ü : BackSpace"
- "show_letters preferences space show_eschars Return" - "show_letters preferences space show_eschars Return"
buttons: buttons:
@ -85,3 +86,6 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -1,34 +1,35 @@
--- ---
outlines: outlines:
default: { width: 35.33, height: 52 } default: { width: 35.67, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 53, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 } change-view: { width: 53, height: 52 }
change-view-2: { width: 62, 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 }
large: { width: 44, height: 52 }
views: views:
base: base:
- "ქ წ ე რ ტ უ ი ო პ" - "ქ წ ე რ ტ უ ი ო პ"
- "ა ს დ ფ გ ჰ ჯ კ ლ" - "ა ს დ ფ გ ჰ ჯ კ ლ"
- "Shift_L ზ ხ ც ვ ბ ნ მ BackSpace" - "Shift_L ზ ხ ც ვ ბ ნ მ BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
upper: upper:
- "ქ ჭ ე ღ თ უ ი ო პ" - "ქ ჭ ე ღ თ უ ი ო პ"
- "ა შ დ ფ გ ჰ ჟ კ ლ" - "ა შ დ ფ გ ჰ ჟ კ ლ"
- "Shift_L ძ ხ ჩ ვ ბ ნ მ BackSpace" - "Shift_L ძ ხ ჩ ვ ბ ნ მ BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "! @ # $ % ^ & * ( )" - "! @ # $ % ^ & * ( )"
- "show_symbols - ' \" : ; , ? BackSpace" - "show_symbols - ' \" : ; , ? BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
symbols: symbols:
- "+ ÷ = / _ € £ ¥ ₾" - "+ ÷ = / _ € £ ¥ ₾"
- "~ ` | · √ π τ ° { }" - "~ ` | · √ π τ ° { }"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "show_numbers_from_symbols \\ / < > = [ ] BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
buttons: buttons:
Shift_L: Shift_L:
@ -66,11 +67,11 @@ buttons:
set_view: "symbols" set_view: "symbols"
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.:
outline: "special"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
.:
outline: "large"
Return: Return:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"

View File

@ -1,34 +1,34 @@
--- ---
outlines: outlines:
default: { width: 52, height: 42 } default: { width: 53.5, height: 42 }
altline: { width: 77.52, height: 42 } altline: { width: 80.25, height: 42 }
wide: { width: 91.26, height: 42 } wide: { width: 91.26, height: 42 }
change-view: { width: 77.52, height: 42 } change-view: { width: 80.25, height: 42 }
change-view-2: { width: 91.26, height: 42 } change-view-2: { width: 91.26, height: 42 }
spaceline: { width: 209.01, height: 42 } spaceline: { width: 245, height: 42 }
special: { width: 64.76, height: 42 } special: { width: 53.5, height: 42 }
views: views:
base: base:
- "ქ წ ე რ ტ უ ი ო პ" - "ქ წ ე რ ტ უ ი ო პ"
- "ა ს დ ფ გ ჰ ჯ კ ლ" - "ა ს დ ფ გ ჰ ჯ კ ლ"
- "Shift_L ზ ხ ც ვ ბ ნ მ BackSpace" - "Shift_L ზ ხ ც ვ ბ ნ მ BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
upper: upper:
- "ქ ჭ ე ღ თ უ ი ო პ" - "ქ ჭ ე ღ თ უ ი ო პ"
- "ა შ დ ფ გ ჰ ჟ კ ლ" - "ა შ დ ფ გ ჰ ჟ კ ლ"
- "Shift_L ძ ხ ჩ ვ ბ ნ მ BackSpace" - "Shift_L ძ ხ ჩ ვ ბ ნ მ BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "! @ # $ % ^ & * ( )" - "! @ # $ % ^ & * ( )"
- "show_symbols - ' \" : ; , ? BackSpace" - "show_symbols - ' \" : ; , ? BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
symbols: symbols:
- "+ ÷ = / _ € £ ¥ ₾" - "+ ÷ = / _ € £ ¥ ₾"
- "~ ` | · √ π τ ° { }" - "~ ` | · √ π τ ° { }"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "show_numbers_from_symbols \\ / < > = [ ] BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
buttons: buttons:
Shift_L: Shift_L:
@ -66,8 +66,6 @@ buttons:
set_view: "symbols" set_view: "symbols"
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.:
outline: "special"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -75,3 +73,6 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -4,40 +4,45 @@
# #
--- ---
outlines: outlines:
default: { width: 40, height: 60 } default: { width: 40, height: 60 }
altline: { width: 52.67, height: 60 } special: { width: 52.67, height: 60 }
wide: { width: 62, height: 60 } altline: { width: 57.5, height: 60 }
change-view: { width: 52.67, height: 60 } large: { width: 57.5, height: 60 }
change-view-2: { width: 62, height: 60 } wide: { width: 62, height: 60 }
extrawide: { width: 66, height: 60 } change-view: { width: 57.5, height: 60 }
spaceline: { width: 140, height: 60 } change-view-2: { width: 81, height: 60 }
special: { width: 44, height: 60 } character-group: { width: 72, height: 60 }
spaceline: { width: 143, height: 60 }
spaceline-2: { width: 223, height: 60 }
subtle-highlight: { width: 40, height: 60 }
placeholder: { width: 40, height: 60 }
placeholder-2: { width: 72, height: 60 }
views: views:
base: base:
- "; ς ε ρ τ υ θ ι ο π" - "; ς ε ρ τ υ θ ι ο π"
- "α σ δ φ γ η ξ κ λ show_accents" - "α σ δ φ γ η ξ κ λ show_accents"
- "Shift_L ζ χ ψ ω β ν μ BackSpace" - "Shift_L ζ χ ψ ω β ν μ BackSpace"
- "show_numbers preferences space . CommaSpecial Return" - "show_numbers preferences space . ,-subtle-highlight Return"
upper: upper:
- ": € Ε Ρ Τ Υ Θ Ι Ο Π" - ": € Ε Ρ Τ Υ Θ Ι Ο Π"
- "Α Σ Δ Φ Γ Η Ξ Κ Λ show_accents" - "Α Σ Δ Φ Γ Η Ξ Κ Λ show_accents"
- "Shift_L Ζ Χ Ψ Ω Β Ν Μ BackSpace" - "Shift_L Ζ Χ Ψ Ω Β Ν Μ BackSpace"
- "show_numbers preferences space ! ·Special Return" - "show_numbers preferences space ! ·-subtle-highlight Return"
accents: accents:
- "show_psiliordasiaandvaria show_psiliordasiaandoxia show_psiliordasia show_bariaorperispomeni show_oxia" - "show_psiliordasiaandvaria show_psiliordasiaandoxia show_psiliordasia show_bariaorperispomeni show_oxia ᾿"
- "show_PsiliOrDasiaAndVaria show_PsiliOrDasiaAndOxia show_PsiliOrDasia show_BariaOrPerispomeni show_Oxia show_base" - "show_PsiliOrDasiaAndVaria show_PsiliOrDasiaAndOxia show_PsiliOrDasia show_BariaOrPerispomeni show_Oxia show_base"
- "show_PsiliOrDasiaAndPerispomeni show_psiliordasiaandperispomeni ᾿ BackSpace" - "--- show_PsiliOrDasiaAndPerispomeni show_psiliordasiaandperispomeni --- --- BackSpace"
- "show_numbers preferences space Return" - "show_numbers preferences space-spaceline-2 Return"
oxia: oxia:
- "ά έ ή ί ϊ ΐ ό ύ ϋ ώ" - "ά έ ή ί ϊ ΐ ό ύ ϋ ώ"
- "show_Oxia ᾳ ᾴ ῃ ῄ ῳ ῴ show_base" - "show_Oxia -- ᾳ ᾴ ῃ ῄ ῳ ῴ show_base"
- "Ϗ ϐ ϑ ϗ ϖ ΰ ϕ — BackSpace" - "Ϗ ϐ ϑ ϗ ϖ ΰ ϕ — BackSpace"
- "show_numbers preferences space « » Return" - "show_numbers preferences space « » Return"
Oxia: Oxia:
- "Ά Έ Ή Ί Ϊ Ό Ύ Ϋ Ώ" - "Ά Έ Ή Ί Ϊ Ό Ύ Ϋ Ώ --"
- "show_oxia ᾼ ῌ ῼ show_base" - "show_oxia -- -- ᾼ ῌ ῼ -- -- show_base"
- "Ϗ ϐ ϑ ϗ ϖ ϕ — BackSpace" - "Ϗ ϐ ϑ ϗ ϖ -- ϕ — BackSpace"
- "show_numbers preferences space « » Return" - "show_numbers preferences space « » Return"
bariaorperispomeni: bariaorperispomeni:
- "ὰ ὲ ὴ ὶ ῒ ὸ ὺ ὼ ῐ ῑ" - "ὰ ὲ ὴ ὶ ῒ ὸ ὺ ὼ ῐ ῑ"
@ -45,66 +50,68 @@ views:
- "ᾶ ᾷ ῆ ῖ ῗ ῦ ῧ ῶ ῡ BackSpace" - "ᾶ ᾷ ῆ ῖ ῗ ῦ ῧ ῶ ῡ BackSpace"
- "show_numbers preferences space ῇ ῷ Return" - "show_numbers preferences space ῇ ῷ Return"
BariaOrPerispomeni: BariaOrPerispomeni:
- "Ὰ Ὲ Ὴ Ὶ Ὸ Ὺ Ὼ" - "-- Ὰ Ὲ Ὴ Ὶ Ὸ Ὺ Ὼ -- --"
- "show_bariaorperispomeni ᾼ ῌ ῼ show_base" - "show_bariaorperispomeni -- -- ᾼ ῌ ῼ -- -- show_base"
- "show_numbers preferences space BackSpace Return" - "--- -- -- -- -- -- -- -- BackSpace"
- "show_numbers preferences space-spaceline-2 Return"
psiliordasia: psiliordasia:
- "ἀ ἐ ἠ ἰ ὀ ὐ ὠ ᾀ ᾐ ᾠ" - "ἀ ἐ ἠ ἰ ὀ ὐ ὠ ᾀ ᾐ ᾠ"
- "show_PsiliOrDasia ἁ ἑ ἡ ἱ ὁ ὑ ὡ show_base" - "show_PsiliOrDasia ἁ ἑ ἡ ἱ ὁ ὑ ὡ show_base"
- "ᾁ ᾑ ᾡ ῤ ῥ BackSpace" - "--- ᾁ ᾑ ᾡ ῤ ῥ -- -- BackSpace"
- "show_numbers preferences space Return" - "show_numbers preferences space-spaceline-2 Return"
PsiliOrDasia: PsiliOrDasia:
- "Ἀ Ἐ Ἠ Ἰ Ὀ Ὠ ᾈ ᾘ ᾨ" - "Ἀ Ἐ Ἠ Ἰ Ὀ Ὠ ᾈ ᾘ ᾨ --"
- "show_psiliordasia Ἁ Ἑ Ἡ Ἱ Ὁ Ὑ Ὡ show_base" - "show_psiliordasia Ἁ Ἑ Ἡ Ἱ Ὁ Ὑ Ὡ show_base"
- "ᾉ ᾙ ᾩ Ῥ BackSpace" - "--- -- ᾉ ᾙ ᾩ Ῥ -- -- BackSpace"
- "show_numbers preferences space Return" - "show_numbers preferences space-spaceline-2 Return"
psiliordasiaandoxia: psiliordasiaandoxia:
- "ἄ ἔ ἤ ἴ ὄ ὔ ὤ ᾄ ᾔ ᾤ" - "ἄ ἔ ἤ ἴ ὄ ὔ ὤ ᾄ ᾔ ᾤ"
- "show_PsiliOrDasiaAndOxia ἅ ἕ ἥ ἵ ὅ ὕ ὥ show_base" - "show_PsiliOrDasiaAndOxia ἅ ἕ ἥ ἵ ὅ ὕ ὥ show_base"
- "ᾅ ᾕ ᾥ BackSpace" - "--- -- ᾅ ᾕ ᾥ -- -- -- BackSpace"
- "show_numbers preferences space Return" - "show_numbers preferences space-spaceline-2 Return"
PsiliOrDasiaAndOxia: PsiliOrDasiaAndOxia:
- "Ἄ Ἔ Ἤ Ἴ Ὄ Ὤ ᾌ ᾜ ᾬ" - "Ἄ Ἔ Ἤ Ἴ Ὄ Ὤ ᾌ ᾜ ᾬ --"
- "show_psiliordasiaandoxia Ἅ Ἕ Ἥ Ἵ Ὅ Ὕ Ὥ show_base" - "show_psiliordasiaandoxia Ἅ Ἕ Ἥ Ἵ Ὅ Ὕ Ὥ show_base"
- "ᾍ ᾝ ᾭ BackSpace" - "--- -- ᾍ ᾝ ᾭ -- -- -- BackSpace"
- "show_numbers preferences space Return" - "show_numbers preferences space-spaceline-2 Return"
psiliordasiaandvaria: psiliordasiaandvaria:
- "ἂ ἒ ἢ ἲ ὂ ὒ ὢ ᾂ ᾒ ᾢ" - "ἂ ἒ ἢ ἲ ὂ ὒ ὢ ᾂ ᾒ ᾢ"
- "show_PsiliOrDasiaAndVaria ἃ ἓ ἣ ἳ ὃ ὓ ὣ show_base" - "show_PsiliOrDasiaAndVaria ἃ ἓ ἣ ἳ ὃ ὓ ὣ show_base"
- "ᾃ ᾓ ᾣ BackSpace" - "--- -- ᾃ ᾓ ᾣ -- -- -- BackSpace"
- "show_numbers preferences space Return" - "show_numbers preferences space-spaceline-2 Return"
PsiliOrDasiaAndVaria: PsiliOrDasiaAndVaria:
- "Ἂ Ἒ Ἢ Ἲ Ὂ Ὢ ᾊ ᾚ ᾪ" - "Ἂ Ἒ Ἢ Ἲ Ὂ Ὢ ᾊ ᾚ ᾪ --"
- "show_psiliordasiaandvaria Ἃ Ἓ Ἣ Ἳ Ὃ Ὓ Ὣ show_base" - "show_psiliordasiaandvaria Ἃ Ἓ Ἣ Ἳ Ὃ Ὓ Ὣ show_base"
- "ᾋ ᾛ ᾫ BackSpace" - "--- -- ᾋ ᾛ ᾫ -- -- -- BackSpace"
- "show_numbers preferences space Return" - "show_numbers preferences space-spaceline-2 Return"
psiliordasiaandperispomeni: psiliordasiaandperispomeni:
- "ἆ ἦ ἶ ὖ ὦ ᾆ ᾖ ᾦ" - "-- ἆ ἦ ἶ ὖ ὦ ᾆ ᾖ ᾦ --"
- "show_PsiliOrDasiaAndPerispomeni ἇ ἧ ἷ ὗ ὧ show_base" - "show_PsiliOrDasiaAndPerispomeni -- ἇ ἧ ἷ ὗ ὧ -- show_base"
- "ᾇ ᾗ ᾧ BackSpace" - "--- -- ᾇ ᾗ ᾧ -- -- -- BackSpace"
- "show_numbers preferences space Return" - "show_numbers preferences space-spaceline-2 Return"
PsiliOrDasiaAndPerispomeni: PsiliOrDasiaAndPerispomeni:
- "Ἆ Ἦ Ἶ Ὦ ᾎ ᾞ ᾮ" - "-- Ἆ Ἦ Ἶ Ὦ ᾎ ᾞ ᾮ -- --"
- "show_psiliordasiaandperispomeni Ἇ Ἧ Ἷ Ὗ Ὧ show_base" - "show_psiliordasiaandperispomeni -- Ἇ Ἧ Ἷ Ὗ Ὧ -- show_base"
- "ᾏ ᾟ ᾯ BackSpace" - "--- -- ᾏ ᾟ ᾯ -- -- -- BackSpace"
- "show_numbers preferences space Return" - "show_numbers preferences space-spaceline-2 Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols CommaSpecial \" ' : ; ! ? BackSpace" - "show_symbols ,-subtle-highlight \" ' : ; ! ? BackSpace"
- "show_letters preferences space . CommaSpecial Return" - "show_letters preferences space . ,-subtle-highlight Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers \\ / < > = [ ] BackSpace" - "show_numbers \\ / < > = [ ] BackSpace"
- "show_letters preferences space . CommaSpecial Return" - "show_letters preferences space . ,-subtle-highlight Return"
buttons: buttons:
Shift_L: Shift_L:
action: action:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "change-view" outline: "change-view-2"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -112,67 +119,67 @@ buttons:
action: "erase" action: "erase"
preferences: preferences:
action: "show_prefs" action: "show_prefs"
outline: "altline" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_oxia: show_oxia:
action: action:
set_view: "oxia" set_view: "oxia"
outline: "extrawide" outline: "character-group"
label: " ΅" label: " ΅"
show_Oxia: show_Oxia:
action: action:
set_view: "Oxia" set_view: "Oxia"
outline: "extrawide" outline: "character-group"
label: "´¨↑" label: "´¨↑"
show_bariaorperispomeni: show_bariaorperispomeni:
action: action:
set_view: "bariaorperispomeni" set_view: "bariaorperispomeni"
outline: "extrawide" outline: "character-group"
label: " " label: " "
show_BariaOrPerispomeni: show_BariaOrPerispomeni:
action: action:
set_view: "BariaOrPerispomeni" set_view: "BariaOrPerispomeni"
outline: "extrawide" outline: "character-group"
label: "`῀↑" label: "`῀↑"
show_psiliordasia: show_psiliordasia:
action: action:
set_view: "psiliordasia" set_view: "psiliordasia"
outline: "extrawide" outline: "character-group"
label: "᾿ " label: "᾿ "
show_PsiliOrDasia: show_PsiliOrDasia:
action: action:
set_view: "PsiliOrDasia" set_view: "PsiliOrDasia"
outline: "extrawide" outline: "character-group"
label: "᾿῾↑" label: "᾿῾↑"
show_psiliordasiaandoxia: show_psiliordasiaandoxia:
action: action:
set_view: "psiliordasiaandoxia" set_view: "psiliordasiaandoxia"
outline: "extrawide" outline: "character-group"
label: "῎ ῞" label: "῎ ῞"
show_PsiliOrDasiaAndOxia: show_PsiliOrDasiaAndOxia:
action: action:
set_view: "PsiliOrDasiaAndOxia" set_view: "PsiliOrDasiaAndOxia"
outline: "extrawide" outline: "character-group"
label: "῎῞↑" label: "῎῞↑"
show_psiliordasiaandvaria: show_psiliordasiaandvaria:
action: action:
set_view: "psiliordasiaandvaria" set_view: "psiliordasiaandvaria"
outline: "extrawide" outline: "character-group"
label: "῍ ῝" label: "῍ ῝"
show_PsiliOrDasiaAndVaria: show_PsiliOrDasiaAndVaria:
action: action:
set_view: "PsiliOrDasiaAndVaria" set_view: "PsiliOrDasiaAndVaria"
outline: "extrawide" outline: "character-group"
label: "῍῝↑" label: "῍῝↑"
show_psiliordasiaandperispomeni: show_psiliordasiaandperispomeni:
action: action:
set_view: "psiliordasiaandperispomeni" set_view: "psiliordasiaandperispomeni"
outline: "extrawide" outline: "character-group"
label: "῏ ῟" label: "῏ ῟"
show_PsiliOrDasiaAndPerispomeni: show_PsiliOrDasiaAndPerispomeni:
action: action:
set_view: "PsiliOrDasiaAndPerispomeni" set_view: "PsiliOrDasiaAndPerispomeni"
outline: "extrawide" outline: "character-group"
label: "῏῟↑" label: "῏῟↑"
show_numbers: show_numbers:
action: action:
@ -187,7 +194,7 @@ buttons:
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "change-view" outline: "change-view-2"
label: "*/=" label: "*/="
show_accents: show_accents:
action: action:
@ -209,22 +216,33 @@ buttons:
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
.: .:
outline: "special" outline: "subtle-highlight"
·Special: ·-subtle-highlight:
outline: "special" outline: "subtle-highlight"
text: "·" text: "·"
CommaSpecial: ",-subtle-highlight":
outline: "special" outline: "subtle-highlight"
text: "," text: ","
":": ":":
outline: "special" outline: "subtle-highlight"
;: ;:
outline: "special" outline: "subtle-highlight"
"!": "!":
outline: "special" outline: "subtle-highlight"
«: «:
outline: "special" outline: "subtle-highlight"
»: »:
outline: "special" outline: "subtle-highlight"
: :
outline: "special" outline: "subtle-highlight"
space-spaceline-2:
outline: "spaceline-2"
text: " "
--:
outline: "placeholder"
text: ""
---:
outline: "placeholder-2"
text: ""
᾿:
outline: "large"

View File

@ -4,40 +4,45 @@
# #
--- ---
outlines: outlines:
default: { width: 74, height: 60 } default: { width: 74, height: 60 }
altline: { width: 97.44, height: 60 } special: { width: 74, height: 60 }
wide: { width: 114.7, height: 60 } altline: { width: 97.44, height: 60 }
change-view: { width: 97.44, height: 60 } large: { width: 97.44, height: 60 }
change-view-2: { width: 114.7, height: 60 } wide: { width: 114.7, height: 60 }
extrawide: { width: 122.1, height: 60 } change-view: { width: 97.44, height: 60 }
spaceline: { width: 259, height: 60 } change-view-2: { width: 114.7, height: 60 }
special: { width: 81.4, height: 60 } character-group: { width: 122.1, height: 60 }
spaceline: { width: 279, height: 60 }
spaceline-2: { width: 427, height: 60 }
subtle-highlight: { width: 74, height: 60 }
placeholder: { width: 74, height: 60 }
placeholder-2: { width: 122.1, height: 60 }
views: views:
base: base:
- "; ς ε ρ τ υ θ ι ο π" - "; ς ε ρ τ υ θ ι ο π"
- "α σ δ φ γ η ξ κ λ show_accents" - "α σ δ φ γ η ξ κ λ show_accents"
- "Shift_L ζ χ ψ ω β ν μ BackSpace" - "Shift_L ζ χ ψ ω β ν μ BackSpace"
- "show_numbers preferences space . CommaSpecial Return" - "show_numbers preferences space . ,-subtle-highlight Return"
upper: upper:
- ": € Ε Ρ Τ Υ Θ Ι Ο Π" - ": € Ε Ρ Τ Υ Θ Ι Ο Π"
- "Α Σ Δ Φ Γ Η Ξ Κ Λ show_accents" - "Α Σ Δ Φ Γ Η Ξ Κ Λ show_accents"
- "Shift_L Ζ Χ Ψ Ω Β Ν Μ BackSpace" - "Shift_L Ζ Χ Ψ Ω Β Ν Μ BackSpace"
- "show_numbers preferences space ! ·Special Return" - "show_numbers preferences space ! ·-subtle-highlight Return"
accents: accents:
- "show_psiliordasiaandvaria show_psiliordasiaandoxia show_psiliordasia show_bariaorperispomeni show_oxia" - "show_psiliordasiaandvaria show_psiliordasiaandoxia show_psiliordasia show_bariaorperispomeni show_oxia ᾿"
- "show_PsiliOrDasiaAndVaria show_PsiliOrDasiaAndOxia show_PsiliOrDasia show_BariaOrPerispomeni show_Oxia show_base" - "show_PsiliOrDasiaAndVaria show_PsiliOrDasiaAndOxia show_PsiliOrDasia show_BariaOrPerispomeni show_Oxia show_base"
- "show_PsiliOrDasiaAndPerispomeni show_psiliordasiaandperispomeni ᾿ BackSpace" - "--- show_PsiliOrDasiaAndPerispomeni show_psiliordasiaandperispomeni --- --- BackSpace"
- "show_numbers preferences space Return" - "show_numbers preferences space-spaceline-2 Return"
oxia: oxia:
- "ά έ ή ί ϊ ΐ ό ύ ϋ ώ" - "ά έ ή ί ϊ ΐ ό ύ ϋ ώ"
- "show_Oxia ᾳ ᾴ ῃ ῄ ῳ ῴ show_base" - "show_Oxia -- ᾳ ᾴ ῃ ῄ ῳ ῴ show_base"
- "Ϗ ϐ ϑ ϗ ϖ ΰ ϕ — BackSpace" - "Ϗ ϐ ϑ ϗ ϖ ΰ ϕ — BackSpace"
- "show_numbers preferences space « » Return" - "show_numbers preferences space « » Return"
Oxia: Oxia:
- "Ά Έ Ή Ί Ϊ Ό Ύ Ϋ Ώ" - "Ά Έ Ή Ί Ϊ Ό Ύ Ϋ Ώ --"
- "show_oxia ᾼ ῌ ῼ show_base" - "show_oxia -- -- ᾼ ῌ ῼ -- -- show_base"
- "Ϗ ϐ ϑ ϗ ϖ ϕ — BackSpace" - "Ϗ ϐ ϑ ϗ ϖ -- ϕ — BackSpace"
- "show_numbers preferences space « » Return" - "show_numbers preferences space « » Return"
bariaorperispomeni: bariaorperispomeni:
- "ὰ ὲ ὴ ὶ ῒ ὸ ὺ ὼ ῐ ῑ" - "ὰ ὲ ὴ ὶ ῒ ὸ ὺ ὼ ῐ ῑ"
@ -45,66 +50,68 @@ views:
- "ᾶ ᾷ ῆ ῖ ῗ ῦ ῧ ῶ ῡ BackSpace" - "ᾶ ᾷ ῆ ῖ ῗ ῦ ῧ ῶ ῡ BackSpace"
- "show_numbers preferences space ῇ ῷ Return" - "show_numbers preferences space ῇ ῷ Return"
BariaOrPerispomeni: BariaOrPerispomeni:
- "Ὰ Ὲ Ὴ Ὶ Ὸ Ὺ Ὼ" - "-- Ὰ Ὲ Ὴ Ὶ Ὸ Ὺ Ὼ -- --"
- "show_bariaorperispomeni ᾼ ῌ ῼ show_base" - "show_bariaorperispomeni -- -- ᾼ ῌ ῼ -- -- show_base"
- "show_numbers preferences space BackSpace Return" - "--- -- -- -- -- -- -- -- BackSpace"
- "show_numbers preferences space-spaceline-2 Return"
psiliordasia: psiliordasia:
- "ἀ ἐ ἠ ἰ ὀ ὐ ὠ ᾀ ᾐ ᾠ" - "ἀ ἐ ἠ ἰ ὀ ὐ ὠ ᾀ ᾐ ᾠ"
- "show_PsiliOrDasia ἁ ἑ ἡ ἱ ὁ ὑ ὡ show_base" - "show_PsiliOrDasia ἁ ἑ ἡ ἱ ὁ ὑ ὡ show_base"
- "ᾁ ᾑ ᾡ ῤ ῥ BackSpace" - "--- ᾁ ᾑ ᾡ ῤ ῥ -- -- BackSpace"
- "show_numbers preferences space Return" - "show_numbers preferences space-spaceline-2 Return"
PsiliOrDasia: PsiliOrDasia:
- "Ἀ Ἐ Ἠ Ἰ Ὀ Ὠ ᾈ ᾘ ᾨ" - "Ἀ Ἐ Ἠ Ἰ Ὀ Ὠ ᾈ ᾘ ᾨ --"
- "show_psiliordasia Ἁ Ἑ Ἡ Ἱ Ὁ Ὑ Ὡ show_base" - "show_psiliordasia Ἁ Ἑ Ἡ Ἱ Ὁ Ὑ Ὡ show_base"
- "ᾉ ᾙ ᾩ Ῥ BackSpace" - "--- -- ᾉ ᾙ ᾩ Ῥ -- -- BackSpace"
- "show_numbers preferences space Return" - "show_numbers preferences space-spaceline-2 Return"
psiliordasiaandoxia: psiliordasiaandoxia:
- "ἄ ἔ ἤ ἴ ὄ ὔ ὤ ᾄ ᾔ ᾤ" - "ἄ ἔ ἤ ἴ ὄ ὔ ὤ ᾄ ᾔ ᾤ"
- "show_PsiliOrDasiaAndOxia ἅ ἕ ἥ ἵ ὅ ὕ ὥ show_base" - "show_PsiliOrDasiaAndOxia ἅ ἕ ἥ ἵ ὅ ὕ ὥ show_base"
- "ᾅ ᾕ ᾥ BackSpace" - "--- -- ᾅ ᾕ ᾥ -- -- -- BackSpace"
- "show_numbers preferences space Return" - "show_numbers preferences space-spaceline-2 Return"
PsiliOrDasiaAndOxia: PsiliOrDasiaAndOxia:
- "Ἄ Ἔ Ἤ Ἴ Ὄ Ὤ ᾌ ᾜ ᾬ" - "Ἄ Ἔ Ἤ Ἴ Ὄ Ὤ ᾌ ᾜ ᾬ --"
- "show_psiliordasiaandoxia Ἅ Ἕ Ἥ Ἵ Ὅ Ὕ Ὥ show_base" - "show_psiliordasiaandoxia Ἅ Ἕ Ἥ Ἵ Ὅ Ὕ Ὥ show_base"
- "ᾍ ᾝ ᾭ BackSpace" - "--- -- ᾍ ᾝ ᾭ -- -- -- BackSpace"
- "show_numbers preferences space Return" - "show_numbers preferences space-spaceline-2 Return"
psiliordasiaandvaria: psiliordasiaandvaria:
- "ἂ ἒ ἢ ἲ ὂ ὒ ὢ ᾂ ᾒ ᾢ" - "ἂ ἒ ἢ ἲ ὂ ὒ ὢ ᾂ ᾒ ᾢ"
- "show_PsiliOrDasiaAndVaria ἃ ἓ ἣ ἳ ὃ ὓ ὣ show_base" - "show_PsiliOrDasiaAndVaria ἃ ἓ ἣ ἳ ὃ ὓ ὣ show_base"
- "ᾃ ᾓ ᾣ BackSpace" - "--- -- ᾃ ᾓ ᾣ -- -- -- BackSpace"
- "show_numbers preferences space Return" - "show_numbers preferences space-spaceline-2 Return"
PsiliOrDasiaAndVaria: PsiliOrDasiaAndVaria:
- "Ἂ Ἒ Ἢ Ἲ Ὂ Ὢ ᾊ ᾚ ᾪ" - "Ἂ Ἒ Ἢ Ἲ Ὂ Ὢ ᾊ ᾚ ᾪ --"
- "show_psiliordasiaandvaria Ἃ Ἓ Ἣ Ἳ Ὃ Ὓ Ὣ show_base" - "show_psiliordasiaandvaria Ἃ Ἓ Ἣ Ἳ Ὃ Ὓ Ὣ show_base"
- "ᾋ ᾛ ᾫ BackSpace" - "--- -- ᾋ ᾛ ᾫ -- -- -- BackSpace"
- "show_numbers preferences space Return" - "show_numbers preferences space-spaceline-2 Return"
psiliordasiaandperispomeni: psiliordasiaandperispomeni:
- "ἆ ἦ ἶ ὖ ὦ ᾆ ᾖ ᾦ" - "-- ἆ ἦ ἶ ὖ ὦ ᾆ ᾖ ᾦ --"
- "show_PsiliOrDasiaAndPerispomeni ἇ ἧ ἷ ὗ ὧ show_base" - "show_PsiliOrDasiaAndPerispomeni -- ἇ ἧ ἷ ὗ ὧ -- show_base"
- "ᾇ ᾗ ᾧ BackSpace" - "--- -- ᾇ ᾗ ᾧ -- -- -- BackSpace"
- "show_numbers preferences space Return" - "show_numbers preferences space-spaceline-2 Return"
PsiliOrDasiaAndPerispomeni: PsiliOrDasiaAndPerispomeni:
- "Ἆ Ἦ Ἶ Ὦ ᾎ ᾞ ᾮ" - "-- Ἆ Ἦ Ἶ Ὦ ᾎ ᾞ ᾮ -- --"
- "show_psiliordasiaandperispomeni Ἇ Ἧ Ἷ Ὗ Ὧ show_base" - "show_psiliordasiaandperispomeni -- Ἇ Ἧ Ἷ Ὗ Ὧ -- show_base"
- "ᾏ ᾟ ᾯ BackSpace" - "--- -- ᾏ ᾟ ᾯ -- -- -- BackSpace"
- "show_numbers preferences space Return" - "show_numbers preferences space-spaceline-2 Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols CommaSpecial \" ' : ; ! ? BackSpace" - "show_symbols ,-subtle-highlight \" ' : ; ! ? BackSpace"
- "show_letters preferences space . CommaSpecial Return" - "show_letters preferences space . ,-subtle-highlight Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers \\ / < > = [ ] BackSpace" - "show_numbers \\ / < > = [ ] BackSpace"
- "show_letters preferences space . CommaSpecial Return" - "show_letters preferences space . ,-subtle-highlight Return"
buttons: buttons:
Shift_L: Shift_L:
action: action:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "change-view" outline: "change-view-2"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -112,67 +119,67 @@ buttons:
action: "erase" action: "erase"
preferences: preferences:
action: "show_prefs" action: "show_prefs"
outline: "altline" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_oxia: show_oxia:
action: action:
set_view: "oxia" set_view: "oxia"
outline: "extrawide" outline: "character-group"
label: " ΅" label: " ΅"
show_Oxia: show_Oxia:
action: action:
set_view: "Oxia" set_view: "Oxia"
outline: "extrawide" outline: "character-group"
label: "´¨↑" label: "´¨↑"
show_bariaorperispomeni: show_bariaorperispomeni:
action: action:
set_view: "bariaorperispomeni" set_view: "bariaorperispomeni"
outline: "extrawide" outline: "character-group"
label: " " label: " "
show_BariaOrPerispomeni: show_BariaOrPerispomeni:
action: action:
set_view: "BariaOrPerispomeni" set_view: "BariaOrPerispomeni"
outline: "extrawide" outline: "character-group"
label: "`῀↑" label: "`῀↑"
show_psiliordasia: show_psiliordasia:
action: action:
set_view: "psiliordasia" set_view: "psiliordasia"
outline: "extrawide" outline: "character-group"
label: "᾿ " label: "᾿ "
show_PsiliOrDasia: show_PsiliOrDasia:
action: action:
set_view: "PsiliOrDasia" set_view: "PsiliOrDasia"
outline: "extrawide" outline: "character-group"
label: "᾿῾↑" label: "᾿῾↑"
show_psiliordasiaandoxia: show_psiliordasiaandoxia:
action: action:
set_view: "psiliordasiaandoxia" set_view: "psiliordasiaandoxia"
outline: "extrawide" outline: "character-group"
label: "῎ ῞" label: "῎ ῞"
show_PsiliOrDasiaAndOxia: show_PsiliOrDasiaAndOxia:
action: action:
set_view: "PsiliOrDasiaAndOxia" set_view: "PsiliOrDasiaAndOxia"
outline: "extrawide" outline: "character-group"
label: "῎῞↑" label: "῎῞↑"
show_psiliordasiaandvaria: show_psiliordasiaandvaria:
action: action:
set_view: "psiliordasiaandvaria" set_view: "psiliordasiaandvaria"
outline: "extrawide" outline: "character-group"
label: "῍ ῝" label: "῍ ῝"
show_PsiliOrDasiaAndVaria: show_PsiliOrDasiaAndVaria:
action: action:
set_view: "PsiliOrDasiaAndVaria" set_view: "PsiliOrDasiaAndVaria"
outline: "extrawide" outline: "character-group"
label: "῍῝↑" label: "῍῝↑"
show_psiliordasiaandperispomeni: show_psiliordasiaandperispomeni:
action: action:
set_view: "psiliordasiaandperispomeni" set_view: "psiliordasiaandperispomeni"
outline: "extrawide" outline: "character-group"
label: "῏ ῟" label: "῏ ῟"
show_PsiliOrDasiaAndPerispomeni: show_PsiliOrDasiaAndPerispomeni:
action: action:
set_view: "PsiliOrDasiaAndPerispomeni" set_view: "PsiliOrDasiaAndPerispomeni"
outline: "extrawide" outline: "character-group"
label: "῏῟↑" label: "῏῟↑"
show_numbers: show_numbers:
action: action:
@ -187,7 +194,7 @@ buttons:
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "change-view" outline: "change-view-2"
label: "*/=" label: "*/="
show_accents: show_accents:
action: action:
@ -209,22 +216,33 @@ buttons:
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
.: .:
outline: "special" outline: "subtle-highlight"
·Special: ·-subtle-highlight:
outline: "special" outline: "subtle-highlight"
text: "·" text: "·"
CommaSpecial: ",-subtle-highlight":
outline: "special" outline: "subtle-highlight"
text: "," text: ","
":": ":":
outline: "special" outline: "subtle-highlight"
;: ;:
outline: "special" outline: "subtle-highlight"
"!": "!":
outline: "special" outline: "subtle-highlight"
«: «:
outline: "special" outline: "subtle-highlight"
»: »:
outline: "special" outline: "subtle-highlight"
: :
outline: "special" outline: "subtle-highlight"
space-spaceline-2:
outline: "spaceline-2"
text: " "
--:
outline: "placeholder"
text: ""
---:
outline: "placeholder-2"
text: ""
᾿:
outline: "large"

View File

@ -4,47 +4,47 @@
# Edited by Sotiris Papadopoulos, sotirios.papadopoulos@inserm.fr # Edited by Sotiris Papadopoulos, sotirios.papadopoulos@inserm.fr
--- ---
outlines: 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: { width: 52.67, height: 60 }
change-view-2: { width: 62, height: 60 } change-view-2: { width: 62, height: 60 }
spaceline: { width: 140, height: 60 } spaceline: { width: 138, height: 60 }
special: { width: 44, height: 60 } subtle-highlight: { width: 40, height: 60 }
views: views:
base: base:
- "; ς ε ρ τ υ θ ι ο π" - "; ς ε ρ τ υ θ ι ο π"
- "α σ δ φ γ η ξ κ λ show_accented" - "α σ δ φ γ η ξ κ λ show_accented"
- "Shift_L ζ χ ψ ω β ν μ BackSpace" - "Shift_L ζ χ ψ ω β ν μ BackSpace"
- "show_numbers preferences space . CommaSpecial Return" - "show_numbers preferences space . ,-subtle-highlight Return"
upper: upper:
- ": ! Ε Ρ Τ Υ Θ Ι Ο Π" - ": ! Ε Ρ Τ Υ Θ Ι Ο Π"
- "Α Σ Δ Φ Γ Η Ξ Κ Λ show_accented" - "Α Σ Δ Φ Γ Η Ξ Κ Λ show_accented"
- "Shift_L Ζ Χ Ψ Ω Β Ν Μ BackSpace" - "Shift_L Ζ Χ Ψ Ω Β Ν Μ BackSpace"
- "show_numbers preferences space ·Special ᾿ Return" - "show_numbers preferences space ·-subtle-highlight ᾿ Return"
accented: accented:
- "ά έ ή ί ϊ ΐ ό ύ ϋ ώ " - "ά έ ή ί ϊ ΐ ό ύ ϋ ώ "
- "Ά Έ Ή Ί Ϊ Ό Ύ Ϋ Ώ show_base" - "Ά Έ Ή Ί Ϊ Ό Ύ Ϋ Ώ show_accented"
- "Ϗ ϐ ϑ ϗ ϖ ΰ ϕ — BackSpace" - "Ϗ ϐ ϑ ϗ ϖ ΰ ϕ — BackSpace"
- "show_numbers preferences space « » Return" - "show_numbers preferences space « » Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols CommaSpecial \" ' : ; ! ? BackSpace" - "show_symbols ,-subtle-highlight \" ' : ; ! ? BackSpace"
- "show_letters preferences space . CommaSpecial Return" - "show_letters preferences space . ,-subtle-highlight Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers \\ / < > = [ ] BackSpace" - "show_numbers \\ / < > = [ ] BackSpace"
- "show_letters preferences space . CommaSpecial Return" - "show_letters preferences space . ,-subtle-highlight Return"
buttons: buttons:
Shift_L: Shift_L:
action: action:
locking: locking:
lock_view: "upper" lock_view: "upper"
unlock_view: "base" unlock_view: "base"
outline: "change-view" outline: "change-view-2"
icon: "key-shift" icon: "key-shift"
BackSpace: BackSpace:
outline: "altline" outline: "altline"
@ -67,7 +67,7 @@ buttons:
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "change-view" outline: "change-view-2"
label: "*/=" label: "*/="
show_accented: show_accented:
action: action:
@ -76,11 +76,6 @@ buttons:
unlock_view: "base" unlock_view: "base"
outline: "change-view" outline: "change-view"
label: "άΐ" label: "άΐ"
show_base:
action:
set_view: "base"
outline: "change-view"
label: "αι"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -89,22 +84,22 @@ buttons:
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
.: .:
outline: "special" outline: "subtle-highlight"
·Special: ·-subtle-highlight:
outline: "special" outline: "subtle-highlight"
text: "·" text: "·"
CommaSpecial: ",-subtle-highlight":
outline: "special" outline: "subtle-highlight"
text: "," text: ","
":": ":":
outline: "special" outline: "subtle-highlight"
;: ;:
outline: "special" outline: "subtle-highlight"
᾿: ᾿:
outline: "special" outline: "subtle-highlight"
"!": "!":
outline: "special" outline: "subtle-highlight"
«: «:
outline: "special" outline: "subtle-highlight"
»: »:
outline: "special" outline: "subtle-highlight"

View File

@ -1,40 +1,40 @@
# Created by Sotiris Papadopoulos, sotirios.papadopoulos@inserm.fr # Created by Sotiris Papadopoulos, sotirios.papadopoulos@inserm.fr
--- ---
outlines: outlines:
default: { width: 80, height: 60 } default: { width: 73, height: 60 }
altline: { width: 110, height: 60 } special: { width: 73, height: 60 }
wide: { width: 120, height: 60 } altline: { width: 110, height: 60 }
change-view: { width: 110, height: 60 } wide: { width: 110, height: 60 }
change-view-2: { width: 120, height: 60 } change-view: { width: 110, height: 60 }
spaceline: { width: 250, height: 60 } spaceline: { width: 291, height: 60 }
special: { width: 75, height: 60 } subtle-highlight: { width: 73, height: 60 }
views: views:
base: base:
- "; ς ε ρ τ υ θ ι ο π" - "; ς ε ρ τ υ θ ι ο π"
- "α σ δ φ γ η ξ κ λ show_accented" - "α σ δ φ γ η ξ κ λ show_accented"
- "Shift_L ζ χ ψ ω β ν μ BackSpace" - "Shift_L ζ χ ψ ω β ν μ BackSpace"
- "show_numbers preferences space . CommaSpecial Return" - "show_numbers preferences space . ,-subtle-highlight Return"
upper: upper:
- ": ! Ε Ρ Τ Υ Θ Ι Ο Π" - ": ! Ε Ρ Τ Υ Θ Ι Ο Π"
- "Α Σ Δ Φ Γ Η Ξ Κ Λ show_accented" - "Α Σ Δ Φ Γ Η Ξ Κ Λ show_accented"
- "Shift_L Ζ Χ Ψ Ω Β Ν Μ BackSpace" - "Shift_L Ζ Χ Ψ Ω Β Ν Μ BackSpace"
- "show_numbers preferences space ·Special ᾿ Return" - "show_numbers preferences space ·-subtle-highlight ᾿ Return"
accented: accented:
- "ά έ ή ί ϊ ΐ ό ύ ϋ ώ " - "ά έ ή ί ϊ ΐ ό ύ ϋ ώ "
- "Ά Έ Ή Ί Ϊ Ό Ύ Ϋ Ώ show_base" - "Ά Έ Ή Ί Ϊ Ό Ύ Ϋ Ώ show_accented"
- "Ϗ ϐ ϑ ϗ ΰ ϕ ϖ — BackSpace" - "Ϗ ϐ ϑ ϗ ϖ ΰ ϕ — BackSpace"
- "show_numbers preferences space « » Return" - "show_numbers preferences space « » Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols CommaSpecial \" ' : ; ! ? BackSpace" - "show_symbols ,-subtle-highlight \" ' : ; ! ? BackSpace"
- "show_letters preferences space . CommaSpecial Return" - "show_letters preferences space . ,-subtle-highlight Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers \\ / < > = [ ] BackSpace" - "show_numbers \\ / < > = [ ] BackSpace"
- "show_letters preferences space . CommaSpecial Return" - "show_letters preferences space . ,-subtle-highlight Return"
buttons: buttons:
Shift_L: Shift_L:
action: action:
@ -54,12 +54,12 @@ buttons:
show_numbers: show_numbers:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "change-view-2" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "change-view-2" outline: "change-view"
label: "ΑΒΓ" label: "ΑΒΓ"
show_symbols: show_symbols:
action: action:
@ -73,11 +73,6 @@ buttons:
unlock_view: "base" unlock_view: "base"
outline: "change-view" outline: "change-view"
label: "άΐ" label: "άΐ"
show_base:
action:
set_view: "base"
outline: "change-view"
label: "αι"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -86,22 +81,22 @@ buttons:
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
.: .:
outline: "special" outline: "subtle-highlight"
·Special: ·-subtle-highlight:
outline: "special" outline: "subtle-highlight"
text: "·" text: "·"
CommaSpecial: ",-subtle-highlight":
outline: "special" outline: "subtle-highlight"
text: "," text: ","
":": ":":
outline: "special" outline: "subtle-highlight"
;: ;:
outline: "special" outline: "subtle-highlight"
᾿: ᾿:
outline: "special" outline: "subtle-highlight"
"!": "!":
outline: "special" outline: "subtle-highlight"
«: «:
outline: "special" outline: "subtle-highlight"
»: »:
outline: "special" outline: "subtle-highlight"

View File

@ -1,12 +1,14 @@
# Maintained by: soyer <soyer@irl.hu> # Based on work by: soyer <soyer@irl.hu>
--- ---
outlines: outlines:
default: { width: 35.33, height: 52 } default: { width: 35.67, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 53, height: 52 }
change-view: { width: 52.67, height: 52 } change-view: { width: 53, height: 52 }
change-view-2: { width: 62, height: 52 } change-view-2: { width: 62, height: 52 }
spaceline: { width: 99.67, height: 52 } spaceline: { width: 53.5, height: 52 }
special: { width: 35.33, height: 52 } special: { width: 35.67, height: 52 }
placeholder: { width: 35.67, height: 52 }
placeholder-2: { width: 17.83, height: 52 }
views: views:
base: base:
@ -30,10 +32,10 @@ views:
- "show_numbers \\ / § π τ [ ] BackSpace" - "show_numbers \\ / § π τ [ ] BackSpace"
- "show_letters show_eschars preferences space , . - Return" - "show_letters show_eschars preferences space , . - Return"
eschars: eschars:
- "ö ü ó Ö Ü Ó" - "-- -- ö ü ó Ö Ü Ó -- --"
- "í ő ú Í Ő Ú" - "-- -- í ő ú Í Ő Ú -- --"
- "show_numbers é á ű É Á Ű BackSpace" - "show_numbers --- é á ű É Á Ű --- BackSpace"
- "show_letters show_eschars preferences space „ “ Return" - "show_letters show_eschars preferences space , „ “ Return"
buttons: buttons:
Shift_L: Shift_L:
@ -80,3 +82,9 @@ buttons:
outline: "altline" outline: "altline"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""
---:
outline: "placeholder-2"
text: ""

View File

@ -1,12 +1,13 @@
# Maintained by: soyer <soyer@irl.hu> # Based on work by: soyer <soyer@irl.hu>
--- ---
outlines: outlines:
default: { width: 48, height: 42 } default: { width: 44.75, height: 42 }
altline: { width: 81, height: 42 } altline: { width: 81, height: 42 }
change-view: { width: 81, height: 42 } change-view: { width: 81, height: 42 }
change-view-2: { width: 108, height: 42 } change-view-2: { width: 108, height: 42 }
spaceline: { width: 216, height: 42 } spaceline: { width: 100, height: 42 }
special: { width: 48, height: 42 } special: { width: 44.75, height: 42 }
placeholder: { width: 44.75, height: 42 }
views: views:
base: base:
@ -20,20 +21,20 @@ views:
- "Shift_L Í Y X C V B N M BackSpace" - "Shift_L Í Y X C V B N M BackSpace"
- "show_numbers show_eschars preferences space ? : ! Return" - "show_numbers show_eschars preferences space ? : ! Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "-- 1 2 3 4 5 6 7 8 9 0 --"
- "@ # € % & - _ + ( )" - "-- @ # € % & - _ + ( ) --"
- "show_symbols ; \" ' : = < > BackSpace" - "show_symbols ; \" ' : = < > -- BackSpace"
- "show_letters show_eschars preferences space , . - Return" - "show_letters show_eschars preferences space , . - Return"
symbols: symbols:
- "~ ` ´ | · √ µ ÷ × ¶" - "-- ~ ` ´ | · √ µ ÷ × --"
- "© ® £ $ ¥ ^ ° * { }" - "-- © ® £ $ ¥ ^ ° * { } --"
- "show_numbers \\ / § π τ [ ] BackSpace" - "show_numbers \\ / § π τ [ ] -- BackSpace"
- "show_letters show_eschars preferences space , . - Return" - "show_letters show_eschars preferences space , . - Return"
eschars: eschars:
- "ö ü ó Ö Ü Ó" - "-- -- -- ö ü ó Ö Ü Ó -- -- --"
- "í ő ú Í Ő Ú" - "-- -- -- í ő ú Í Ő Ú -- -- --"
- "show_numbers é á ű É Á Ű BackSpace" - "show_numbers -- é á ű É Á Ű -- BackSpace"
- "show_letters show_eschars preferences space „ “ Return" - "show_letters show_eschars preferences space , „ “ Return"
buttons: buttons:
Shift_L: Shift_L:
@ -80,3 +81,6 @@ buttons:
outline: "altline" outline: "altline"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -1,49 +1,39 @@
--- ---
outlines: outlines:
default: { width: 40, height: 60 } default: { width: 41, height: 60 }
altline: { width: 40, height: 60 } altline: { width: 41, height: 60 }
wide: { width: 62, height: 60 } wide: { width: 82, height: 60 }
change-view: { width: 56, height: 60 } change-view: { width: 82, height: 60 }
change-view-2: { width: 62, height: 60 } spaceline: { width: 122, height: 60 }
spaceline: { width: 142, height: 60 } special: { width: 41, height: 60 }
special: { width: 44, height: 60 }
views: views:
base: base:
- "' - ק ר א ט ו ן ם פ" - "' - ק ר א ט ו ן ם פ"
- "ש ד ג כ ע י ח ל ך ף" - "ש ד ג כ ע י ח ל ך ף"
- ס ב ה נ מ צ ת ץ BackSpace" - ס ב ה נ מ צ ת ץ BackSpace"
- "show_numbers CommaLarge preferences space . Return" - "show_numbers preferences , space . Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # ₪ % & - _ + ( )" - "@ # ₪ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols , \" ' : ; ! ? BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences , space . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € $ ^ ° * { }" - "© ® £ € $ ^ ° * { }"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "show_numbers \\ / < > = [ ] BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences , space . Return"
buttons: buttons:
BackSpace: BackSpace:
outline: "altline" outline: "altline"
icon: "edit-clear-symbolic" icon: "edit-clear-symbolic"
action: "erase" action: "erase"
CommaLarge:
outline: "special"
text: ","
preferences: preferences:
action: "show_prefs" action: "show_prefs"
outline: "special" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action:
set_view: "numbers"
outline: "change-view-2"
label: "123"
show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "change-view" outline: "change-view"
@ -51,15 +41,13 @@ buttons:
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "change-view-2" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.:
outline: "special"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -67,3 +55,6 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -1,49 +1,39 @@
--- ---
outlines: outlines:
default: { width: 52, height: 42 } default: { width: 53.75, height: 42 }
altline: { width: 52, height: 42 } altline: { width: 53.75, height: 42 }
wide: { width: 80.6, height: 42 } wide: { width: 107, height: 42 }
change-view: { width: 72.8, height: 42 } change-view: { width: 107, height: 42 }
change-view-2: { width: 80.6, height: 42 } spaceline: { width: 162, height: 42 }
spaceline: { width: 184.6, height: 42 } special: { width: 53.5, height: 42 }
special: { width: 57.2, height: 42 }
views: views:
base: base:
- "' - ק ר א ט ו ן ם פ" - "' - ק ר א ט ו ן ם פ"
- "ש ד ג כ ע י ח ל ך ף" - "ש ד ג כ ע י ח ל ך ף"
- ס ב ה נ מ צ ת ץ BackSpace" - ס ב ה נ מ צ ת ץ BackSpace"
- "show_numbers CommaLarge preferences space . Return" - "show_numbers preferences , space . Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # ₪ % & - _ + ( )" - "@ # ₪ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols , \" ' : ; ! ? BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences , space . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € $ ^ ° * { }" - "© ® £ € $ ^ ° * { }"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "show_numbers \\ / < > = [ ] BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences , space . Return"
buttons: buttons:
BackSpace: BackSpace:
outline: "altline" outline: "altline"
icon: "edit-clear-symbolic" icon: "edit-clear-symbolic"
action: "erase" action: "erase"
CommaLarge:
outline: "special"
text: ","
preferences: preferences:
action: "show_prefs" action: "show_prefs"
outline: "special" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action:
set_view: "numbers"
outline: "change-view-2"
label: "123"
show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "change-view" outline: "change-view"
@ -51,15 +41,13 @@ buttons:
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "change-view-2" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.:
outline: "special"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "

View File

@ -1,12 +1,14 @@
--- ---
outlines: outlines:
default: { width: 35.33, height: 52 } default: { width: 32.75, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 48.99, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 } change-view: { width: 48.99, height: 52 }
change-view-2: { width: 62, height: 52 } change-view-2: { width: 62, height: 52 }
spaceline: { width: 142, height: 52 } spaceline: { width: 135, height: 52 }
special: { width: 44, height: 52 } special: { width: 35.66, height: 52 }
fill: { width: 64.9, height: 52 }
placeholder: { width: 32.75, height: 52 }
views: views:
base: base:
@ -18,17 +20,17 @@ views:
- " ْ ٌ ٍ ً ُ ِ َ ّ # @ چ" - " ْ ٌ ٍ ً ُ ِ َ ّ # @ چ"
- "_ ئ ي إ أ آ ة » « : ؛" - "_ ئ ي إ أ آ ة » « : ؛"
- "Shift_L ك ٓ ژ ٔ ء > < ؟ BackSpace" - "Shift_L ك ٓ ژ ٔ ء > < ؟ BackSpace"
- "show_numbers preferences space ! ، Return" - "show_numbers preferences space ، ! Return"
numbers: numbers:
- "۱ ۲ ۳ ۴ ۵ ۶ ۷ ۸ ۹ ۰ |" - "۱ ۲ ۳ ۴ ۵ ۶ ۷ ۸ ۹ ۰ |"
- "… ٬ ٫ ﷼ ٪ ، * ) ( ـ" - "… ٬ ٫ ﷼ ٪ ^ * ) ( ـ"
- "show_symbols + - × ÷ = ^ % / BackSpace" - "show_symbols + - × ÷ = / % -- BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space ، . Return"
symbols: symbols:
- "& ` | · • % π τ ÷ ×" - "& ` | · • % π τ ¶ [ ]"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ * ° { } --"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "show_numbers_from_symbols + - × ÷ = \\ < > BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space ، . Return"
buttons: buttons:
Shift_L: Shift_L:
@ -66,8 +68,6 @@ buttons:
set_view: "symbols" set_view: "symbols"
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.:
outline: "special"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -78,3 +78,6 @@ buttons:
zwnj: zwnj:
icon: "zwnj" icon: "zwnj"
text: "" text: ""
--:
outline: "placeholder"
text: ""

View File

@ -1,34 +1,36 @@
--- ---
outlines: outlines:
default: { width: 54, height: 42 } default: { width: 44.75, height: 42 }
altline: { width: 81, height: 42 } altline: { width: 67.25, height: 42 }
wide: { width: 108, height: 42 } wide: { width: 80, height: 42 }
change-view: { width: 81, height: 42 } change-view: { width: 67.25, height: 42 }
change-view-2: { width: 108, height: 42 } change-view-2: { width: 80, height: 42 }
spaceline: { width: 216, height: 42 } spaceline: { width: 198, height: 42 }
special: { width: 54, height: 42 } special: { width: 44.75, height: 42 }
placeholder: { width: 44.75, height: 42 }
fill: { width: 89.5, height: 42 }
views: views:
base: base:
- "ض ص ث ق ف غ ع ه خ ح ج چ \\" - "ض ص ث ق ف غ ع ه خ ح ج چ"
- "ش س ی ب ل ا ت ن م ک گ" - "ش س ی ب ل ا ت ن م ک گ /"
- "Shift_L ظ ط ز ر ذ د پ و ، / BackSpace" - "Shift_L ظ ط ز ر ذ د پ و ، BackSpace"
- "show_numbers preferences space zwnj ؟ ! . Return" - "show_numbers preferences space zwnj ؟ . Return"
upper: upper:
- " ْ ٌ ٍ ً ُ ِ َ ّ ] [ @ # _" - " ْ ٌ ٍ ً ُ ِ َ ّ ] [ @ #"
- "ؤ ئ ي إ أ آ ة » « : ؛" - "ؤ ئ ي إ أ آ ة » « : ؛ \\"
- "Shift_L ك ٓ ژ ٰ ٔ ء > < ؟ BackSpace" - "Shift_L ك ٓ ژ ٰ ٔ ء > < BackSpace"
- "show_numbers preferences space ، ؟ ! . Return" - "show_numbers preferences space ، ؟ ! Return"
numbers: numbers:
- "۱ ۲ ۳ ۴ ۵ ۶ ۷ ۸ ۹ ۰ | =" - "-- ۱ ۲ ۳ ۴ ۵ ۶ ۷ ۸ ۹ ۰ |"
- "… ٬ ٫ ﷼ ٪ ، * ) ( _" - "… ٬ ٫ ﷼ ٪ ^ * ° ) ( _"
- "show_symbols + - × ÷ = ^ % / BackSpace" - "show_symbols + - × ÷ = / % > < BackSpace"
- "show_letters preferences space ، ؟ ! . Return" - "show_letters preferences space ، ؟ . Return"
symbols: symbols:
- "& ` | · • % π τ ÷ ×" - "-- & ` | · • % π τ ¶ [ ]"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ * ° { } -- --"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "show_numbers_from_symbols + - × ÷ = \\ % < > BackSpace"
- "show_letters preferences space ، ؟ ! . Return" - "show_letters preferences space ، ! . Return"
buttons: buttons:
Shift_L: Shift_L:
@ -66,8 +68,6 @@ buttons:
set_view: "symbols" set_view: "symbols"
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.:
outline: "special"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -78,3 +78,6 @@ buttons:
zwnj: zwnj:
icon: "zwnj" icon: "zwnj"
text: "" text: ""
--:
outline: "placeholder"
text: ""

View File

@ -1,14 +1,15 @@
# Friulian layout created by Fabio Tomat # Based on the Friulian layout created by Fabio Tomat
# 14 october 2020 # 14 october 2020
--- ---
outlines: outlines:
default: { width: 35.33, height: 52 } default: { width: 35.67, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.75, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 } change-view: { width: 52.75, height: 52 }
change-view-2: { width: 62, height: 52 } change-view-2: { width: 62, height: 52 }
spaceline: { width: 99.67, height: 52 } spaceline: { width: 82.75, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
placeholder: { width: 35.67, height: 52 }
views: views:
base: base:
@ -82,4 +83,6 @@ buttons:
outline: "altline" outline: "altline"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -1,14 +1,15 @@
# Friulian layout created by Fabio Tomat # Based on the Friulian layout created by Fabio Tomat
# 14 october 2020 # 14 october 2020
--- ---
outlines: outlines:
default: { width: 52, height: 42 } default: { width: 53.5, height: 42 }
altline: { width: 77.52, height: 42 } altline: { width: 80.25, height: 42 }
wide: { width: 91.26, height: 42 } wide: { width: 91.26, height: 42 }
change-view: { width: 77.52, height: 42 } change-view: { width: 80.25, height: 42 }
change-view-2: { width: 91.26, height: 42 } change-view-2: { width: 91.26, height: 42 }
spaceline: { width: 146.7, height: 42 } spaceline: { width: 134, height: 42 }
special: { width: 64.76, height: 42 } special: { width: 53.5, height: 42 }
placeholder: { width: 53.5, height: 42 }
views: views:
base: base:
@ -82,4 +83,6 @@ buttons:
outline: "altline" outline: "altline"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -2,13 +2,14 @@
# 03 october 2019 # 03 october 2019
--- ---
outlines: outlines:
default: { width: 35.33, height: 52 } default: { width: 35.67, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.75, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 } change-view: { width: 52.75, height: 52 }
change-view-2: { width: 62, height: 52 } change-view-2: { width: 62, height: 52 }
spaceline: { width: 99.67, height: 52 } spaceline: { width: 82.75, height: 52 }
special: { width: 35.33, height: 52 } special: { width: 44, height: 52 }
placeholder: { width: 35.67, height: 52 }
views: views:
base: base:
@ -82,4 +83,6 @@ buttons:
outline: "altline" outline: "altline"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -2,13 +2,14 @@
# 03 october 2019 # 03 october 2019
--- ---
outlines: outlines:
default: { width: 52, height: 42 } default: { width: 53.5, height: 42 }
altline: { width: 77.52, height: 42 } altline: { width: 80.25, height: 42 }
wide: { width: 91.26, height: 42 } wide: { width: 91.26, height: 42 }
change-view: { width: 77.52, height: 42 } change-view: { width: 80.25, height: 42 }
change-view-2: { width: 91.26, height: 42 } change-view-2: { width: 91.26, height: 42 }
spaceline: { width: 146.7, height: 42 } spaceline: { width: 134, height: 42 }
special: { width: 52, height: 42 } special: { width: 53.5, height: 42 }
placeholder: { width: 53.5, height: 42 }
views: views:
base: base:
@ -82,4 +83,6 @@ buttons:
outline: "altline" outline: "altline"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -1,33 +1,35 @@
--- ---
outlines: outlines:
default: { width: 32, height: 52 } default: { width: 32.4, height: 52 }
altline: { width: 48.39024, height: 52 } altline: { width: 48.39, height: 52 }
wide: { width: 64, height: 52 } large: { width: 48.39, height: 52 }
change-view: { width: 48.39024, height: 52 } wide: { width: 62, height: 52 }
change-view-2: { width: 64, height: 52 } change-view: { width: 48.39, height: 52 }
spaceline: { width: 142, height: 52 } spaceline: { width: 150, height: 52 }
special: { width: 44, height: 52 } special: { width: 48, height: 52 }
placeholder: { width: 32, height: 52 }
fill: { width: 64, height: 52 }
views: views:
base: base:
- "q w e r t y u i o p å" - "q w e r t y u i o p å"
- "a s d f g h j k l ø æ" - "a s d f g h j k l ø æ"
- "Shift_L z x c v b n m BackSpace" - "Shift_L z x c v b n m , BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
upper: upper:
- "Q W E R T Y U I O P Å" - "Q W E R T Y U I O P Å"
- "A S D F G H J K L Ø Æ" - "A S D F G H J K L Ø Æ"
- "Shift_L Z X C V B N M BackSpace" - "Shift_L Z X C V B N M , BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols -- , \" ' : ; ! ? BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "show_numbers -- \\ / < > = [ ] BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
buttons: buttons:
@ -47,11 +49,6 @@ buttons:
outline: "special" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action:
set_view: "numbers"
outline: "change-view-2"
label: "123"
show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "change-view" outline: "change-view"
@ -59,7 +56,7 @@ buttons:
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "change-view-2" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
@ -67,7 +64,7 @@ buttons:
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "large"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -75,3 +72,14 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""
5:
outline: "fill"
"&":
outline: "fill"
:
outline: "fill"
¥:
outline: "fill"

View File

@ -1,33 +1,34 @@
--- ---
outlines: outlines:
default: { width: 48, height: 42 } default: { width: 48.87, height: 42 }
altline: { width: 72.59, height: 42 } altline: { width: 73.5, height: 42 }
wide: { width: 96, height: 42 } wide: { width: 92.99, height: 42 }
change-view: { width: 72.59, height: 42 } change-view: { width: 73.5, height: 42 }
change-view-2: { width: 96, height: 42 } spaceline: { width: 273.5, height: 42 }
spaceline: { width: 213, height: 42 } special: { width: 48.87, height: 42 }
special: { width: 66, height: 42 } placeholder: { width: 48.87, height: 42 }
fill: { width: 97.74, height: 42 }
views: views:
base: base:
- "q w e r t y u i o p å" - "q w e r t y u i o p å"
- "a s d f g h j k l ø æ" - "a s d f g h j k l ø æ"
- "Shift_L z x c v b n m BackSpace" - "Shift_L z x c v b n m , BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
upper: upper:
- "Q W E R T Y U I O P Å" - "Q W E R T Y U I O P Å"
- "A S D F G H J K L Ø Æ" - "A S D F G H J K L Ø Æ"
- "Shift_L Z X C V B N M BackSpace" - "Shift_L Z X C V B N M , BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols -- , \" ' : ; ! ? BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "show_numbers -- \\ / < > = [ ] BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
buttons: buttons:
@ -47,11 +48,6 @@ buttons:
outline: "special" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action:
set_view: "numbers"
outline: "change-view-2"
label: "123"
show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "change-view" outline: "change-view"
@ -59,15 +55,13 @@ buttons:
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "change-view-2" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
set_view: "symbols" set_view: "symbols"
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.:
outline: "special"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -75,3 +69,14 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""
5:
outline: "fill"
"&":
outline: "fill"
:
outline: "fill"
¥:
outline: "fill"

View File

@ -1,12 +1,14 @@
--- ---
outlines: outlines:
default: { width: 35.33, height: 52 } default: { width: 35.67, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 52.67, height: 52 }
large: { width: 52.67, height: 52 }
wide: { width: 59, height: 52 } wide: { width: 59, height: 52 }
change-view: { width: 52.67, height: 52 } change-view: { width: 52.67, height: 52 }
change-view-2: { width: 59, height: 52 } change-view-2: { width: 59, height: 52 }
spaceline: { width: 140, height: 52 } spaceline: { width: 141, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
placeholder: { width: 35.67, height: 52 }
views: views:
base: base:
@ -23,20 +25,20 @@ views:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols , \" ' : ; ! ? BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space .-large Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "show_numbers_from_symbols \\ / < > = [ ] BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space .-large Return"
accents: accents:
- "q w ę r t y u i ó p" - "q w ę r t y u i ó p"
- "ą ś d f g h j k ł" - "ą ś d f g h j k ł ."
- "accents_show_upper ż ź ć v b ń m BackSpace" - "accents_show_upper ż ź ć v b ń m BackSpace"
- "show_numbers preferences space show_accents Return" - "show_numbers preferences space show_accents Return"
upper_accents: upper_accents:
- "Q W Ę R T Y U I Ó P" - "Q W Ę R T Y U I Ó P"
- "Ą Ś D F G H J K Ł" - "Ą Ś D F G H J K Ł ,"
- "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"
@ -101,8 +103,9 @@ buttons:
- "accents" - "accents"
outline: "change-view" outline: "change-view"
label: "ĄĘ" label: "ĄĘ"
.: .-large:
outline: "altline" outline: "large"
text: "."
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -110,3 +113,6 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -2,11 +2,13 @@
outlines: outlines:
default: { width: 54, height: 42 } default: { width: 54, height: 42 }
altline: { width: 81, height: 42 } altline: { width: 81, height: 42 }
large: { width: 81, height: 42 }
wide: { width: 100, height: 42 } wide: { width: 100, height: 42 }
change-view: { width: 81, height: 42 } change-view: { width: 81, height: 42 }
change-view-2: { width: 100, 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 }
placeholder: { width: 54, height: 42 }
views: views:
base: base:
@ -23,20 +25,20 @@ views:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols , \" ' : ; ! ? BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space .-large Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "show_numbers_from_symbols \\ / < > = [ ] BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space .-large Return"
accents: accents:
- "q w ę r t y u i ó p" - "q w ę r t y u i ó p"
- "ą ś d f g h j k ł" - "ą ś d f g h j k ł ."
- "accents_show_upper ż ź ć v b ń m BackSpace" - "accents_show_upper ż ź ć v b ń m BackSpace"
- "show_numbers preferences space show_accents Return" - "show_numbers preferences space show_accents Return"
upper_accents: upper_accents:
- "Q W Ę R T Y U I Ó P" - "Q W Ę R T Y U I Ó P"
- "Ą Ś D F G H J K Ł" - "Ą Ś D F G H J K Ł ,"
- "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"
@ -101,8 +103,9 @@ buttons:
- "accents" - "accents"
outline: "change-view" outline: "change-view"
label: "ĄĘ" label: "ĄĘ"
.: .-large:
outline: "altline" outline: "large"
text: "."
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -110,3 +113,6 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -1,12 +1,12 @@
--- ---
outlines: outlines:
default: { width: 35.33, height: 52 } default: { width: 35.67, height: 52 }
altline: { width: 52.67, height: 52 } altline: { width: 53.5, height: 52 }
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
change-view: { width: 52.67, height: 52 } change-view: { width: 53.5, height: 52 }
change-view-2: { width: 62, height: 52 } spaceline: { width: 107.67, height: 52 }
spaceline: { width: 99.67, height: 52 } special: { width: 35.67, height: 52 }
special: { width: 44, height: 52 } large: { width: 44, height: 52 }
views: views:
base: base:
@ -18,7 +18,7 @@ views:
- "Q W E R T Y U I O P" - "Q W E R T Y U I O P"
- "A S D F G H J K L" - "A S D F G H J K L"
- "Shift_L Z X C V B N M BackSpace" - "Shift_L Z X C V B N M BackSpace"
- "show_numbers show_eschars preferences space , Return" - "show_numbers show_eschars preferences space . Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # € % & - _ + ( )" - "@ # € % & - _ + ( )"
@ -28,11 +28,11 @@ views:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ $ ¥ ^ ° * { }" - "© ® £ $ ¥ ^ ° * { }"
- "show_numbers \\ / < > = [ ] BackSpace" - "show_numbers \\ / < > = [ ] BackSpace"
- "show_letters show_eschars preferences space , Return" - "show_letters show_eschars preferences space . Return"
eschars: eschars:
- "ă â î ș ț á é í ó ü"
- "Ă Â Î Ș Ț Á É Í Ó Ü" - "Ă Â Î Ș Ț Á É Í Ó Ü"
- "show_numbers_from_symbols „ ” « » ― { } BackSpace" - "ă â î ș ț á é í ó ü"
- "show_numbers „ ” « » ― { } BackSpace"
- "show_letters show_eschars preferences space . Return" - "show_letters show_eschars preferences space . Return"
buttons: buttons:
@ -59,7 +59,7 @@ buttons:
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "change-view-2" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:
@ -80,3 +80,5 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
.:
outline: "large"

View File

@ -1,12 +1,11 @@
--- ---
outlines: 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: 81, height: 42 }
change-view: { width: 81, height: 42 } change-view: { width: 81, height: 42 }
change-view-2: { width: 108, height: 42 } spaceline: { width: 189.25, height: 42 }
spaceline: { width: 153, height: 42 } special: { width: 54, height: 42 }
special: { width: 54, height: 42 }
views: views:
base: base:
@ -32,7 +31,7 @@ views:
eschars: eschars:
- "ă â î ș ț á é í ó ü" - "ă â î ș ț á é í ó ü"
- "Ă Â Î Ș Ț Á É Í Ó Ü" - "Ă Â Î Ș Ț Á É Í Ó Ü"
- "show_numbers_from_symbols „ ” « » ― { } BackSpace" - "show_numbers „ ” « » ― { } BackSpace"
- "show_letters show_eschars preferences space . Return" - "show_letters show_eschars preferences space . Return"
buttons: buttons:
@ -59,7 +58,7 @@ buttons:
show_letters: show_letters:
action: action:
set_view: "base" set_view: "base"
outline: "change-view-2" outline: "change-view"
label: "ABC" label: "ABC"
show_symbols: show_symbols:
action: action:

View File

@ -1,14 +1,17 @@
--- ---
outlines: outlines:
default: { width: 32, height: 52 } default: { width: 32.45, 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: { width: 32, height: 52 }
change-view-2: { width: 57, 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 }
special: { width: 42, height: 52 } fill-2: { width: 64.9, height: 52 }
special: { width: 42, height: 52 }
large: { width: 42, height: 52 }
placeholder: { width: 40, height: 52 }
views: views:
base: base:
@ -20,17 +23,17 @@ views:
- "Й Ц У К Е Н Г Ш Щ З Х" - "Й Ц У К Е Н Г Ш Щ З Х"
- "Ф Ы В А П Р О Л Д Ж Э" - "Ф Ы В А П Р О Л Д Ж Э"
- "Shift_L Я Ч С М И Т Ь Б Ю BackSpace" - "Shift_L Я Ч С М И Т Ь Б Ю BackSpace"
- "show_numbers preferences Ё space Ъ comma Return" - "show_numbers preferences Ё space Ъ ,-large Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols , \" ' : ; ! ? -- BackSpace"
- "show_letters preferences space_fill . Return" - "show_letters preferences space-fill . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers \\ / < > = [ ] BackSpace" - "show_numbers \\ / < > = [ ] -- BackSpace"
- "show_letters preferences space_fill . Return" - "show_letters preferences space-fill . Return"
buttons: buttons:
Shift_L: Shift_L:
@ -64,14 +67,14 @@ buttons:
outline: "change-view-2" outline: "change-view-2"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "large"
comma: ",-large":
outline: "special" outline: "large"
text: "," text: ","
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
space_fill: space-fill:
outline: "fill" outline: "fill"
text: " " text: " "
Return: Return:
@ -86,3 +89,14 @@ buttons:
outline: "narrow" outline: "narrow"
Ъ: Ъ:
outline: "narrow" outline: "narrow"
--:
outline: "placeholder"
text: ""
5:
outline: "fill-2"
"&":
outline: "fill-2"
:
outline: "fill-2"
¥:
outline: "fill-2"

View File

@ -1,14 +1,16 @@
--- ---
outlines: outlines:
default: { width: 48, height: 42 } default: { width: 48.75, height: 42 }
altline: { width: 48, height: 42 } altline: { width: 48.75, height: 42 }
wide: { width: 85.5, height: 42 } wide: { width: 85.5, height: 42 }
change-view: { width: 48, height: 42 } change-view: { width: 48.75, height: 42 }
change-view-2: { width: 85.5, 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: 190, height: 42 }
fill: { width: 238.5, height: 42 } fill: { width: 268, height: 42 }
special: { width: 63, height: 42 } fill-2: { width: 97.5, height: 42 }
special: { width: 48.75, height: 42 }
placeholder: { width: 60.75, height: 42 }
views: views:
base: base:
@ -20,17 +22,17 @@ views:
- "Й Ц У К Е Н Г Ш Щ З Х" - "Й Ц У К Е Н Г Ш Щ З Х"
- "Ф Ы В А П Р О Л Д Ж Э" - "Ф Ы В А П Р О Л Д Ж Э"
- "Shift_L Я Ч С М И Т Ь Б Ю BackSpace" - "Shift_L Я Ч С М И Т Ь Б Ю BackSpace"
- "show_numbers preferences Ё space Ъ comma Return" - "show_numbers preferences Ё space Ъ , Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols , \" ' : ; ! ? -- BackSpace"
- "show_letters preferences space_fill . Return" - "show_letters preferences space-fill . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers \\ / < > = [ ] BackSpace" - "show_numbers \\ / < > = [ ] -- BackSpace"
- "show_letters preferences space_fill . Return" - "show_letters preferences space-fill . Return"
buttons: buttons:
Shift_L: Shift_L:
@ -63,15 +65,10 @@ buttons:
set_view: "symbols" set_view: "symbols"
outline: "change-view-2" outline: "change-view-2"
label: "*/=" label: "*/="
.:
outline: "special"
comma:
outline: "special"
text: ","
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
space_fill: space-fill:
outline: "fill" outline: "fill"
text: " " text: " "
Return: Return:
@ -86,3 +83,14 @@ buttons:
outline: "narrow" outline: "narrow"
Ъ: Ъ:
outline: "narrow" outline: "narrow"
--:
outline: "placeholder"
text: ""
5:
outline: "fill-2"
"&":
outline: "fill-2"
:
outline: "fill-2"
¥:
outline: "fill-2"

View File

@ -1,34 +1,36 @@
--- ---
outlines: outlines:
default: { width: 32, height: 52 } default: { width: 32.4, height: 52 }
altline: { width: 48.39024, height: 52 } altline: { width: 48.39, height: 52 }
wide: { width: 64, height: 52 } large: { width: 48.39, height: 52 }
change-view: { width: 48.39024, height: 52 } wide: { width: 62, height: 52 }
change-view-2: { width: 64, height: 52 } change-view: { width: 48.39, height: 52 }
spaceline: { width: 142, height: 52 } spaceline: { width: 150, height: 52 }
special: { width: 44, height: 52 } special: { width: 48, height: 52 }
placeholder: { width: 32, height: 52 }
fill: { width: 64, height: 52 }
views: views:
base: base:
- "q w e r t y u i o p å" - "q w e r t y u i o p å"
- "a s d f g h j k l ö ä" - "a s d f g h j k l ö ä"
- "Shift_L z x c v b n m BackSpace" - "Shift_L z x c v b n m , BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
upper: upper:
- "Q W E R T Y U I O P Å" - "Q W E R T Y U I O P Å"
- "A S D F G H J K L Ö Ä" - "A S D F G H J K L Ö Ä"
- "Shift_L Z X C V B N M BackSpace" - "Shift_L Z X C V B N M , BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "§ 1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols -- , \" ' : ; ! ? BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "µ ~ ` | · √ π τ ÷ × ¶"
- "© ® £ ¥ ^ ° * { }" - "½ ¤ © ® £ ¥ ^ ° * { }"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "show_numbers -- \\ / < > = [ ] BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
buttons: buttons:
@ -48,17 +50,12 @@ buttons:
outline: "special" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action:
set_view: "numbers"
outline: "change-view-2"
label: "123"
show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "change-view" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
outline: "change-view-2" outline: "change-view"
action: action:
set_view: "base" set_view: "base"
label: "ABC" label: "ABC"
@ -68,7 +65,7 @@ buttons:
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "large"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -76,3 +73,6 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -1,34 +1,35 @@
--- ---
outlines: outlines:
default: { width: 50, height: 42 } default: { width: 48.87, height: 42 }
altline: { width: 81, height: 42 } altline: { width: 73.5, height: 42 }
wide: { width: 108, height: 42 } wide: { width: 92.99, height: 42 }
change-view: { width: 81, height: 42 } change-view: { width: 73.5, height: 42 }
change-view-2: { width: 108, height: 42 } spaceline: { width: 273.5, height: 42 }
spaceline: { width: 216, height: 42 } special: { width: 48.87, height: 42 }
special: { width: 60, height: 42 } placeholder: { width: 48.87, height: 42 }
fill: { width: 97.74, height: 42 }
views: views:
base: base:
- "q w e r t y u i o p å" - "q w e r t y u i o p å"
- "a s d f g h j k l ö ä" - "a s d f g h j k l ö ä"
- "Shift_L z x c v b n m BackSpace" - "Shift_L z x c v b n m , BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
upper: upper:
- "Q W E R T Y U I O P Å" - "Q W E R T Y U I O P Å"
- "A S D F G H J K L Ö Ä" - "A S D F G H J K L Ö Ä"
- "Shift_L Z X C V B N M BackSpace" - "Shift_L Z X C V B N M , BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
numbers: numbers:
- "§ 1 2 3 4 5 6 7 8 9 0" - "§ 1 2 3 4 5 6 7 8 9 0"
- "@ # € $ % & - _ + ( )" - "@ # € $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols -- , \" ' : ; ! ? BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
symbols: symbols:
- "µ ~ ` | · √ π τ ÷ × ¶" - "µ ~ ` | · √ π τ ÷ × ¶"
- "½ ¤ © ® £ ¥ ^ ° * { }" - "½ ¤ © ® £ ¥ ^ ° * { }"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "show_numbers -- \\ / < > = [ ] BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
buttons: buttons:
@ -48,17 +49,12 @@ buttons:
outline: "special" outline: "special"
icon: "keyboard-mode-symbolic" icon: "keyboard-mode-symbolic"
show_numbers: show_numbers:
action:
set_view: "numbers"
outline: "change-view-2"
label: "123"
show_numbers_from_symbols:
action: action:
set_view: "numbers" set_view: "numbers"
outline: "change-view" outline: "change-view"
label: "123" label: "123"
show_letters: show_letters:
outline: "change-view-2" outline: "change-view"
action: action:
set_view: "base" set_view: "base"
label: "ABC" label: "ABC"
@ -67,8 +63,6 @@ buttons:
set_view: "symbols" set_view: "symbols"
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.:
outline: "special"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -76,3 +70,6 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -13,6 +13,7 @@ outlines:
change-view-2: { 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 }
placeholder: { width: 17.665, height: 46 }
views: views:
base: base:
@ -36,7 +37,7 @@ views:
symbols: symbols:
- "TabSmall Ctrl Alt ↑ ↓ ← →" - "TabSmall Ctrl Alt ↑ ↓ ← →"
- "~ ` · √ π τ ÷ × ¶ @" - "~ ` · √ π τ ÷ × ¶ @"
- "© ® £ € ¥ ^ ° { }" - "-- © ® £ € ¥ ^ ° { } --"
- "show_numbers % | < > = [ ] BackSpace" - "show_numbers % | < > = [ ] BackSpace"
- "show_letters show_eschars preferences space . Return" - "show_letters show_eschars preferences space . Return"
eschars: eschars:
@ -262,3 +263,6 @@ buttons:
outline: "subtle-highlight" outline: "subtle-highlight"
ß: ß:
outline: "subtle-highlight" outline: "subtle-highlight"
--:
outline: "placeholder"
text: ""

View File

@ -3,6 +3,7 @@ outlines:
default: { width: 54, height: 37 } default: { width: 54, height: 37 }
subtle-highlight: { width: 54, height: 37 } subtle-highlight: { width: 54, height: 37 }
halfwidth: { width: 27, height: 37 } halfwidth: { width: 27, height: 37 }
placeholder: { width: 27, height: 37 }
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 }
@ -36,7 +37,7 @@ views:
symbols: symbols:
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →" - "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
- "~ ` · √ π τ ÷ × ¶ @" - "~ ` · √ π τ ÷ × ¶ @"
- "© ® £ € ¥ ^ ° { }" - "-- © ® £ € ¥ ^ ° { } --"
- "show_numbers % | < > = [ ] BackSpace" - "show_numbers % | < > = [ ] BackSpace"
- "show_letters show_eschars preferences space . Return" - "show_letters show_eschars preferences space . Return"
eschars: eschars:
@ -266,3 +267,6 @@ buttons:
outline: "subtle-highlight" outline: "subtle-highlight"
ß: ß:
outline: "subtle-highlight" outline: "subtle-highlight"
--:
outline: "placeholder"
text: ""

View File

@ -2,6 +2,7 @@
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 }
placeholder: { width: 17.665, height: 46 }
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 }
@ -35,7 +36,7 @@ views:
symbols: symbols:
- "TabSmall Ctrl Alt ↑ ↓ ← →" - "TabSmall Ctrl Alt ↑ ↓ ← →"
- "~ ` · √ π τ ÷ × ¶ @" - "~ ` · √ π τ ÷ × ¶ @"
- "© ® £ € ¥ ^ ° { }" - "-- © ® £ € ¥ ^ ° { } --"
- "show_numbers % | < > = [ ] BackSpace" - "show_numbers % | < > = [ ] BackSpace"
- "show_letters show_eschars preferences space . Return" - "show_letters show_eschars preferences space . Return"
eschars: eschars:
@ -258,3 +259,6 @@ buttons:
outline: "halfwidth" outline: "halfwidth"
_: _:
outline: "halfwidth" outline: "halfwidth"
--:
outline: "placeholder"
text: ""

View File

@ -2,6 +2,7 @@
outlines: outlines:
default: { width: 54, height: 37 } default: { width: 54, height: 37 }
halfwidth: { width: 27, height: 37 } halfwidth: { width: 27, height: 37 }
placeholder: { width: 27, height: 37 }
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 }
@ -35,7 +36,7 @@ views:
symbols: symbols:
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →" - "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
- "~ ` · √ π τ ÷ × ¶ @" - "~ ` · √ π τ ÷ × ¶ @"
- "© ® £ € ¥ ^ ° { }" - "-- © ® £ € ¥ ^ ° { } --"
- "show_numbers % | < > = [ ] BackSpace" - "show_numbers % | < > = [ ] BackSpace"
- "show_letters show_eschars preferences space . Return" - "show_letters show_eschars preferences space . Return"
eschars: eschars:
@ -101,7 +102,6 @@ buttons:
label: ">_" label: ">_"
.: .:
outline: "large" outline: "large"
text: "."
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -262,3 +262,6 @@ buttons:
outline: "halfwidth" outline: "halfwidth"
_: _:
outline: "halfwidth" outline: "halfwidth"
--:
outline: "placeholder"
text: ""

View File

@ -2,6 +2,7 @@
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 }
placeholder: { width: 17.665, height: 46 }
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 }
@ -35,7 +36,7 @@ views:
symbols: symbols:
- "TabSmall Ctrl Alt ↑ ↓ ← →" - "TabSmall Ctrl Alt ↑ ↓ ← →"
- "~ ` · √ π τ ÷ × ¶ @" - "~ ` · √ π τ ÷ × ¶ @"
- "© ® £ € ¥ ^ ° { }" - "-- © ® £ € ¥ ^ ° { } --"
- "show_numbers % | < > = [ ] BackSpace" - "show_numbers % | < > = [ ] BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
actions: actions:
@ -222,3 +223,6 @@ buttons:
outline: "halfwidth" outline: "halfwidth"
_: _:
outline: "halfwidth" outline: "halfwidth"
--:
outline: "placeholder"
text: ""

View File

@ -2,6 +2,7 @@
outlines: outlines:
default: { width: 54, height: 37 } default: { width: 54, height: 37 }
halfwidth: { width: 27, height: 37 } halfwidth: { width: 27, height: 37 }
placeholder: { width: 27, height: 37 }
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 }
@ -35,7 +36,7 @@ views:
symbols: symbols:
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →" - "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
- "~ ` · √ π τ ÷ × ¶ @" - "~ ` · √ π τ ÷ × ¶ @"
- "© ® £ € ¥ ^ ° { }" - "-- © ® £ € ¥ ^ ° { } --"
- "show_numbers % | < > = [ ] BackSpace" - "show_numbers % | < > = [ ] BackSpace"
- "show_letters preferences space . Return" - "show_letters preferences space . Return"
actions: actions:
@ -226,3 +227,6 @@ buttons:
outline: "halfwidth" outline: "halfwidth"
_: _:
outline: "halfwidth" outline: "halfwidth"
--:
outline: "placeholder"
text: ""

View File

@ -1,12 +1,14 @@
--- ---
outlines: outlines:
default: { width: 35.33, height: 52 } default: { width: 34, height: 52 }
altline: { width: 52.67, height: 52 } large: { width: 44, height: 52 }
wide: { width: 62, height: 52 } altline: { width: 52.67, height: 52 }
change-view: { width: 52.67, height: 52 } wide: { width: 62, height: 52 }
change-view-2: { width: 62, height: 52 } change-view: { width: 52.67, height: 52 }
spaceline: { width: 142, height: 52 } change-view-2: { width: 62, height: 52 }
special: { width: 44, height: 52 } spaceline: { width: 233.34, height: 52 }
special: { width: 44, height: 52 }
placeholder: { width: 34, height: 52 }
views: views:
base: base:
@ -14,23 +16,25 @@ views:
- "ๆ ไ ำ พ ะ ั ี ร น ย บ ล" - "ๆ ไ ำ พ ะ ั ี ร น ย บ ล"
- "ฟ ห ก ด เ ้ ่ า ส ว ง ฃ" - "ฟ ห ก ด เ ้ ่ า ส ว ง ฃ"
- "Shift_L ผ ป แ อ ิ ื ท ม ใ ฝ BackSpace" - "Shift_L ผ ป แ อ ิ ื ท ม ใ ฝ BackSpace"
- "show_numbers preferences space PeriodLarge Return" - "show_numbers preferences space .-large Return"
upper: upper:
- "+ ๑ ๒ ๓ ๔ ู ฿ ๕ ๖ ๗ ๘ ๙" - "+ ๑ ๒ ๓ ๔ ู ฿ ๕ ๖ ๗ ๘ ๙"
- " \" ฎ ฑ ธ ํ ๊ ณ ฯ ญ ฐ ," - " \" ฎ ฑ ธ ํ ๊ ณ ฯ ญ ฐ ,"
- "ฤ ฆ ฏ โ ฌ ็ ๋ ษ ศ ซ . ฅ" - "ฤ ฆ ฏ โ ฌ ็ ๋ ษ ศ ซ . ฅ"
- "Shift_L ( ) ฉ ฮ ฺ ์ ? ฒ ฬ ฦ BackSpace" - "Shift_L ( ) ฉ ฮ ฺ ์ ? ฒ ฬ ฦ BackSpace"
- "show_numbers preferences space PeriodLarge Return" - "show_numbers preferences space .-large Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "-- -- -- -- -- -- -- -- -- -- -- --"
- "@ # $ % & - _ + ( )" - "-- -- , \" ' : ; ! ? -- -- --"
- "show_symbols , \" ' : ; ! ? BackSpace" - "-- 1 2 3 4 5 6 7 8 9 0 --"
- "show_letters preferences space PeriodLarge Return" - "show_symbols @ # $ % & - _ + ( ) BackSpace"
- "show_letters preferences space .-large Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ ×" - "-- -- -- -- -- -- -- -- -- -- -- --"
- "© ® £ € ¥ ^ ° * { }" - "-- -- \\ / < > = [ ] -- -- --"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "-- © ® £ € ¥ ^ ° * { } --"
- "show_letters preferences space PeriodLarge Return" - "show_numbers_from_symbols ~ ` | · √ π τ ÷ × ¶ BackSpace"
- "show_letters preferences space .-large Return"
buttons: buttons:
Shift_L: Shift_L:
@ -68,9 +72,6 @@ buttons:
set_view: "symbols" set_view: "symbols"
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
PeriodLarge:
outline: "special"
text: "."
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -78,3 +79,9 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
.-large:
outline: "large"
text: "."
--:
outline: "placeholder"
text: ""

View File

@ -1,13 +1,13 @@
--- ---
outlines: 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: { width: 75, height: 56 }
change-view-2: { width: 135, height: 56 } change-view-2: { width: 135, height: 56 }
spaceline: { width: 450, height: 56 } spaceline: { width: 480, height: 56 }
spacelinesymbol: { width: 300, height: 56 } special: { width: 75, height: 56 }
special: { width: 90, height: 56 } placeholder: { width: 75, height: 56 }
views: views:
base: base:
@ -15,23 +15,25 @@ views:
- "ๆ ไ ำ พ ะ ั ี ร น ย บ ล" - "ๆ ไ ำ พ ะ ั ี ร น ย บ ล"
- "ฟ ห ก ด เ ้ ่ า ส ว ง ฃ" - "ฟ ห ก ด เ ้ ่ า ส ว ง ฃ"
- "Shift_L ผ ป แ อ ิ ื ท ม ใ ฝ BackSpace" - "Shift_L ผ ป แ อ ิ ื ท ม ใ ฝ BackSpace"
- "show_numbers preferences space PeriodLarge Return" - "show_numbers preferences space . Return"
upper: upper:
- "+ ๑ ๒ ๓ ๔ ู ฿ ๕ ๖ ๗ ๘ ๙" - "+ ๑ ๒ ๓ ๔ ู ฿ ๕ ๖ ๗ ๘ ๙"
- " \" ฎ ฑ ธ ํ ๊ ณ ฯ ญ ฐ ," - " \" ฎ ฑ ธ ํ ๊ ณ ฯ ญ ฐ ,"
- "ฤ ฆ ฏ โ ฌ ็ ๋ ษ ศ ซ . ฅ" - "ฤ ฆ ฏ โ ฌ ็ ๋ ษ ศ ซ . ฅ"
- "Shift_L ( ) ฉ ฮ ฺ ์ ? ฒ ฬ ฦ BackSpace" - "Shift_L ( ) ฉ ฮ ฺ ์ ? ฒ ฬ ฦ BackSpace"
- "show_numbers preferences space PeriodLarge Return" - "show_numbers preferences space . Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "-- -- -- -- -- -- -- -- -- -- -- --"
- "@ # $ % & - _ + ( )" - "-- -- , \" ' : ; ! ? -- -- --"
- "show_symbols , \" ' : ; ! ? BackSpace" - "-- 1 2 3 4 5 6 7 8 9 0 --"
- "show_letters preferences spacesymbol PeriodLarge Return" - "show_symbols @ # $ % & - _ + ( ) BackSpace"
- "show_letters preferences space . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ ×" - "-- -- -- -- -- -- -- -- -- -- -- --"
- "© ® £ € ¥ ^ ° * { }" - "-- -- \\ / < > = [ ] -- -- --"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace" - "-- © ® £ € ¥ ^ ° * { } --"
- "show_letters preferences spacesymbol PeriodLarge Return" - "show_numbers_from_symbols ~ ` | · √ π τ ÷ × ¶ BackSpace"
- "show_letters preferences space . Return"
buttons: buttons:
Shift_L: Shift_L:
@ -69,16 +71,13 @@ buttons:
set_view: "symbols" set_view: "symbols"
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
PeriodLarge:
outline: "special"
text: "."
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
spacesymbol:
outline: "spacelinesymbol"
text: " "
Return: Return:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -1,14 +1,17 @@
--- ---
outlines: outlines:
default: { width: 32, height: 52 } default: { width: 32.45, 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: { width: 32, height: 52 }
change-view-2: { width: 57, 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 }
special: { width: 42, height: 52 } fill-2: { width: 64.9, height: 52 }
special: { width: 42, height: 52 }
large: { width: 42, height: 52 }
placeholder: { width: 40, height: 52 }
views: views:
base: base:
@ -20,16 +23,16 @@ views:
- "Й Ц У К Е Н Г Ш Щ З Х" - "Й Ц У К Е Н Г Ш Щ З Х"
- І В А П Р О Л Д Ж Є" - І В А П Р О Л Д Ж Є"
- "Shift_L Я Ч С М И Т Ь Б Ю BackSpace" - "Shift_L Я Ч С М И Т Ь Б Ю BackSpace"
- "show_numbers preferences Ґ space Ї CommaLarge Return" - "show_numbers preferences Ґ space Ї ,-large Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols , \" ' : ; ! ? -- BackSpace"
- "show_letters preferences space_fill . Return" - "show_letters preferences space_fill . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers \\ / < > = [ ] BackSpace" - "show_numbers \\ / < > = [ ] -- BackSpace"
- "show_letters preferences space_fill . Return" - "show_letters preferences space_fill . Return"
buttons: buttons:
@ -64,9 +67,9 @@ buttons:
outline: "change-view-2" outline: "change-view-2"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "large"
CommaLarge: ",-large":
outline: "special" outline: "large"
text: "," text: ","
space: space:
outline: "spaceline" outline: "spaceline"
@ -86,3 +89,14 @@ buttons:
outline: "narrow" outline: "narrow"
Ї: Ї:
outline: "narrow" outline: "narrow"
--:
outline: "placeholder"
text: ""
5:
outline: "fill-2"
"&":
outline: "fill-2"
:
outline: "fill-2"
¥:
outline: "fill-2"

View File

@ -1,14 +1,16 @@
--- ---
outlines: outlines:
default: { width: 48, height: 42 } default: { width: 48.75, height: 42 }
altline: { width: 48, height: 42 } altline: { width: 48.75, height: 42 }
wide: { width: 85.5, height: 42 } wide: { width: 85.5, height: 42 }
change-view: { width: 48, height: 42 } change-view: { width: 48.75, height: 42 }
change-view-2: { width: 85.5, 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: 190, height: 42 }
fill: { width: 238.5, height: 42 } fill: { width: 268, height: 42 }
special: { width: 63, height: 42 } fill-2: { width: 97.5, height: 42 }
special: { width: 48.75, height: 42 }
placeholder: { width: 60.75, height: 42 }
views: views:
base: base:
@ -20,16 +22,16 @@ views:
- "Й Ц У К Е Н Г Ш Щ З Х" - "Й Ц У К Е Н Г Ш Щ З Х"
- І В А П Р О Л Д Ж Є" - І В А П Р О Л Д Ж Є"
- "Shift_L Я Ч С М И Т Ь Б Ю BackSpace" - "Shift_L Я Ч С М И Т Ь Б Ю BackSpace"
- "show_numbers preferences Ґ space Ї CommaLarge Return" - "show_numbers preferences Ґ space Ї , Return"
numbers: numbers:
- "1 2 3 4 5 6 7 8 9 0" - "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )" - "@ # $ % & - _ + ( )"
- "show_symbols , \" ' : ; ! ? BackSpace" - "show_symbols , \" ' : ; ! ? -- BackSpace"
- "show_letters preferences space_fill . Return" - "show_letters preferences space_fill . Return"
symbols: symbols:
- "~ ` | · √ π τ ÷ × ¶" - "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }" - "© ® £ € ¥ ^ ° * { }"
- "show_numbers \\ / < > = [ ] BackSpace" - "show_numbers \\ / < > = [ ] -- BackSpace"
- "show_letters preferences space_fill . Return" - "show_letters preferences space_fill . Return"
buttons: buttons:
@ -63,11 +65,6 @@ buttons:
set_view: "symbols" set_view: "symbols"
outline: "change-view-2" outline: "change-view-2"
label: "*/=" label: "*/="
.:
outline: "special"
CommaLarge:
outline: "special"
text: ","
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -86,3 +83,14 @@ buttons:
outline: "narrow" outline: "narrow"
Ї: Ї:
outline: "narrow" outline: "narrow"
--:
outline: "placeholder"
text: ""
5:
outline: "fill-2"
"&":
outline: "fill-2"
:
outline: "fill-2"
¥:
outline: "fill-2"

View File

@ -6,6 +6,7 @@ outlines:
change-view-2: { width: 62, 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 }
views: views:
base: base:
@ -66,9 +67,9 @@ buttons:
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "large"
SlashLarge: SlashLarge:
outline: "special" outline: "large"
text: "/" text: "/"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -6,6 +6,7 @@ outlines:
change-view-2: { width: 91.25, 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: 64.76, height: 42 }
views: views:
base: base:
@ -66,9 +67,9 @@ buttons:
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "large"
SlashLarge: SlashLarge:
outline: "special" outline: "large"
text: "/" text: "/"
space: space:
outline: "spaceline" outline: "spaceline"

View File

@ -7,15 +7,17 @@ outlines:
change-view-2: { width: 62, 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 }
large: { width: 44, height: 52 }
placeholder: { width: 35.33, height: 52 }
views: views:
base: base:
- "q w f p g j l u y" - "q w f p g j l u y --"
- "a r s t d h n e i o" - "a r s t d h n e i o"
- "Shift_L z x c v b k m BackSpace" - "Shift_L z x c v b k m BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
upper: upper:
- "Q W F P G J L U Y" - "Q W F P G J L U Y --"
- "A R S T D H N E I O" - "A R S T D H N E I O"
- "Shift_L Z X C V B K M BackSpace" - "Shift_L Z X C V B K M BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
@ -67,7 +69,7 @@ buttons:
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "large"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -75,3 +77,6 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -7,15 +7,17 @@ outlines:
change-view-2: { width: 108, 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 }
large: { width: 54, height: 42 }
placeholder: { width: 54, height: 42 }
views: views:
base: base:
- "q w f p g j l u y" - "q w f p g j l u y --"
- "a r s t d h n e i o" - "a r s t d h n e i o"
- "Shift_L z x c v b k m BackSpace" - "Shift_L z x c v b k m BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
upper: upper:
- "Q W F P G J L U Y" - "Q W F P G J L U Y --"
- "A R S T D H N E I O" - "A R S T D H N E I O"
- "Shift_L Z X C V B K M BackSpace" - "Shift_L Z X C V B K M BackSpace"
- "show_numbers preferences space . Return" - "show_numbers preferences space . Return"
@ -67,7 +69,7 @@ buttons:
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "large"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "
@ -75,3 +77,6 @@ buttons:
outline: "wide" outline: "wide"
icon: "key-enter" icon: "key-enter"
keysym: "Return" keysym: "Return"
--:
outline: "placeholder"
text: ""

View File

@ -7,6 +7,7 @@ outlines:
change-view-2: { width: 62, 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 }
large: { width: 44, height: 52 }
views: views:
base: base:
@ -67,7 +68,7 @@ buttons:
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "large"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "

View File

@ -7,6 +7,7 @@ outlines:
change-view-2: { width: 108, 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 }
large: { width: 54, height: 42 }
views: views:
base: base:
@ -67,7 +68,7 @@ buttons:
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "large"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "

View File

@ -7,6 +7,7 @@ outlines:
wide: { width: 62, height: 52 } wide: { width: 62, height: 52 }
spaceline: { width: 141.3, height: 52 } spaceline: { width: 141.3, height: 52 }
special: { width: 44, height: 52 } special: { width: 44, height: 52 }
large: { width: 44, height: 52 }
views: views:
base: base:
@ -67,7 +68,7 @@ buttons:
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "large"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "

View File

@ -7,6 +7,7 @@ outlines:
wide: { width: 108, height: 42 } wide: { width: 108, height: 42 }
spaceline: { width: 216, height: 42 } spaceline: { width: 216, height: 42 }
special: { width: 54, height: 42 } special: { width: 54, height: 42 }
large: { width: 54, height: 42 }
views: views:
base: base:
@ -67,7 +68,7 @@ buttons:
outline: "change-view" outline: "change-view"
label: "*/=" label: "*/="
.: .:
outline: "special" outline: "large"
space: space:
outline: "spaceline" outline: "spaceline"
text: " " text: " "

View File

@ -13,11 +13,13 @@ sq_button:active {
background: #747077; background: #747077;
} }
sq_button.subtle-highlight { sq_button.subtle-highlight,
sq_button.subtle-highlight-2 {
background: #3f3e41; background: #3f3e41;
} }
sq_button.subtle-highlight:active { sq_button.subtle-highlight:active,
sq_button.subtle-highlight-2:active {
background: #676669; background: #676669;
} }

View File

@ -14,11 +14,13 @@ sq_button:active {
background: alpha(@theme_fg_color, 0.11); background: alpha(@theme_fg_color, 0.11);
} }
sq_button.subtle-highlight { sq_button.subtle-highlight,
sq_button.subtle-highlight-2 {
background: alpha(@theme_fg_color, 0.105); background: alpha(@theme_fg_color, 0.105);
} }
sq_button.subtle-highlight:active { sq_button.subtle-highlight:active,
sq_button.subtle-highlight-2:active {
background: alpha(@theme_fg_color, 0.16); background: alpha(@theme_fg_color, 0.16);
} }