Layouts: Add various small size-improvements and fixes for some layouts
Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/654>
This commit is contained in:
committed by
Marge Bot
parent
bfc487faec
commit
c4e3c32c79
@ -3,14 +3,15 @@
|
|||||||
# Oct 2021
|
# Oct 2021
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 34.3, height: 52 }
|
default: { width: 34.3, height: 52 }
|
||||||
altline: { width: 52, height: 52 }
|
altline: { width: 52, height: 52 }
|
||||||
wide: { width: 52, height: 52 }
|
wide: { width: 104, height: 52 }
|
||||||
change-view: { width: 52, height: 52 }
|
change-view: { width: 52, height: 52 }
|
||||||
spaceline: { width: 255, height: 52 }
|
change-view-2: { width: 104, height: 52 }
|
||||||
special: { width: 44, height: 52 }
|
spaceline: { width: 150.99, height: 52 }
|
||||||
large: { width: 44, height: 52 }
|
special: { width: 44, height: 52 }
|
||||||
placeholder: { width: 34.3, height: 52 }
|
large: { width: 44, height: 52 }
|
||||||
|
placeholder: { width: 34.3, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -35,7 +36,7 @@ views:
|
|||||||
- "* # \\ % < > = [ ]"
|
- "* # \\ % < > = [ ]"
|
||||||
- "© $ / & - _ + ( )"
|
- "© $ / & - _ + ( )"
|
||||||
- "® £ € ¥ ^ ° @ { }"
|
- "® £ € ¥ ^ ° @ { }"
|
||||||
- "show_numbers ~ ` | · √ π τ ÷ × ¶ BackSpace"
|
- "show_numbers_from_symbols ~ ` | · √ π τ ÷ × ¶ BackSpace"
|
||||||
- "show_letters preferences space . Return"
|
- "show_letters preferences space . Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -55,6 +56,11 @@ 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"
|
||||||
@ -62,7 +68,7 @@ buttons:
|
|||||||
show_letters:
|
show_letters:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
outline: "change-view"
|
outline: "change-view-2"
|
||||||
label: "ԱԲԳ"
|
label: "ԱԲԳ"
|
||||||
show_symbols:
|
show_symbols:
|
||||||
action:
|
action:
|
||||||
|
|||||||
@ -5,9 +5,10 @@
|
|||||||
outlines:
|
outlines:
|
||||||
default: { width: 51.7, height: 42 }
|
default: { width: 51.7, height: 42 }
|
||||||
altline: { width: 77.5, height: 42 }
|
altline: { width: 77.5, height: 42 }
|
||||||
wide: { width: 77.5, height: 42 }
|
wide: { width: 103.35, height: 42 }
|
||||||
change-view: { width: 77.5, height: 42 }
|
change-view: { width: 77.5, height: 42 }
|
||||||
spaceline: { width: 392, height: 42 }
|
change-view-2: { width: 103.35, height: 42 }
|
||||||
|
spaceline: { width: 340.3, height: 42 }
|
||||||
special: { width: 62.27, height: 42 }
|
special: { width: 62.27, height: 42 }
|
||||||
large: { width: 62.27, height: 42 }
|
large: { width: 62.27, height: 42 }
|
||||||
placeholder: { width: 51.7, height: 42 }
|
placeholder: { width: 51.7, height: 42 }
|
||||||
@ -35,7 +36,7 @@ views:
|
|||||||
- "* # \\ % < > = [ ]"
|
- "* # \\ % < > = [ ]"
|
||||||
- "© $ / & - _ + ( )"
|
- "© $ / & - _ + ( )"
|
||||||
- "® £ € ¥ ^ ° @ { }"
|
- "® £ € ¥ ^ ° @ { }"
|
||||||
- "show_numbers ~ ` | · √ π τ ÷ × ¶ BackSpace"
|
- "show_numbers_from_symbols ~ ` | · √ π τ ÷ × ¶ BackSpace"
|
||||||
- "show_letters preferences space . Return"
|
- "show_letters preferences space . Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -55,6 +56,11 @@ 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"
|
||||||
@ -62,7 +68,7 @@ buttons:
|
|||||||
show_letters:
|
show_letters:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
outline: "change-view"
|
outline: "change-view-2"
|
||||||
label: "ԱԲԳ"
|
label: "ԱԲԳ"
|
||||||
show_symbols:
|
show_symbols:
|
||||||
action:
|
action:
|
||||||
|
|||||||
@ -3,14 +3,15 @@
|
|||||||
# Oct 2021
|
# Oct 2021
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 34.3, height: 52 }
|
default: { width: 34.3, height: 52 }
|
||||||
altline: { width: 52, height: 52 }
|
altline: { width: 52, height: 52 }
|
||||||
wide: { width: 52, height: 52 }
|
wide: { width: 104, height: 52 }
|
||||||
change-view: { width: 52, height: 52 }
|
change-view: { width: 52, height: 52 }
|
||||||
spaceline: { width: 255, height: 52 }
|
change-view-2: { width: 104, height: 52 }
|
||||||
special: { width: 44, height: 52 }
|
spaceline: { width: 150.99, height: 52 }
|
||||||
large: { width: 44, height: 52 }
|
special: { width: 44, height: 52 }
|
||||||
placeholder: { width: 34.3, height: 52 }
|
large: { width: 44, height: 52 }
|
||||||
|
placeholder: { width: 34.3, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -35,7 +36,7 @@ views:
|
|||||||
- "* # \\ % < > = [ ]"
|
- "* # \\ % < > = [ ]"
|
||||||
- "© $ / & - _ + ( )"
|
- "© $ / & - _ + ( )"
|
||||||
- "® £ € ¥ ^ ° @ { }"
|
- "® £ € ¥ ^ ° @ { }"
|
||||||
- "show_numbers ~ ` | · √ π τ ÷ × ¶ BackSpace"
|
- "show_numbers_from_symbols ~ ` | · √ π τ ÷ × ¶ BackSpace"
|
||||||
- "show_letters preferences space . Return"
|
- "show_letters preferences space . Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -55,6 +56,11 @@ 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"
|
||||||
@ -62,7 +68,7 @@ buttons:
|
|||||||
show_letters:
|
show_letters:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
outline: "change-view"
|
outline: "change-view-2"
|
||||||
label: "ԱԲԳ"
|
label: "ԱԲԳ"
|
||||||
show_symbols:
|
show_symbols:
|
||||||
action:
|
action:
|
||||||
|
|||||||
@ -3,14 +3,15 @@
|
|||||||
# Oct 2021
|
# Oct 2021
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 51.7, height: 42 }
|
default: { width: 51.7, height: 42 }
|
||||||
altline: { width: 77.5, height: 42 }
|
altline: { width: 77.5, height: 42 }
|
||||||
wide: { width: 77.5, height: 42 }
|
wide: { width: 103.35, height: 42 }
|
||||||
change-view: { width: 77.5, height: 42 }
|
change-view: { width: 77.5, height: 42 }
|
||||||
spaceline: { width: 392, height: 42 }
|
change-view-2: { width: 103.35, height: 42 }
|
||||||
special: { width: 62.27, height: 42 }
|
spaceline: { width: 340.3, height: 42 }
|
||||||
large: { width: 62.27, height: 42 }
|
special: { width: 62.27, height: 42 }
|
||||||
placeholder: { width: 51.7, height: 42 }
|
large: { width: 62.27, height: 42 }
|
||||||
|
placeholder: { width: 51.7, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -35,7 +36,7 @@ views:
|
|||||||
- "* # \\ % < > = [ ]"
|
- "* # \\ % < > = [ ]"
|
||||||
- "© $ / & - _ + ( )"
|
- "© $ / & - _ + ( )"
|
||||||
- "® £ € ¥ ^ ° @ { }"
|
- "® £ € ¥ ^ ° @ { }"
|
||||||
- "show_numbers ~ ` | · √ π τ ÷ × ¶ BackSpace"
|
- "show_numbers_from_symbols ~ ` | · √ π τ ÷ × ¶ BackSpace"
|
||||||
- "show_letters preferences space . Return"
|
- "show_letters preferences space . Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -55,6 +56,11 @@ 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"
|
||||||
@ -62,7 +68,7 @@ buttons:
|
|||||||
show_letters:
|
show_letters:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
outline: "change-view"
|
outline: "change-view-2"
|
||||||
label: "ԱԲԳ"
|
label: "ԱԲԳ"
|
||||||
show_symbols:
|
show_symbols:
|
||||||
action:
|
action:
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
# Maintained by: Khaled Eldoheiri <khalid@kdehairy.com>
|
# Maintained by: Khaled Eldoheiri <khalid@kdehairy.com>
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.95, 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.65, height: 52 }
|
spaceline: { width: 169.63, height: 52 }
|
||||||
special: { width: 35.66, height: 52 }
|
special: { width: 35.66, height: 52 }
|
||||||
fill: { width: 65.32, height: 52 }
|
fill: { width: 65.32, height: 52 }
|
||||||
|
|
||||||
@ -29,7 +29,7 @@ views:
|
|||||||
symbols:
|
symbols:
|
||||||
- "~ ` | · √ π τ ÷ × ¶"
|
- "~ ` | · √ π τ ÷ × ¶"
|
||||||
- "© ® £ € ¥ ^ ° * { }"
|
- "© ® £ € ¥ ^ ° * { }"
|
||||||
- "show_numbers \\ / < > = [ ] BackSpace"
|
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace"
|
||||||
- "show_letters preferences space . Return"
|
- "show_letters preferences space . Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -49,6 +49,11 @@ 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"
|
||||||
@ -56,7 +61,7 @@ buttons:
|
|||||||
show_letters:
|
show_letters:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
outline: "change-view"
|
outline: "change-view-2"
|
||||||
label: "ض"
|
label: "ض"
|
||||||
show_symbols:
|
show_symbols:
|
||||||
action:
|
action:
|
||||||
@ -67,7 +72,7 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "altline"
|
outline: "wide"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
5:
|
5:
|
||||||
|
|||||||
@ -32,12 +32,12 @@ views:
|
|||||||
- "show_letters show_accents preferences space , . Return"
|
- "show_letters show_accents preferences space , . Return"
|
||||||
accents:
|
accents:
|
||||||
- "ä ě é ř ť ý ů í ó ö"
|
- "ä ě é ř ť ý ů í ó ö"
|
||||||
- "á š ď ë ŕ ú ü ô ľ --"
|
- "á š ď ë ŕ ú ü ô ľ"
|
||||||
- "accents_Shift_L ž ß č ç ñ ň ĺ BackSpace"
|
- "accents_Shift_L ž ß č ç ñ ň ĺ BackSpace"
|
||||||
- "show_letters show_accents preferences space , . Return"
|
- "show_letters show_accents preferences space , . Return"
|
||||||
upper_accents:
|
upper_accents:
|
||||||
- "Ä Ě É Ř Ť Ý Ů Í Ó Ö"
|
- "Ä Ě É Ř Ť Ý Ů Í Ó Ö"
|
||||||
- "Á Š Ď Ë Ŕ Ú Ü Ô Ľ --"
|
- "Á Š Ď Ë Ŕ Ú Ü Ô Ľ"
|
||||||
- "accents_Shift_L Ž ẞ Č Ç Ñ Ň Ĺ BackSpace"
|
- "accents_Shift_L Ž ẞ Č Ç Ñ Ň Ĺ BackSpace"
|
||||||
- "show_letters show_upper_accents preferences space , . Return"
|
- "show_letters show_upper_accents preferences space , . Return"
|
||||||
|
|
||||||
|
|||||||
@ -32,12 +32,12 @@ views:
|
|||||||
- "show_letters show_accents preferences space , . Return"
|
- "show_letters show_accents preferences space , . Return"
|
||||||
accents:
|
accents:
|
||||||
- "ä ě é ř ť ý ů í ó ö"
|
- "ä ě é ř ť ý ů í ó ö"
|
||||||
- "á š ď ë ŕ ú ü ô ľ --"
|
- "á š ď ë ŕ ú ü ô ľ"
|
||||||
- "accents_Shift_L ž ß č ç ñ ň ĺ BackSpace"
|
- "accents_Shift_L ž ß č ç ñ ň ĺ BackSpace"
|
||||||
- "show_letters show_accents preferences space , . Return"
|
- "show_letters show_accents preferences space , . Return"
|
||||||
upper_accents:
|
upper_accents:
|
||||||
- "Ä Ě É Ř Ť Ý Ů Í Ó Ö"
|
- "Ä Ě É Ř Ť Ý Ů Í Ó Ö"
|
||||||
- "Á Š Ď Ë Ŕ Ú Ü Ô Ľ --"
|
- "Á Š Ď Ë Ŕ Ú Ü Ô Ľ"
|
||||||
- "accents_Shift_L Ž ẞ Č Ç Ñ Ň Ĺ BackSpace"
|
- "accents_Shift_L Ž ẞ Č Ç Ñ Ň Ĺ BackSpace"
|
||||||
- "show_letters show_upper_accents preferences space , . Return"
|
- "show_letters show_upper_accents preferences space , . Return"
|
||||||
|
|
||||||
|
|||||||
@ -32,12 +32,12 @@ views:
|
|||||||
- "show_letters show_accents preferences space , . Return"
|
- "show_letters show_accents preferences space , . Return"
|
||||||
accents:
|
accents:
|
||||||
- "ä ě é ř ť ž ů í ó ö"
|
- "ä ě é ř ť ž ů í ó ö"
|
||||||
- "á š ď ë ŕ ú ü ô ľ --"
|
- "á š ď ë ŕ ú ü ô ľ"
|
||||||
- "accents_Shift_L ý ß č ç ñ ň ĺ BackSpace"
|
- "accents_Shift_L ý ß č ç ñ ň ĺ BackSpace"
|
||||||
- "show_letters show_accents preferences space , . Return"
|
- "show_letters show_accents preferences space , . Return"
|
||||||
upper_accents:
|
upper_accents:
|
||||||
- "Ä Ě É Ř Ť Ž Ů Í Ó Ö"
|
- "Ä Ě É Ř Ť Ž Ů Í Ó Ö"
|
||||||
- "Á Š Ď Ë Ŕ Ú Ü Ô Ľ --"
|
- "Á Š Ď Ë Ŕ Ú Ü Ô Ľ"
|
||||||
- "accents_Shift_L Ý ẞ Č Ç Ñ Ň Ĺ BackSpace"
|
- "accents_Shift_L Ý ẞ Č Ç Ñ Ň Ĺ BackSpace"
|
||||||
- "show_letters show_upper_accents preferences space , . Return"
|
- "show_letters show_upper_accents preferences space , . Return"
|
||||||
|
|
||||||
|
|||||||
@ -32,12 +32,12 @@ views:
|
|||||||
- "show_letters show_accents preferences space , . Return"
|
- "show_letters show_accents preferences space , . Return"
|
||||||
accents:
|
accents:
|
||||||
- "ä ě é ř ť ž ů í ó ö"
|
- "ä ě é ř ť ž ů í ó ö"
|
||||||
- "á š ď ë ŕ ú ü ô ľ --"
|
- "á š ď ë ŕ ú ü ô ľ"
|
||||||
- "accents_Shift_L ý ß č ç ñ ň ĺ BackSpace"
|
- "accents_Shift_L ý ß č ç ñ ň ĺ BackSpace"
|
||||||
- "show_letters show_accents preferences space , . Return"
|
- "show_letters show_accents preferences space , . Return"
|
||||||
upper_accents:
|
upper_accents:
|
||||||
- "Ä Ě É Ř Ť Ž Ů Í Ó Ö"
|
- "Ä Ě É Ř Ť Ž Ů Í Ó Ö"
|
||||||
- "Á Š Ď Ë Ŕ Ú Ü Ô Ľ --"
|
- "Á Š Ď Ë Ŕ Ú Ü Ô Ľ"
|
||||||
- "accents_Shift_L Ý ẞ Č Ç Ñ Ň Ĺ BackSpace"
|
- "accents_Shift_L Ý ẞ Č Ç Ñ Ň Ĺ BackSpace"
|
||||||
- "show_letters show_upper_accents preferences space , . Return"
|
- "show_letters show_upper_accents preferences space , . Return"
|
||||||
|
|
||||||
|
|||||||
@ -1,14 +1,15 @@
|
|||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.4, height: 52 }
|
default: { width: 32.4, height: 52 }
|
||||||
altline: { width: 48.39, height: 52 }
|
altline: { width: 48.39, height: 52 }
|
||||||
large: { width: 48.39, height: 52 }
|
large: { width: 48.39, height: 52 }
|
||||||
wide: { width: 62, height: 52 }
|
wide: { width: 62, height: 52 }
|
||||||
change-view: { width: 48.39, height: 52 }
|
change-view: { width: 48.39, height: 52 }
|
||||||
spaceline: { width: 150, height: 52 }
|
change-view-2: { width: 62, height: 52 }
|
||||||
special: { width: 48, height: 52 }
|
spaceline: { width: 136.39, height: 52 }
|
||||||
placeholder: { width: 32, height: 52 }
|
special: { width: 48, height: 52 }
|
||||||
fill: { width: 64, height: 52 }
|
placeholder: { width: 32, height: 52 }
|
||||||
|
fill: { width: 64, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -29,7 +30,7 @@ views:
|
|||||||
symbols:
|
symbols:
|
||||||
- "~ ` | · √ π τ ÷ × ¶"
|
- "~ ` | · √ π τ ÷ × ¶"
|
||||||
- "© ® £ € ¥ ^ ° * { }"
|
- "© ® £ € ¥ ^ ° * { }"
|
||||||
- "show_numbers -- \\ / < > = [ ] BackSpace"
|
- "show_numbers_from_symbols -- \\ / < > = [ ] BackSpace"
|
||||||
- "show_letters preferences space . Return"
|
- "show_letters preferences space . Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -49,6 +50,11 @@ 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"
|
||||||
@ -56,7 +62,7 @@ buttons:
|
|||||||
show_letters:
|
show_letters:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
outline: "change-view"
|
outline: "change-view-2"
|
||||||
label: "ABC"
|
label: "ABC"
|
||||||
show_symbols:
|
show_symbols:
|
||||||
action:
|
action:
|
||||||
|
|||||||
@ -1,14 +1,15 @@
|
|||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.4, height: 52 }
|
default: { width: 32.4, height: 52 }
|
||||||
altline: { width: 48.39, height: 52 }
|
altline: { width: 48.39, height: 52 }
|
||||||
large: { width: 48.39, height: 52 }
|
large: { width: 48.39, height: 52 }
|
||||||
wide: { width: 62, height: 52 }
|
wide: { width: 62, height: 52 }
|
||||||
change-view: { width: 48.39, height: 52 }
|
change-view: { width: 48.39, height: 52 }
|
||||||
spaceline: { width: 150, height: 52 }
|
change-view-2: { width: 62, height: 52 }
|
||||||
special: { width: 48, height: 52 }
|
spaceline: { width: 136.39, height: 52 }
|
||||||
placeholder: { width: 32, height: 52 }
|
special: { width: 48, height: 52 }
|
||||||
fill: { width: 64, height: 52 }
|
placeholder: { width: 32, height: 52 }
|
||||||
|
fill: { width: 64, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -29,7 +30,7 @@ views:
|
|||||||
symbols:
|
symbols:
|
||||||
- "~ ` | · √ π τ ÷ × ¶"
|
- "~ ` | · √ π τ ÷ × ¶"
|
||||||
- "© ® £ € ¥ ^ ° * { }"
|
- "© ® £ € ¥ ^ ° * { }"
|
||||||
- "show_numbers -- \\ / < > = [ ] BackSpace"
|
- "show_numbers_from_symbols -- \\ / < > = [ ] BackSpace"
|
||||||
- "show_letters preferences space . Return"
|
- "show_letters preferences space . Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -49,6 +50,11 @@ 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"
|
||||||
@ -56,7 +62,7 @@ buttons:
|
|||||||
show_letters:
|
show_letters:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
outline: "change-view"
|
outline: "change-view-2"
|
||||||
label: "ABC"
|
label: "ABC"
|
||||||
show_symbols:
|
show_symbols:
|
||||||
action:
|
action:
|
||||||
|
|||||||
@ -1,14 +1,15 @@
|
|||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.4, height: 52 }
|
default: { width: 32.4, height: 52 }
|
||||||
altline: { width: 48.39, height: 52 }
|
altline: { width: 48.39, height: 52 }
|
||||||
large: { width: 48.39, height: 52 }
|
large: { width: 48.39, height: 52 }
|
||||||
wide: { width: 62, height: 52 }
|
wide: { width: 62, height: 52 }
|
||||||
change-view: { width: 48.39, height: 52 }
|
change-view: { width: 48.39, height: 52 }
|
||||||
spaceline: { width: 150, height: 52 }
|
change-view-2: { width: 62, height: 52 }
|
||||||
special: { width: 48, height: 52 }
|
spaceline: { width: 136.39, height: 52 }
|
||||||
placeholder: { width: 32, height: 52 }
|
special: { width: 48, height: 52 }
|
||||||
fill: { width: 64, height: 52 }
|
placeholder: { width: 32, height: 52 }
|
||||||
|
fill: { width: 64, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -29,7 +30,7 @@ views:
|
|||||||
symbols:
|
symbols:
|
||||||
- "~ ` | · √ π τ ÷ × ¶"
|
- "~ ` | · √ π τ ÷ × ¶"
|
||||||
- "© ® £ € ¥ ^ ° * { }"
|
- "© ® £ € ¥ ^ ° * { }"
|
||||||
- "show_numbers -- \\ / < > = [ ] BackSpace"
|
- "show_numbers_from_symbols -- \\ / < > = [ ] BackSpace"
|
||||||
- "show_letters preferences space . Return"
|
- "show_letters preferences space . Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -49,6 +50,11 @@ 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"
|
||||||
@ -56,7 +62,7 @@ buttons:
|
|||||||
show_letters:
|
show_letters:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
outline: "change-view"
|
outline: "change-view-2"
|
||||||
label: "ABC"
|
label: "ABC"
|
||||||
show_symbols:
|
show_symbols:
|
||||||
action:
|
action:
|
||||||
|
|||||||
@ -33,12 +33,12 @@ views:
|
|||||||
- "show_letters preferences space .-large 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"
|
||||||
|
|
||||||
|
|||||||
@ -33,12 +33,12 @@ views:
|
|||||||
- "show_letters preferences space .-large 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"
|
||||||
|
|
||||||
|
|||||||
@ -1,17 +1,16 @@
|
|||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.45, 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: 64.55, 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: 64.55, height: 52 }
|
||||||
narrow: { width: 26, height: 52 }
|
spaceline: { width: 91.96, height: 52 }
|
||||||
spaceline: { width: 107, height: 52 }
|
fill: { width: 156.86, height: 52 }
|
||||||
fill: { width: 159, height: 52 }
|
fill-2: { width: 64.9, height: 52 }
|
||||||
fill-2: { width: 64.9, height: 52 }
|
special: { width: 35.67, height: 52 }
|
||||||
special: { width: 42, height: 52 }
|
large: { width: 35.67, height: 52 }
|
||||||
large: { width: 42, height: 52 }
|
placeholder: { width: 32.45, height: 52 }
|
||||||
placeholder: { width: 40, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -27,12 +26,12 @@ 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-wide"
|
||||||
- "show_letters preferences space-fill . Return"
|
- "show_letters preferences space-fill . Return"
|
||||||
symbols:
|
symbols:
|
||||||
- "~ ` | · √ π τ ÷ × ¶"
|
- "~ ` | · √ π τ ÷ × ¶"
|
||||||
- "© ® £ € ¥ ^ ° * { }"
|
- "© ® £ € ¥ ^ ° * { }"
|
||||||
- "show_numbers \\ / < > = [ ] -- BackSpace"
|
- "show_numbers \\ / < > = [ ] BackSpace-wide"
|
||||||
- "show_letters preferences space-fill . Return"
|
- "show_letters preferences space-fill . Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -47,6 +46,10 @@ buttons:
|
|||||||
outline: "altline"
|
outline: "altline"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
|
BackSpace-wide:
|
||||||
|
outline: "wide"
|
||||||
|
icon: "edit-clear-symbolic"
|
||||||
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
action: "show_prefs"
|
action: "show_prefs"
|
||||||
outline: "special"
|
outline: "special"
|
||||||
@ -81,14 +84,6 @@ buttons:
|
|||||||
outline: "wide"
|
outline: "wide"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
ё:
|
|
||||||
outline: "narrow"
|
|
||||||
Ё:
|
|
||||||
outline: "narrow"
|
|
||||||
ъ:
|
|
||||||
outline: "narrow"
|
|
||||||
Ъ:
|
|
||||||
outline: "narrow"
|
|
||||||
--:
|
--:
|
||||||
outline: "placeholder"
|
outline: "placeholder"
|
||||||
text: ""
|
text: ""
|
||||||
|
|||||||
@ -2,15 +2,14 @@
|
|||||||
outlines:
|
outlines:
|
||||||
default: { width: 48.75, height: 42 }
|
default: { width: 48.75, height: 42 }
|
||||||
altline: { width: 48.75, height: 42 }
|
altline: { width: 48.75, height: 42 }
|
||||||
wide: { width: 85.5, height: 42 }
|
wide: { width: 97.5, height: 42 }
|
||||||
change-view: { width: 48.75, height: 42 }
|
change-view: { width: 48.75, height: 42 }
|
||||||
change-view-2: { width: 85.5, height: 42 }
|
change-view-2: { width: 97.5, height: 42 }
|
||||||
narrow: { width: 39, height: 42 }
|
spaceline: { width: 146.5, height: 42 }
|
||||||
spaceline: { width: 190, height: 42 }
|
fill: { width: 244, height: 42 }
|
||||||
fill: { width: 268, height: 42 }
|
|
||||||
fill-2: { width: 97.5, height: 42 }
|
fill-2: { width: 97.5, height: 42 }
|
||||||
special: { width: 48.75, height: 42 }
|
special: { width: 48.75, height: 42 }
|
||||||
placeholder: { width: 60.75, height: 42 }
|
placeholder: { width: 48.75, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -26,12 +25,12 @@ 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-wide"
|
||||||
- "show_letters preferences space-fill . Return"
|
- "show_letters preferences space-fill . Return"
|
||||||
symbols:
|
symbols:
|
||||||
- "~ ` | · √ π τ ÷ × ¶"
|
- "~ ` | · √ π τ ÷ × ¶"
|
||||||
- "© ® £ € ¥ ^ ° * { }"
|
- "© ® £ € ¥ ^ ° * { }"
|
||||||
- "show_numbers \\ / < > = [ ] -- BackSpace"
|
- "show_numbers \\ / < > = [ ] BackSpace-wide"
|
||||||
- "show_letters preferences space-fill . Return"
|
- "show_letters preferences space-fill . Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -46,6 +45,10 @@ buttons:
|
|||||||
outline: "altline"
|
outline: "altline"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
|
BackSpace-wide:
|
||||||
|
outline: "wide"
|
||||||
|
icon: "edit-clear-symbolic"
|
||||||
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
action: "show_prefs"
|
action: "show_prefs"
|
||||||
outline: "special"
|
outline: "special"
|
||||||
@ -75,14 +78,6 @@ buttons:
|
|||||||
outline: "wide"
|
outline: "wide"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
ё:
|
|
||||||
outline: "narrow"
|
|
||||||
Ё:
|
|
||||||
outline: "narrow"
|
|
||||||
ъ:
|
|
||||||
outline: "narrow"
|
|
||||||
Ъ:
|
|
||||||
outline: "narrow"
|
|
||||||
--:
|
--:
|
||||||
outline: "placeholder"
|
outline: "placeholder"
|
||||||
text: ""
|
text: ""
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.4, height: 52 }
|
default: { width: 32.4, height: 52 }
|
||||||
altline: { width: 48.39, height: 52 }
|
altline: { width: 48.39, height: 52 }
|
||||||
large: { width: 48.39, height: 52 }
|
large: { width: 48.39, height: 52 }
|
||||||
wide: { width: 62, height: 52 }
|
wide: { width: 62, height: 52 }
|
||||||
change-view: { width: 48.39, height: 52 }
|
change-view: { width: 48.39, height: 52 }
|
||||||
spaceline: { width: 150, height: 52 }
|
change-view-2: { width: 62, height: 52 }
|
||||||
special: { width: 48, height: 52 }
|
spaceline: { width: 136.39, height: 52 }
|
||||||
placeholder: { width: 32, height: 52 }
|
special: { width: 48, height: 52 }
|
||||||
fill: { width: 64, height: 52 }
|
placeholder: { width: 32, height: 52 }
|
||||||
|
fill: { width: 64, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -30,7 +30,7 @@ views:
|
|||||||
symbols:
|
symbols:
|
||||||
- "µ ~ ` | · √ π τ ÷ × ¶"
|
- "µ ~ ` | · √ π τ ÷ × ¶"
|
||||||
- "½ ¤ © ® £ ¥ ^ ° * { }"
|
- "½ ¤ © ® £ ¥ ^ ° * { }"
|
||||||
- "show_numbers -- \\ / < > = [ ] BackSpace"
|
- "show_numbers_from_symbols -- \\ / < > = [ ] BackSpace"
|
||||||
- "show_letters preferences space . Return"
|
- "show_letters preferences space . Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -50,14 +50,19 @@ 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"
|
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
|
outline: "change-view-2"
|
||||||
label: "ABC"
|
label: "ABC"
|
||||||
show_symbols:
|
show_symbols:
|
||||||
action:
|
action:
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 34, height: 52 }
|
default: { width: 34, height: 52 }
|
||||||
large: { width: 44, height: 52 }
|
large: { width: 44, height: 52 }
|
||||||
altline: { width: 52.67, height: 52 }
|
altline: { width: 52.67, height: 52 }
|
||||||
wide: { width: 62, height: 52 }
|
wide: { width: 86.67, 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: 86.67, height: 52 }
|
||||||
spaceline: { width: 233.34, height: 52 }
|
spaceline: { width: 184, height: 52 }
|
||||||
special: { width: 44, height: 52 }
|
special: { width: 44, height: 52 }
|
||||||
placeholder: { width: 34, height: 52 }
|
placeholder: { width: 34, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,17 +1,16 @@
|
|||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.45, 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: 64.55, 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: 64.55, height: 52 }
|
||||||
narrow: { width: 26, height: 52 }
|
spaceline: { width: 91.96, height: 52 }
|
||||||
spaceline: { width: 107, height: 52 }
|
fill: { width: 156.86, height: 52 }
|
||||||
fill: { width: 159, height: 52 }
|
fill-2: { width: 64.9, height: 52 }
|
||||||
fill-2: { width: 64.9, height: 52 }
|
special: { width: 35.67, height: 52 }
|
||||||
special: { width: 42, height: 52 }
|
large: { width: 35.67, height: 52 }
|
||||||
large: { width: 42, height: 52 }
|
placeholder: { width: 32.45, height: 52 }
|
||||||
placeholder: { width: 40, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -27,13 +26,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-wide"
|
||||||
- "show_letters preferences space_fill . Return"
|
- "show_letters preferences space-fill . Return"
|
||||||
symbols:
|
symbols:
|
||||||
- "~ ` | · √ π τ ÷ × ¶"
|
- "~ ` | · √ π τ ÷ × ¶"
|
||||||
- "© ® £ € ¥ ^ ° * { }"
|
- "© ® £ € ¥ ^ ° * { }"
|
||||||
- "show_numbers \\ / < > = [ ] -- BackSpace"
|
- "show_numbers \\ / < > = [ ] BackSpace-wide"
|
||||||
- "show_letters preferences space_fill . Return"
|
- "show_letters preferences space-fill . Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
Shift_L:
|
Shift_L:
|
||||||
@ -47,6 +46,10 @@ buttons:
|
|||||||
outline: "altline"
|
outline: "altline"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
|
BackSpace-wide:
|
||||||
|
outline: "wide"
|
||||||
|
icon: "edit-clear-symbolic"
|
||||||
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
action: "show_prefs"
|
action: "show_prefs"
|
||||||
outline: "special"
|
outline: "special"
|
||||||
@ -74,21 +77,13 @@ buttons:
|
|||||||
space:
|
space:
|
||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
space_fill:
|
space-fill:
|
||||||
outline: "fill"
|
outline: "fill"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "wide"
|
outline: "wide"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
ґ:
|
|
||||||
outline: "narrow"
|
|
||||||
Ґ:
|
|
||||||
outline: "narrow"
|
|
||||||
ї:
|
|
||||||
outline: "narrow"
|
|
||||||
Ї:
|
|
||||||
outline: "narrow"
|
|
||||||
--:
|
--:
|
||||||
outline: "placeholder"
|
outline: "placeholder"
|
||||||
text: ""
|
text: ""
|
||||||
|
|||||||
@ -2,15 +2,14 @@
|
|||||||
outlines:
|
outlines:
|
||||||
default: { width: 48.75, height: 42 }
|
default: { width: 48.75, height: 42 }
|
||||||
altline: { width: 48.75, height: 42 }
|
altline: { width: 48.75, height: 42 }
|
||||||
wide: { width: 85.5, height: 42 }
|
wide: { width: 97.5, height: 42 }
|
||||||
change-view: { width: 48.75, height: 42 }
|
change-view: { width: 48.75, height: 42 }
|
||||||
change-view-2: { width: 85.5, height: 42 }
|
change-view-2: { width: 97.5, height: 42 }
|
||||||
narrow: { width: 39, height: 42 }
|
spaceline: { width: 146.5, height: 42 }
|
||||||
spaceline: { width: 190, height: 42 }
|
fill: { width: 244, height: 42 }
|
||||||
fill: { width: 268, height: 42 }
|
|
||||||
fill-2: { width: 97.5, height: 42 }
|
fill-2: { width: 97.5, height: 42 }
|
||||||
special: { width: 48.75, height: 42 }
|
special: { width: 48.75, height: 42 }
|
||||||
placeholder: { width: 60.75, height: 42 }
|
placeholder: { width: 48.75, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -26,13 +25,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-wide"
|
||||||
- "show_letters preferences space_fill . Return"
|
- "show_letters preferences space-fill . Return"
|
||||||
symbols:
|
symbols:
|
||||||
- "~ ` | · √ π τ ÷ × ¶"
|
- "~ ` | · √ π τ ÷ × ¶"
|
||||||
- "© ® £ € ¥ ^ ° * { }"
|
- "© ® £ € ¥ ^ ° * { }"
|
||||||
- "show_numbers \\ / < > = [ ] -- BackSpace"
|
- "show_numbers \\ / < > = [ ] BackSpace-wide"
|
||||||
- "show_letters preferences space_fill . Return"
|
- "show_letters preferences space-fill . Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
Shift_L:
|
Shift_L:
|
||||||
@ -46,6 +45,10 @@ buttons:
|
|||||||
outline: "altline"
|
outline: "altline"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
|
BackSpace-wide:
|
||||||
|
outline: "wide"
|
||||||
|
icon: "edit-clear-symbolic"
|
||||||
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
action: "show_prefs"
|
action: "show_prefs"
|
||||||
outline: "special"
|
outline: "special"
|
||||||
@ -68,21 +71,13 @@ buttons:
|
|||||||
space:
|
space:
|
||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
space_fill:
|
space-fill:
|
||||||
outline: "fill"
|
outline: "fill"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "wide"
|
outline: "wide"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
ґ:
|
|
||||||
outline: "narrow"
|
|
||||||
Ґ:
|
|
||||||
outline: "narrow"
|
|
||||||
ї:
|
|
||||||
outline: "narrow"
|
|
||||||
Ї:
|
|
||||||
outline: "narrow"
|
|
||||||
--:
|
--:
|
||||||
outline: "placeholder"
|
outline: "placeholder"
|
||||||
text: ""
|
text: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user