layouts: Adjust layout-sizes to the correct aspect-ratios
and fix some other issues, to make the layouts more consistent. The aspect-ratios of the layouts, should now match the intended aspect-ratios (12:7 and 16:5), with 3 decimal-digits of precision; either exactly, or rounded to be a little more square, so that the entire height of the panel will be used. Adding 0.001 to `width` in the `default`-outlines of the layouts, would make the layouts a little wider than the intended aspect-ratio. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/691>
This commit is contained in:
committed by
Marge Bot
parent
41ed436dc8
commit
e610866129
@ -8,11 +8,15 @@ sq_view {
|
|||||||
/* Becomes readable with a special font */
|
/* Becomes readable with a special font */
|
||||||
sq_view.gr_polytonic {
|
sq_view.gr_polytonic {
|
||||||
font-family: GFSDidotClassic, cantarell, sans-serif;
|
font-family: GFSDidotClassic, cantarell, sans-serif;
|
||||||
font-size: 2em;
|
font-size: 1.75em;
|
||||||
|
}
|
||||||
|
|
||||||
|
sq_view.wide.gr_polytonic {
|
||||||
|
font-size: 1.4em;
|
||||||
}
|
}
|
||||||
|
|
||||||
sq_view.in_mal {
|
sq_view.in_mal {
|
||||||
font-size: 1em;
|
font-size: 1.195em;
|
||||||
}
|
}
|
||||||
|
|
||||||
sq_view.wide.in_mal {
|
sq_view.wide.in_mal {
|
||||||
@ -23,8 +27,16 @@ sq_view.ir_azb {
|
|||||||
font-size: 1.368em;
|
font-size: 1.368em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
sq_view.jp {
|
||||||
|
font-size: 1.425em;
|
||||||
|
}
|
||||||
|
|
||||||
sq_view.wide.jp {
|
sq_view.wide.jp {
|
||||||
font-size: 1.15em;
|
font-size: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
sq_view.wide.emoji {
|
||||||
|
font-size: 1.225em;
|
||||||
}
|
}
|
||||||
|
|
||||||
sq_button {
|
sq_button {
|
||||||
@ -46,7 +58,7 @@ sq_button.action {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sq_button.small {
|
sq_button.small {
|
||||||
font-size: 0.5em;
|
font-size: 0.575em;
|
||||||
}
|
}
|
||||||
|
|
||||||
sq_view.pin sq_button {
|
sq_view.pin sq_button {
|
||||||
|
|||||||
@ -4,15 +4,14 @@
|
|||||||
# Oct 2021
|
# Oct 2021
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 34.3, height: 52 }
|
default: { width: 34.285, height: 52 }
|
||||||
change-view: { width: 52, height: 52 }
|
change-view: { width: 51.427, height: 52 }
|
||||||
change-view-2: { width: 104, height: 52 }
|
change-view-2: { width: 82.284, height: 52 }
|
||||||
large: { width: 44, height: 52 }
|
large: { width: 51.427, height: 52 }
|
||||||
placeholder: { width: 34.3, height: 52 }
|
placeholder: { width: 34.285, height: 52 }
|
||||||
spaceline: { width: 150.99, height: 52 }
|
spaceline: { width: 178.283, height: 52 }
|
||||||
special: { width: 44, height: 52 }
|
special: { width: 51.427, height: 52 }
|
||||||
special-2: { width: 52, height: 52 }
|
special-2: { width: 82.284, height: 52 }
|
||||||
special-3: { width: 104, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -28,15 +27,15 @@ views:
|
|||||||
- "show_upper -- Զ Ղ Ց Վ Բ Ն Մ ՞ -- BackSpace"
|
- "show_upper -- Զ Ղ Ց Վ Բ Ն Մ ՞ -- BackSpace"
|
||||||
- "show_numbers preferences space . Return"
|
- "show_numbers preferences space . Return"
|
||||||
numbers:
|
numbers:
|
||||||
- "-- -- -- -- -- -- -- -- --"
|
- "-- -- -- -- -- -- -- -- -- -- -- -- --"
|
||||||
- "-- ﬓ ﬔ ﬕ ﬖ ﬗ ՟ և --"
|
- "-- -- -- ﬓ ﬔ ﬕ ﬖ ﬗ ՟ և -- -- --"
|
||||||
- "-- , \" ' : ; ! ? --"
|
- "-- -- -- , \" ' : ; ! ? -- -- --"
|
||||||
- "show_symbols 1 2 3 4 5 6 7 8 9 0 BackSpace"
|
- "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_from_symbols ~ ` | · √ π τ ÷ × ¶ BackSpace"
|
||||||
- "show_letters preferences space . Return"
|
- "show_letters preferences space . Return"
|
||||||
|
|
||||||
@ -49,7 +48,7 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
@ -82,7 +81,7 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
--:
|
||||||
|
|||||||
@ -4,15 +4,14 @@
|
|||||||
# Oct 2021
|
# Oct 2021
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 51.7, height: 42 }
|
default: { width: 51.692, height: 42 }
|
||||||
change-view: { width: 77.5, height: 42 }
|
change-view: { width: 77.538, height: 42 }
|
||||||
change-view-2: { width: 103.35, height: 42 }
|
change-view-2: { width: 103.384, height: 42 }
|
||||||
large: { width: 62.27, height: 42 }
|
placeholder: { width: 51.692, height: 42 }
|
||||||
placeholder: { width: 51.7, height: 42 }
|
spaceline: { width: 361.844, height: 42 }
|
||||||
spaceline: { width: 340.3, height: 42 }
|
special: { width: 51.692, height: 42 }
|
||||||
special: { width: 62.27, height: 42 }
|
special-2: { width: 77.538, height: 42 }
|
||||||
special-2: { width: 77.5, height: 42 }
|
special-3: { width: 103.384, height: 42 }
|
||||||
special-3: { width: 103.35, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -28,15 +27,15 @@ views:
|
|||||||
- "show_upper -- Զ Ղ Ց Վ Բ Ն Մ ՞ -- BackSpace"
|
- "show_upper -- Զ Ղ Ց Վ Բ Ն Մ ՞ -- BackSpace"
|
||||||
- "show_numbers preferences space . Return"
|
- "show_numbers preferences space . Return"
|
||||||
numbers:
|
numbers:
|
||||||
- "-- -- -- -- -- -- -- -- --"
|
- "-- -- -- -- -- -- -- -- -- -- -- -- --"
|
||||||
- "-- ﬓ ﬔ ﬕ ﬖ ﬗ ՟ և --"
|
- "-- -- -- ﬓ ﬔ ﬕ ﬖ ﬗ ՟ և -- -- --"
|
||||||
- "-- , \" ' : ; ! ? --"
|
- "-- -- -- , \" ' : ; ! ? -- -- --"
|
||||||
- "show_symbols 1 2 3 4 5 6 7 8 9 0 BackSpace"
|
- "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_from_symbols ~ ` | · √ π τ ÷ × ¶ BackSpace"
|
||||||
- "show_letters preferences space . Return"
|
- "show_letters preferences space . Return"
|
||||||
|
|
||||||
@ -76,8 +75,6 @@ buttons:
|
|||||||
set_view: "symbols"
|
set_view: "symbols"
|
||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
label: "*/="
|
label: "*/="
|
||||||
.:
|
|
||||||
outline: "large"
|
|
||||||
space:
|
space:
|
||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
|
|||||||
@ -4,15 +4,14 @@
|
|||||||
# Oct 2021
|
# Oct 2021
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 34.3, height: 52 }
|
default: { width: 34.285, height: 52 }
|
||||||
change-view: { width: 52, height: 52 }
|
change-view: { width: 51.427, height: 52 }
|
||||||
change-view-2: { width: 104, height: 52 }
|
change-view-2: { width: 82.284, height: 52 }
|
||||||
large: { width: 44, height: 52 }
|
large: { width: 51.427, height: 52 }
|
||||||
placeholder: { width: 34.3, height: 52 }
|
placeholder: { width: 34.285, height: 52 }
|
||||||
spaceline: { width: 150.99, height: 52 }
|
spaceline: { width: 178.283, height: 52 }
|
||||||
special: { width: 44, height: 52 }
|
special: { width: 51.427, height: 52 }
|
||||||
special-2: { width: 52, height: 52 }
|
special-2: { width: 82.284, height: 52 }
|
||||||
special-3: { width: 104, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -28,15 +27,15 @@ views:
|
|||||||
- "show_upper Ժ Դ Չ Յ Զ Լ Ք Խ Շ Ռ BackSpace"
|
- "show_upper Ժ Դ Չ Յ Զ Լ Ք Խ Շ Ռ BackSpace"
|
||||||
- "show_numbers preferences space . Return"
|
- "show_numbers preferences space . Return"
|
||||||
numbers:
|
numbers:
|
||||||
- "-- -- -- -- -- -- -- -- --"
|
- "-- -- -- -- -- -- -- -- -- -- -- -- --"
|
||||||
- "-- ﬓ ﬔ ﬕ ﬖ ﬗ ՟ և --"
|
- "-- -- -- ﬓ ﬔ ﬕ ﬖ ﬗ ՟ և -- -- --"
|
||||||
- "-- , \" ' : ; ! ? --"
|
- "-- -- -- , \" ' : ; ! ? -- -- --"
|
||||||
- "show_symbols 1 2 3 4 5 6 7 8 9 0 BackSpace"
|
- "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_from_symbols ~ ` | · √ π τ ÷ × ¶ BackSpace"
|
||||||
- "show_letters preferences space . Return"
|
- "show_letters preferences space . Return"
|
||||||
|
|
||||||
@ -49,7 +48,7 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
@ -82,7 +81,7 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
--:
|
||||||
|
|||||||
@ -4,15 +4,14 @@
|
|||||||
# Oct 2021
|
# Oct 2021
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 51.7, height: 42 }
|
default: { width: 51.692, height: 42 }
|
||||||
change-view: { width: 77.5, height: 42 }
|
change-view: { width: 77.538, height: 42 }
|
||||||
change-view-2: { width: 103.35, height: 42 }
|
change-view-2: { width: 103.384, height: 42 }
|
||||||
large: { width: 62.27, height: 42 }
|
placeholder: { width: 51.692, height: 42 }
|
||||||
placeholder: { width: 51.7, height: 42 }
|
spaceline: { width: 361.844, height: 42 }
|
||||||
spaceline: { width: 340.3, height: 42 }
|
special: { width: 51.692, height: 42 }
|
||||||
special: { width: 62.27, height: 42 }
|
special-2: { width: 77.538, height: 42 }
|
||||||
special-2: { width: 77.5, height: 42 }
|
special-3: { width: 103.384, height: 42 }
|
||||||
special-3: { width: 103.35, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -28,15 +27,15 @@ views:
|
|||||||
- "show_upper Ժ Դ Չ Յ Զ Լ Ք Խ Շ Ռ BackSpace"
|
- "show_upper Ժ Դ Չ Յ Զ Լ Ք Խ Շ Ռ BackSpace"
|
||||||
- "show_numbers preferences space . Return"
|
- "show_numbers preferences space . Return"
|
||||||
numbers:
|
numbers:
|
||||||
- "-- -- -- -- -- -- -- -- --"
|
- "-- -- -- -- -- -- -- -- -- -- -- -- --"
|
||||||
- "-- ﬓ ﬔ ﬕ ﬖ ﬗ ՟ և --"
|
- "-- -- -- ﬓ ﬔ ﬕ ﬖ ﬗ ՟ և -- -- --"
|
||||||
- "-- , \" ' : ; ! ? --"
|
- "-- -- -- , \" ' : ; ! ? -- -- --"
|
||||||
- "show_symbols 1 2 3 4 5 6 7 8 9 0 BackSpace"
|
- "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_from_symbols ~ ` | · √ π τ ÷ × ¶ BackSpace"
|
||||||
- "show_letters preferences space . Return"
|
- "show_letters preferences space . Return"
|
||||||
|
|
||||||
@ -76,8 +75,6 @@ buttons:
|
|||||||
set_view: "symbols"
|
set_view: "symbols"
|
||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
label: "*/="
|
label: "*/="
|
||||||
.:
|
|
||||||
outline: "large"
|
|
||||||
space:
|
space:
|
||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
|
|||||||
@ -2,14 +2,14 @@
|
|||||||
# 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.415, height: 52 }
|
||||||
change-view: { width: 48.99, height: 52 }
|
change-view: { width: 48.622, height: 52 }
|
||||||
change-view-2: { width: 62, height: 52 }
|
change-view-2: { width: 56.726, height: 52 }
|
||||||
fill: { width: 65.32, height: 52 }
|
fill: { width: 64.83, height: 52 }
|
||||||
spaceline: { width: 169.63, height: 52 }
|
spaceline: { width: 178.283, height: 52 }
|
||||||
special: { width: 35.66, height: 52 }
|
special: { width: 32.415, height: 52 }
|
||||||
special-2: { width: 48.99, height: 52 }
|
special-2: { width: 48.622, height: 52 }
|
||||||
special-3: { width: 62, height: 52 }
|
special-3: { width: 56.726, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -2,14 +2,12 @@
|
|||||||
# Maintained by: Khaled Eldoheiri <khalid@kdehairy.com>
|
# Maintained by: Khaled Eldoheiri <khalid@kdehairy.com>
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 49, height: 42 }
|
default: { width: 48.872, height: 42 }
|
||||||
change-view: { width: 73.5, height: 42 }
|
change-view: { width: 73.308, height: 42 }
|
||||||
change-view-2: { width: 108, height: 42 }
|
fill: { width: 97.744, height: 42 }
|
||||||
fill: { width: 98, height: 42 }
|
spaceline: { width: 293.232, height: 42 }
|
||||||
spaceline: { width: 295, height: 42 }
|
special: { width: 48.872, height: 42 }
|
||||||
special: { width: 49, height: 42 }
|
special-2: { width: 73.308, height: 42 }
|
||||||
special-2: { width: 73.5, height: 42 }
|
|
||||||
special-3: { width: 108, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,13 +1,12 @@
|
|||||||
# Language: Belgian
|
# Language: Belgian
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.33, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 53, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
change-view-2: { width: 59, height: 52 }
|
change-view-2: { width: 62.399, height: 52 }
|
||||||
spaceline: { width: 139.75, height: 52 }
|
spaceline: { width: 124.802, height: 52 }
|
||||||
special: { width: 44, height: 52 }
|
special: { width: 53.485, height: 52 }
|
||||||
special-2: { width: 53, height: 52 }
|
special-2: { width: 62.399, height: 52 }
|
||||||
special-3: { width: 59, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -45,7 +44,7 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
@ -83,6 +82,6 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
# Language: Belgian
|
# Language: Belgian
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 54, height: 42 }
|
default: { width: 53.76, height: 42 }
|
||||||
change-view: { width: 81, height: 42 }
|
change-view: { width: 80.64, height: 42 }
|
||||||
change-view-2: { width: 100, height: 42 }
|
change-view-2: { width: 94.08, height: 42 }
|
||||||
spaceline: { width: 205, height: 42 }
|
spaceline: { width: 215.04, height: 42 }
|
||||||
special: { width: 54, height: 42 }
|
special: { width: 53.76, height: 42 }
|
||||||
special-2: { width: 81, height: 42 }
|
special-2: { width: 80.64, height: 42 }
|
||||||
special-3: { width: 100, height: 42 }
|
special-3: { width: 94.08, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
# Language: Bulgarian (phonetic)
|
# Language: Bulgarian (phonetic)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.72, height: 52 }
|
default: { width: 32.415, height: 52 }
|
||||||
change-view: { width: 50.12, height: 52 }
|
change-view: { width: 48.622, height: 52 }
|
||||||
change-view-2: { width: 58.99, height: 52 }
|
change-view-2: { width: 56.726, height: 52 }
|
||||||
fill: { width: 65.44, height: 52 }
|
fill: { width: 64.83, height: 52 }
|
||||||
placeholder: { width: 32.72, height: 52 }
|
large: { width: 48.622, height: 52 }
|
||||||
spaceline: { width: 167.26, height: 52 }
|
placeholder: { width: 32.415, height: 52 }
|
||||||
special: { width: 44, height: 52 }
|
spaceline: { width: 145.869, height: 52 }
|
||||||
special-2: { width: 50.12, height: 52 }
|
special: { width: 48.622, height: 52 }
|
||||||
special-3: { width: 58.99, height: 52 }
|
special-2: { width: 56.726, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -21,17 +21,17 @@ views:
|
|||||||
- "Я В Е Р Т Ъ У И О П Ю"
|
- "Я В Е Р Т Ъ У И О П Ю"
|
||||||
- "А С Д Ф Г Х Й К Л Ш Щ"
|
- "А С Д Ф Г Х Й К Л Ш Щ"
|
||||||
- "show_upper З Ь Ц Ж Б Н М Ч BackSpace"
|
- "show_upper З Ь Ц Ж Б Н М Ч BackSpace"
|
||||||
- "show_numbers preferences space , 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 . 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 ,-large Return"
|
||||||
|
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -43,7 +43,7 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
@ -74,7 +74,7 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
--:
|
||||||
@ -87,4 +87,9 @@ buttons:
|
|||||||
√:
|
√:
|
||||||
outline: "fill"
|
outline: "fill"
|
||||||
¥:
|
¥:
|
||||||
outline: "fill"
|
outline: "fill"
|
||||||
|
.:
|
||||||
|
outline: "large"
|
||||||
|
",-large":
|
||||||
|
outline: "large"
|
||||||
|
text: ","
|
||||||
@ -1,14 +1,13 @@
|
|||||||
# Language: Bulgarian (phonetic)
|
# Language: Bulgarian (phonetic)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 48.75, height: 42 }
|
default: { width: 48.872, height: 42 }
|
||||||
change-view: { width: 73.5, height: 42 }
|
change-view: { width: 73.308, height: 42 }
|
||||||
fill: { width: 97.5, height: 42 }
|
fill: { width: 97.744, height: 42 }
|
||||||
placeholder: { width: 48.75, height: 42 }
|
placeholder: { width: 48.872, height: 42 }
|
||||||
spaceline: { width: 292.5, height: 42 }
|
spaceline: { width: 293.232, height: 42 }
|
||||||
special: { width: 48.75, height: 42 }
|
special: { width: 48.872, height: 42 }
|
||||||
special-2: { width: 73.5, height: 42 }
|
special-2: { width: 73.308, height: 42 }
|
||||||
special-3: { width: 73.5, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -24,14 +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 \\ / < > = [ ] BackSpace"
|
- "show_numbers \\ / < > = [ ] -- BackSpace"
|
||||||
- "show_letters preferences space Return"
|
- "show_letters preferences space , Return"
|
||||||
|
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
show_upper:
|
show_upper:
|
||||||
@ -68,7 +66,7 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
--:
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
# Language: Bulgarian
|
# Language: Bulgarian
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.72, height: 52 }
|
default: { width: 32.415, height: 52 }
|
||||||
change-view: { width: 50.12, height: 52 }
|
change-view: { width: 48.622, height: 52 }
|
||||||
change-view-2: { width: 58.99, height: 52 }
|
change-view-2: { width: 56.726, height: 52 }
|
||||||
fill: { width: 65.44, height: 52 }
|
fill: { width: 64.83, height: 52 }
|
||||||
placeholder: { width: 32.72, height: 52 }
|
large: { width: 48.622, height: 52 }
|
||||||
spaceline: { width: 167.26, height: 52 }
|
placeholder: { width: 32.415, height: 52 }
|
||||||
special: { width: 44, height: 52 }
|
spaceline: { width: 145.869, height: 52 }
|
||||||
special-2: { width: 50.12, height: 52 }
|
special: { width: 48.622, height: 52 }
|
||||||
special-3: { width: 58.99, height: 52 }
|
special-2: { width: 56.726, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -21,7 +21,7 @@ views:
|
|||||||
- "У Е И Ш Щ К С Д З Ц Б"
|
- "У Е И Ш Щ К С Д З Ц Б"
|
||||||
- "Ь Я А О Ж Г Т Н В М Ч"
|
- "Ь Я А О Ж Г Т Н В М Ч"
|
||||||
- "show_upper Ю Й Ъ Ф Х П Р Л BackSpace"
|
- "show_upper Ю Й Ъ Ф Х П Р Л BackSpace"
|
||||||
- "show_numbers preferences space , 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"
|
||||||
- "@ # € % & - _ + ( )"
|
- "@ # € % & - _ + ( )"
|
||||||
@ -31,7 +31,7 @@ views:
|
|||||||
- "~ ` | · √ π τ ÷ × ¶"
|
- "~ ` | · √ π τ ÷ × ¶"
|
||||||
- "© ® £ $ ¥ ^ ° * { }"
|
- "© ® £ $ ¥ ^ ° * { }"
|
||||||
- "show_numbers_from_symbols -- \\ / < > = [ ] BackSpace"
|
- "show_numbers_from_symbols -- \\ / < > = [ ] BackSpace"
|
||||||
- "show_letters preferences space , Return"
|
- "show_letters preferences space ,-large Return"
|
||||||
|
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -43,7 +43,7 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
@ -74,7 +74,7 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
--:
|
||||||
@ -87,4 +87,9 @@ buttons:
|
|||||||
√:
|
√:
|
||||||
outline: "fill"
|
outline: "fill"
|
||||||
¥:
|
¥:
|
||||||
outline: "fill"
|
outline: "fill"
|
||||||
|
.:
|
||||||
|
outline: "large"
|
||||||
|
",-large":
|
||||||
|
outline: "large"
|
||||||
|
text: ","
|
||||||
@ -1,14 +1,13 @@
|
|||||||
# Language: Bulgarian
|
# Language: Bulgarian
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 48.75, height: 42 }
|
default: { width: 48.872, height: 42 }
|
||||||
change-view: { width: 73.5, height: 42 }
|
change-view: { width: 73.308, height: 42 }
|
||||||
fill: { width: 97.5, height: 42 }
|
fill: { width: 97.744, height: 42 }
|
||||||
placeholder: { width: 48.75, height: 42 }
|
placeholder: { width: 48.872, height: 42 }
|
||||||
spaceline: { width: 292.5, height: 42 }
|
spaceline: { width: 293.232, height: 42 }
|
||||||
special: { width: 48.75, height: 42 }
|
special: { width: 48.872, height: 42 }
|
||||||
special-2: { width: 73.5, height: 42 }
|
special-2: { width: 73.308, height: 42 }
|
||||||
special-3: { width: 73.5, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -29,10 +28,9 @@ views:
|
|||||||
symbols:
|
symbols:
|
||||||
- "~ ` | · √ π τ ÷ × ¶"
|
- "~ ` | · √ π τ ÷ × ¶"
|
||||||
- "© ® £ $ ¥ ^ ° * { }"
|
- "© ® £ $ ¥ ^ ° * { }"
|
||||||
- "show_numbers -- \\ / < > = [ ] BackSpace"
|
- "show_numbers \\ / < > = [ ] -- BackSpace"
|
||||||
- "show_letters preferences space , Return"
|
- "show_letters preferences space , Return"
|
||||||
|
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
show_upper:
|
show_upper:
|
||||||
action:
|
action:
|
||||||
@ -68,7 +66,7 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
--:
|
||||||
|
|||||||
@ -1,13 +1,12 @@
|
|||||||
# Language: Portuguese (Brazil)
|
# Language: Portuguese (Brazil)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.67, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 53, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
large: { width: 71.34, height: 52 }
|
large: { width: 71.314, height: 52 }
|
||||||
spaceline: { width: 90, height: 52 }
|
spaceline: { width: 89.144, height: 52 }
|
||||||
special: { width: 35.67, height: 52 }
|
special: { width: 35.657, height: 52 }
|
||||||
special-2: { width: 53, height: 52 }
|
special-2: { width: 53.485, height: 52 }
|
||||||
special-3: { width: 53, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -84,6 +83,6 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
# Language: Portuguese (Brazil)
|
# Language: Portuguese (Brazil)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 53.75, height: 42 }
|
default: { width: 53.76, height: 42 }
|
||||||
change-view: { width: 81, height: 42 }
|
change-view: { width: 80.64, height: 42 }
|
||||||
large: { width: 81, height: 42 }
|
large: { width: 80.64, height: 42 }
|
||||||
spaceline: { width: 149.5, height: 42 }
|
spaceline: { width: 147.84, height: 42 }
|
||||||
special: { width: 53.75, height: 42 }
|
special: { width: 53.76, height: 42 }
|
||||||
special-2: { width: 81, height: 42 }
|
special-2: { width: 80.64, height: 42 }
|
||||||
special-3: { width: 92, height: 42 }
|
special-3: { width: 94.08, height: 42 }
|
||||||
thin: { width: 40.5, height: 42 }
|
thin: { width: 40.32, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,16 +1,16 @@
|
|||||||
# Language: Belarusian
|
# Language: Belarusian
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.45, height: 52 }
|
default: { width: 32.415, height: 52 }
|
||||||
change-view: { width: 32, height: 52 }
|
change-view: { width: 32.415, height: 52 }
|
||||||
change-view-2: { width: 64.55, height: 52 }
|
change-view-2: { width: 64.83, height: 52 }
|
||||||
fill: { width: 156.86, height: 52 }
|
fill: { width: 64.83, height: 52 }
|
||||||
fill-2: { width: 64.9, height: 52 }
|
large: { width: 35.656, height: 52 }
|
||||||
large: { width: 35.67, height: 52 }
|
spaceline: { width: 90.763, height: 52 }
|
||||||
spaceline: { width: 91.96, height: 52 }
|
spaceline-fill: { width: 155.593, height: 52 }
|
||||||
special: { width: 35.67, height: 52 }
|
special: { width: 32.415, height: 52 }
|
||||||
special-2: { width: 32, height: 52 }
|
special-2: { width: 35.656, height: 52 }
|
||||||
special-3: { width: 64.55, height: 52 }
|
special-3: { width: 64.83, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -43,7 +43,7 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
BackSpace-wide:
|
BackSpace-wide:
|
||||||
@ -52,7 +52,7 @@ buttons:
|
|||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
action: "show_prefs"
|
action: "show_prefs"
|
||||||
outline: "special"
|
outline: "special-2"
|
||||||
icon: "keyboard-mode-symbolic"
|
icon: "keyboard-mode-symbolic"
|
||||||
show_numbers:
|
show_numbers:
|
||||||
action:
|
action:
|
||||||
@ -75,17 +75,17 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
space-fill:
|
space-fill:
|
||||||
outline: "fill"
|
outline: "spaceline-fill"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-3"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
5:
|
5:
|
||||||
outline: "fill-2"
|
outline: "fill"
|
||||||
"&":
|
"&":
|
||||||
outline: "fill-2"
|
outline: "fill"
|
||||||
√:
|
√:
|
||||||
outline: "fill-2"
|
outline: "fill"
|
||||||
¥:
|
¥:
|
||||||
outline: "fill-2"
|
outline: "fill"
|
||||||
@ -1,15 +1,14 @@
|
|||||||
# Language: Belarusian
|
# Language: Belarusian
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 48.75, height: 42 }
|
default: { width: 48.872, height: 42 }
|
||||||
change-view: { width: 48.75, height: 42 }
|
change-view: { width: 48.872, height: 42 }
|
||||||
change-view-2: { width: 97.5, height: 42 }
|
change-view-2: { width: 97.744, height: 42 }
|
||||||
fill: { width: 244, height: 42 }
|
fill: { width: 97.744, height: 42 }
|
||||||
fill-2: { width: 97.5, height: 42 }
|
spaceline: { width: 146.616, height: 42 }
|
||||||
spaceline: { width: 146.5, height: 42 }
|
spaceline-fill: { width: 244.36, height: 42 }
|
||||||
special: { width: 48.75, height: 42 }
|
special: { width: 48.872, height: 42 }
|
||||||
special-2: { width: 48.75, height: 42 }
|
special-2: { width: 97.744, height: 42 }
|
||||||
special-3: { width: 97.5, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -42,11 +41,11 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
BackSpace-wide:
|
BackSpace-wide:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
@ -72,17 +71,17 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
space-fill:
|
space-fill:
|
||||||
outline: "fill"
|
outline: "spaceline-fill"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
5:
|
5:
|
||||||
outline: "fill-2"
|
outline: "fill"
|
||||||
"&":
|
"&":
|
||||||
outline: "fill-2"
|
outline: "fill"
|
||||||
√:
|
√:
|
||||||
outline: "fill-2"
|
outline: "fill"
|
||||||
¥:
|
¥:
|
||||||
outline: "fill-2"
|
outline: "fill"
|
||||||
@ -1,14 +1,13 @@
|
|||||||
# Language: French (Canada)
|
# Language: French (Canada)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.5, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 53.5, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
change-view-2: { width: 62, height: 52 }
|
change-view-2: { width: 62.399, height: 52 }
|
||||||
placeholder: { width: 36, height: 52 }
|
placeholder: { width: 35.657, height: 52 }
|
||||||
spaceline: { width: 135, height: 52 }
|
spaceline: { width: 124.802, height: 52 }
|
||||||
special: { width: 44, height: 52 }
|
special: { width: 53.485, height: 52 }
|
||||||
special-2: { width: 53.5, height: 52 }
|
special-2: { width: 62.399, height: 52 }
|
||||||
special-3: { width: 62, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -46,7 +45,7 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
@ -84,7 +83,7 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
--:
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
# Language: French (Canada)
|
# Language: French (Canada)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 53.7, height: 42 }
|
default: { width: 53.76, height: 42 }
|
||||||
change-view: { width: 80.5, height: 42 }
|
change-view: { width: 80.64, height: 42 }
|
||||||
change-view-2: { width: 92, height: 42 }
|
change-view-2: { width: 94.08, height: 42 }
|
||||||
placeholder: { width: 53.7, height: 42 }
|
placeholder: { width: 53.76, height: 42 }
|
||||||
spaceline: { width: 219.5, height: 42 }
|
spaceline: { width: 215.04, height: 42 }
|
||||||
special: { width: 53.7, height: 42 }
|
special: { width: 53.76, height: 42 }
|
||||||
special-2: { width: 80.5, height: 42 }
|
special-2: { width: 80.64, height: 42 }
|
||||||
special-3: { width: 92, height: 42 }
|
special-3: { width: 94.08, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -3,35 +3,37 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.33, height: 52 }
|
default: { width: 32.415, height: 52 }
|
||||||
change-view: { width: 48, height: 52 }
|
change-view: { width: 48.622, height: 52 }
|
||||||
change-view-2: { width: 59, height: 52 }
|
change-view-2: { width: 56.726, height: 52 }
|
||||||
spaceline: { width: 70, height: 52 }
|
fill: { width: 64.83, height: 52 }
|
||||||
special: { width: 28, height: 52 }
|
placeholder: { width: 32.415, height: 52 }
|
||||||
special-2: { width: 48, height: 52 }
|
spaceline: { width: 89.142, height: 52 }
|
||||||
special-3: { width: 59, height: 52 }
|
special: { width: 32.415, height: 52 }
|
||||||
|
special-2: { width: 48.622, height: 52 }
|
||||||
|
special-3: { width: 56.726, 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 ö ä"
|
||||||
- "show_upper y x c v b n m BackSpace"
|
- "show_upper y x c v b n m -- BackSpace"
|
||||||
- "show_numbers ? ! preferences ' space , . Return"
|
- "show_numbers 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 Ö Ä"
|
||||||
- "show_upper Y X C V B N M BackSpace"
|
- "show_upper Y 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:
|
||||||
show_upper:
|
show_upper:
|
||||||
@ -71,3 +73,14 @@ buttons:
|
|||||||
outline: "special-3"
|
outline: "special-3"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
|
--:
|
||||||
|
outline: "placeholder"
|
||||||
|
text: ""
|
||||||
|
5:
|
||||||
|
outline: "fill"
|
||||||
|
=:
|
||||||
|
outline: "fill"
|
||||||
|
"%":
|
||||||
|
outline: "fill"
|
||||||
|
^:
|
||||||
|
outline: "fill"
|
||||||
@ -3,35 +3,37 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 52, height: 42 }
|
default: { width: 48.872, height: 42 }
|
||||||
change-view: { width: 70.65, height: 42 }
|
change-view: { width: 73.308, height: 42 }
|
||||||
change-view-2: { width: 86.84, height: 42 }
|
change-view-2: { width: 85.526, height: 42 }
|
||||||
spaceline: { width: 103.03, height: 42 }
|
fill: { width: 97.744, height: 42 }
|
||||||
special: { width: 41.21, height: 42 }
|
placeholder: { width: 48.872, height: 42 }
|
||||||
special-2: { width: 70.65, height: 42 }
|
spaceline: { width: 134.398, height: 42 }
|
||||||
special-3: { width: 86.84, height: 42 }
|
special: { width: 48.872, height: 42 }
|
||||||
|
special-2: { width: 73.308, height: 42 }
|
||||||
|
special-3: { width: 85.526, 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 ö ä"
|
||||||
- "show_upper y x c v b n m BackSpace"
|
- "show_upper y x c v b n m -- BackSpace"
|
||||||
- "show_numbers ? ! preferences ' space , . Return"
|
- "show_numbers 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 Ö Ä"
|
||||||
- "show_upper Y X C V B N M BackSpace"
|
- "show_upper Y 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:
|
||||||
show_upper:
|
show_upper:
|
||||||
@ -71,3 +73,14 @@ buttons:
|
|||||||
outline: "special-3"
|
outline: "special-3"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
|
--:
|
||||||
|
outline: "placeholder"
|
||||||
|
text: ""
|
||||||
|
5:
|
||||||
|
outline: "fill"
|
||||||
|
=:
|
||||||
|
outline: "fill"
|
||||||
|
"%":
|
||||||
|
outline: "fill"
|
||||||
|
^:
|
||||||
|
outline: "fill"
|
||||||
@ -2,40 +2,40 @@
|
|||||||
# 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.67, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 53.5, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
change-view-2: { width: 59, height: 52 }
|
change-view-2: { width: 62.399, height: 52 }
|
||||||
spaceline: { width: 57, height: 52 }
|
spaceline: { width: 80.23, height: 52 }
|
||||||
special: { width: 28, height: 52 }
|
special: { width: 35.657, height: 52 }
|
||||||
special-2: { width: 53.5, height: 52 }
|
special-2: { width: 53.485, height: 52 }
|
||||||
special-3: { width: 59, height: 52 }
|
special-3: { width: 62.399, 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 ?"
|
||||||
- "show_upper y x c v b n m BackSpace"
|
- "show_upper y x c v b n m BackSpace"
|
||||||
- "show_numbers show_eschars preferences ' space , . Return"
|
- "show_numbers show_eschars 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 !"
|
||||||
- "show_upper Y X C V B N M BackSpace"
|
- "show_upper 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:
|
||||||
show_upper:
|
show_upper:
|
||||||
|
|||||||
@ -2,41 +2,39 @@
|
|||||||
# Maintained by: Jordi Bossy <jordi@bossy.space>. No Copyright, enjoy!
|
# Maintained by: Jordi Bossy <jordi@bossy.space>. No Copyright, enjoy!
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 53.5, height: 42 }
|
default: { width: 53.76, height: 42 }
|
||||||
change-view: { width: 80, height: 42 }
|
change-view: { width: 80.64, height: 42 }
|
||||||
change-view-2: { width: 86.84, height: 42 }
|
spaceline: { width: 120.96, height: 42 }
|
||||||
spaceline: { width: 126, height: 42 }
|
special: { width: 53.76, height: 42 }
|
||||||
special: { width: 41.21, height: 42 }
|
special-2: { width: 80.64, height: 42 }
|
||||||
special-2: { width: 80, height: 42 }
|
special-3: { width: 94.08, height: 42 }
|
||||||
special-3: { width: 86.84, height: 42 }
|
|
||||||
thin: { width: 40, 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 ?"
|
||||||
- "show_upper y x c v b n m BackSpace"
|
- "show_upper y x c v b n m BackSpace"
|
||||||
- "show_numbers show_eschars preferences ' space , . Return"
|
- "show_numbers show_eschars 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 !"
|
||||||
- "show_upper Y X C V B N M BackSpace"
|
- "show_upper 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 --thin 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:
|
||||||
show_upper:
|
show_upper:
|
||||||
@ -82,21 +80,4 @@ buttons:
|
|||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-3"
|
||||||
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"
|
|
||||||
@ -4,14 +4,14 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.33, height: 58 }
|
default: { width: 32.415, height: 52 }
|
||||||
change-view: { width: 52.8, height: 58 }
|
change-view: { width: 48.622, height: 52 }
|
||||||
change-view-2: { width: 64.9, height: 58 }
|
change-view-2: { width: 56.726, height: 52 }
|
||||||
doublewidth: { width: 70.66, height: 58 }
|
fill: { width: 64.83, height: 52 }
|
||||||
spaceline: { width: 111.75, height: 58 }
|
spaceline: { width: 105.35, height: 52 }
|
||||||
special: { width: 35.33, height: 58 }
|
special: { width: 32.415, height: 52 }
|
||||||
special-2: { width: 52.8, height: 58 }
|
special-2: { width: 48.622, height: 52 }
|
||||||
special-3: { width: 64.9, height: 58 }
|
special-3: { width: 56.726, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -86,10 +86,10 @@ buttons:
|
|||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
°:
|
°:
|
||||||
outline: "doublewidth"
|
outline: "fill"
|
||||||
"|":
|
"%":
|
||||||
outline: "doublewidth"
|
outline: "fill"
|
||||||
"}":
|
"{":
|
||||||
outline: "doublewidth"
|
outline: "fill"
|
||||||
×:
|
×:
|
||||||
outline: "doublewidth"
|
outline: "fill"
|
||||||
|
|||||||
@ -4,16 +4,15 @@
|
|||||||
|
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 48, height: 42 }
|
default: { width: 48.872, height: 42 }
|
||||||
change-view: { width: 72, height: 42 }
|
change-view: { width: 73.308, height: 42 }
|
||||||
change-view-2: { width: 108, height: 42 }
|
fill: { width: 97.744, height: 42 }
|
||||||
doublewidth: { width: 96, height: 42 }
|
large: { width: 73.308, height: 42 }
|
||||||
large: { width: 66, height: 42 }
|
narrow: { width: 36.654, height: 42 }
|
||||||
narrow: { width: 33, height: 42 }
|
spaceline: { width: 183.27, height: 42 }
|
||||||
spaceline: { width: 162, height: 42 }
|
special: { width: 48.872, height: 42 }
|
||||||
special: { width: 48, height: 42 }
|
special-2: { width: 73.308, height: 42 }
|
||||||
special-2: { width: 72, height: 42 }
|
special-3: { width: 85.526, height: 42 }
|
||||||
special-3: { width: 108, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -93,9 +92,9 @@ buttons:
|
|||||||
outline: "narrow"
|
outline: "narrow"
|
||||||
",":
|
",":
|
||||||
outline: "narrow"
|
outline: "narrow"
|
||||||
"|":
|
"%":
|
||||||
outline: "doublewidth"
|
outline: "fill"
|
||||||
"}":
|
"{":
|
||||||
outline: "doublewidth"
|
outline: "fill"
|
||||||
×:
|
×:
|
||||||
outline: "doublewidth"
|
outline: "fill"
|
||||||
|
|||||||
@ -1,13 +1,12 @@
|
|||||||
# Language: Czech (QWERTY)
|
# Language: Czech (QWERTY)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.33, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 52.67, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
change-view-2: { width: 35.33, height: 52 }
|
change-view-2: { width: 35.657, height: 52 }
|
||||||
spaceline: { width: 106, height: 52 }
|
spaceline: { width: 106.972, height: 52 }
|
||||||
special: { width: 35.33, height: 52 }
|
special: { width: 35.657, height: 52 }
|
||||||
special-2: { width: 52.67, height: 52 }
|
special-2: { width: 53.485, height: 52 }
|
||||||
special-3: { width: 52.67, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -33,12 +32,12 @@ views:
|
|||||||
accents:
|
accents:
|
||||||
- "ä ě é ř ť ý ů í ó ö"
|
- "ä ě é ř ť ý ů í ó ö"
|
||||||
- "á š ď ë ŕ ú ü ô ľ"
|
- "á š ď ë ŕ ú ü ô ľ"
|
||||||
- "accents_show_upper ž ß č ç ñ ň ĺ BackSpace"
|
- "show_upper_accents_from_accents ž ß č ç ñ ň ĺ BackSpace"
|
||||||
- "show_letters show_accents preferences space , . Return"
|
- "show_letters show_accents preferences space , . Return"
|
||||||
upper_accents:
|
upper_accents:
|
||||||
- "Ä Ě É Ř Ť Ý Ů Í Ó Ö"
|
- "Ä Ě É Ř Ť Ý Ů Í Ó Ö"
|
||||||
- "Á Š Ď Ë Ŕ Ú Ü Ô Ľ"
|
- "Á Š Ď Ë Ŕ Ú Ü Ô Ľ"
|
||||||
- "accents_show_upper Ž ẞ Č Ç Ñ Ň Ĺ BackSpace"
|
- "show_upper_accents_from_accents Ž ẞ Č Ç Ñ Ň Ĺ BackSpace"
|
||||||
- "show_letters show_upper_accents preferences space , . Return"
|
- "show_letters show_upper_accents preferences space , . Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -49,7 +48,7 @@ buttons:
|
|||||||
unlock_view: "base"
|
unlock_view: "base"
|
||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
accents_show_upper:
|
show_upper_accents_from_accents:
|
||||||
action:
|
action:
|
||||||
locking:
|
locking:
|
||||||
lock_view: "upper_accents"
|
lock_view: "upper_accents"
|
||||||
@ -97,6 +96,6 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
|
|||||||
@ -1,13 +1,12 @@
|
|||||||
# Language: Czech (QWERTY)
|
# Language: Czech (QWERTY)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 54, height: 42 }
|
default: { width: 53.76, height: 42 }
|
||||||
change-view: { width: 81, height: 42 }
|
change-view: { width: 53.76, height: 42 }
|
||||||
change-view-2: { width: 54, height: 42 }
|
change-view-2: { width: 80.64, height: 42 }
|
||||||
spaceline: { width: 162, height: 42 }
|
spaceline: { width: 161.28, height: 42 }
|
||||||
special: { width: 54, height: 42 }
|
special: { width: 53.76, height: 42 }
|
||||||
special-2: { width: 81, height: 42 }
|
special-2: { width: 80.64, height: 42 }
|
||||||
special-3: { width: 81, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -47,14 +46,14 @@ buttons:
|
|||||||
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"
|
||||||
accents_show_upper:
|
accents_show_upper:
|
||||||
action:
|
action:
|
||||||
locking:
|
locking:
|
||||||
lock_view: "upper_accents"
|
lock_view: "upper_accents"
|
||||||
unlock_view: "base"
|
unlock_view: "base"
|
||||||
outline: "change-view"
|
outline: "change-view-2"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special-2"
|
||||||
@ -67,36 +66,36 @@ buttons:
|
|||||||
show_numbers:
|
show_numbers:
|
||||||
action:
|
action:
|
||||||
set_view: "numbers"
|
set_view: "numbers"
|
||||||
outline: "change-view"
|
outline: "change-view-2"
|
||||||
label: "123"
|
label: "123"
|
||||||
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:
|
||||||
set_view: "symbols"
|
set_view: "symbols"
|
||||||
outline: "change-view"
|
outline: "change-view-2"
|
||||||
label: "*/="
|
label: "*/="
|
||||||
show_accents:
|
show_accents:
|
||||||
action:
|
action:
|
||||||
locking:
|
locking:
|
||||||
lock_view: "accents"
|
lock_view: "accents"
|
||||||
unlock_view: "base"
|
unlock_view: "base"
|
||||||
outline: "change-view-2"
|
outline: "change-view"
|
||||||
label: "á"
|
label: "á"
|
||||||
show_upper_accents:
|
show_upper_accents:
|
||||||
action:
|
action:
|
||||||
locking:
|
locking:
|
||||||
lock_view: "upper_accents"
|
lock_view: "upper_accents"
|
||||||
unlock_view: "base"
|
unlock_view: "base"
|
||||||
outline: "change-view-2"
|
outline: "change-view"
|
||||||
label: "Á"
|
label: "Á"
|
||||||
space:
|
space:
|
||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
|
|||||||
@ -1,13 +1,12 @@
|
|||||||
# Language: Czech
|
# Language: Czech
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.33, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 52.67, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
change-view-2: { width: 35.33, height: 52 }
|
change-view-2: { width: 35.657, height: 52 }
|
||||||
spaceline: { width: 106, height: 52 }
|
spaceline: { width: 106.972, height: 52 }
|
||||||
special: { width: 35.33, height: 52 }
|
special: { width: 35.657, height: 52 }
|
||||||
special-2: { width: 52.67, height: 52 }
|
special-2: { width: 53.485, height: 52 }
|
||||||
special-3: { width: 52.67, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -33,12 +32,12 @@ views:
|
|||||||
accents:
|
accents:
|
||||||
- "ä ě é ř ť ž ů í ó ö"
|
- "ä ě é ř ť ž ů í ó ö"
|
||||||
- "á š ď ë ŕ ú ü ô ľ"
|
- "á š ď ë ŕ ú ü ô ľ"
|
||||||
- "accents_show_upper ý ß č ç ñ ň ĺ BackSpace"
|
- "show_upper_accents_from_accents ý ß č ç ñ ň ĺ BackSpace"
|
||||||
- "show_letters show_accents preferences space , . Return"
|
- "show_letters show_accents preferences space , . Return"
|
||||||
upper_accents:
|
upper_accents:
|
||||||
- "Ä Ě É Ř Ť Ž Ů Í Ó Ö"
|
- "Ä Ě É Ř Ť Ž Ů Í Ó Ö"
|
||||||
- "Á Š Ď Ë Ŕ Ú Ü Ô Ľ"
|
- "Á Š Ď Ë Ŕ Ú Ü Ô Ľ"
|
||||||
- "accents_show_upper Ý ẞ Č Ç Ñ Ň Ĺ BackSpace"
|
- "show_upper_accents_from_accents Ý ẞ Č Ç Ñ Ň Ĺ BackSpace"
|
||||||
- "show_letters show_upper_accents preferences space , . Return"
|
- "show_letters show_upper_accents preferences space , . Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -49,7 +48,7 @@ buttons:
|
|||||||
unlock_view: "base"
|
unlock_view: "base"
|
||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
accents_show_upper:
|
show_upper_accents_from_accents:
|
||||||
action:
|
action:
|
||||||
locking:
|
locking:
|
||||||
lock_view: "upper_accents"
|
lock_view: "upper_accents"
|
||||||
@ -97,6 +96,6 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
|
|||||||
@ -1,13 +1,12 @@
|
|||||||
# Language: Czech
|
# Language: Czech
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 54, height: 42 }
|
default: { width: 53.76, height: 42 }
|
||||||
change-view: { width: 81, height: 42 }
|
change-view: { width: 53.76, height: 42 }
|
||||||
change-view-2: { width: 54, height: 42 }
|
change-view-2: { width: 80.64, height: 42 }
|
||||||
spaceline: { width: 162, height: 42 }
|
spaceline: { width: 161.28, height: 42 }
|
||||||
special: { width: 54, height: 42 }
|
special: { width: 53.76, height: 42 }
|
||||||
special-2: { width: 81, height: 42 }
|
special-2: { width: 80.64, height: 42 }
|
||||||
special-3: { width: 81, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -47,14 +46,14 @@ buttons:
|
|||||||
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"
|
||||||
accents_show_upper:
|
accents_show_upper:
|
||||||
action:
|
action:
|
||||||
locking:
|
locking:
|
||||||
lock_view: "upper_accents"
|
lock_view: "upper_accents"
|
||||||
unlock_view: "base"
|
unlock_view: "base"
|
||||||
outline: "change-view"
|
outline: "change-view-2"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special-2"
|
||||||
@ -67,36 +66,36 @@ buttons:
|
|||||||
show_numbers:
|
show_numbers:
|
||||||
action:
|
action:
|
||||||
set_view: "numbers"
|
set_view: "numbers"
|
||||||
outline: "change-view"
|
outline: "change-view-2"
|
||||||
label: "123"
|
label: "123"
|
||||||
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:
|
||||||
set_view: "symbols"
|
set_view: "symbols"
|
||||||
outline: "change-view"
|
outline: "change-view-2"
|
||||||
label: "*/="
|
label: "*/="
|
||||||
show_accents:
|
show_accents:
|
||||||
action:
|
action:
|
||||||
locking:
|
locking:
|
||||||
lock_view: "accents"
|
lock_view: "accents"
|
||||||
unlock_view: "base"
|
unlock_view: "base"
|
||||||
outline: "change-view-2"
|
outline: "change-view"
|
||||||
label: "á"
|
label: "á"
|
||||||
show_upper_accents:
|
show_upper_accents:
|
||||||
action:
|
action:
|
||||||
locking:
|
locking:
|
||||||
lock_view: "upper_accents"
|
lock_view: "upper_accents"
|
||||||
unlock_view: "base"
|
unlock_view: "base"
|
||||||
outline: "change-view-2"
|
outline: "change-view"
|
||||||
label: "Á"
|
label: "Á"
|
||||||
space:
|
space:
|
||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
# Language: German (Bone)
|
# Language: German (Bone)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.12, height: 52 }
|
default: { width: 32.415, height: 52 }
|
||||||
change-view: { width: 48.17, height: 52 }
|
change-view: { width: 48.622, height: 52 }
|
||||||
fill: { width: 64.24, height: 52 }
|
fill: { width: 64.83, height: 52 }
|
||||||
spaceline: { width: 112.45, height: 52 }
|
spaceline: { width: 112.45, height: 52 }
|
||||||
special: { width: 32.12, height: 52 }
|
special: { width: 32.415, height: 52 }
|
||||||
special-2: { width: 48.17, height: 52 }
|
special-2: { width: 48.622, height: 52 }
|
||||||
subtle-highlight: { width: 32.12, height: 52 }
|
subtle-highlight: { width: 32.415, height: 52 }
|
||||||
subtle-highlight-2: { width: 64.24, height: 52 }
|
subtle-highlight-2: { width: 64.83, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
# Language: German (Bone)
|
# Language: German (Bone)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 48.87, height: 42 }
|
default: { width: 48.872, height: 42 }
|
||||||
change-view: { width: 73.31, height: 42 }
|
change-view: { width: 73.308, height: 42 }
|
||||||
fill: { width: 97.74, height: 42 }
|
fill: { width: 97.744, height: 42 }
|
||||||
spaceline: { width: 171.03, height: 42 }
|
spaceline: { width: 171.052, height: 42 }
|
||||||
special: { width: 48.87, height: 42 }
|
special: { width: 48.872, height: 42 }
|
||||||
special-2: { width: 73.31, height: 42 }
|
special-2: { width: 73.308, height: 42 }
|
||||||
subtle-highlight: { width: 48.87, height: 42 }
|
subtle-highlight: { width: 48.872, height: 42 }
|
||||||
subtle-highlight-2: { width: 97.74, height: 42 }
|
subtle-highlight-2: { width: 97.744, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
# Language: German (Neo 2)
|
# Language: German (Neo 2)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.12, height: 52 }
|
default: { width: 32.415, height: 52 }
|
||||||
change-view: { width: 48.17, height: 52 }
|
change-view: { width: 48.622, height: 52 }
|
||||||
fill: { width: 64.24, height: 52 }
|
fill: { width: 64.83, height: 52 }
|
||||||
spaceline: { width: 112.45, height: 52 }
|
spaceline: { width: 112.45, height: 52 }
|
||||||
special: { width: 32.12, height: 52 }
|
special: { width: 32.415, height: 52 }
|
||||||
special-2: { width: 48.17, height: 52 }
|
special-2: { width: 48.622, height: 52 }
|
||||||
subtle-highlight: { width: 32.12, height: 52 }
|
subtle-highlight: { width: 32.415, height: 52 }
|
||||||
subtle-highlight-2: { width: 64.24, height: 52 }
|
subtle-highlight-2: { width: 64.83, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
# Language: German (Neo 2)
|
# Language: German (Neo 2)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 48.87, height: 42 }
|
default: { width: 48.872, height: 42 }
|
||||||
change-view: { width: 73.31, height: 42 }
|
change-view: { width: 73.308, height: 42 }
|
||||||
fill: { width: 97.74, height: 42 }
|
fill: { width: 97.744, height: 42 }
|
||||||
spaceline: { width: 171.03, height: 42 }
|
spaceline: { width: 171.052, height: 42 }
|
||||||
special: { width: 48.87, height: 42 }
|
special: { width: 48.872, height: 42 }
|
||||||
special-2: { width: 73.31, height: 42 }
|
special-2: { width: 73.308, height: 42 }
|
||||||
subtle-highlight: { width: 48.87, height: 42 }
|
subtle-highlight: { width: 48.872, height: 42 }
|
||||||
subtle-highlight-2: { width: 97.74, height: 42 }
|
subtle-highlight-2: { width: 97.744, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
# Language: German
|
# Language: German
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.33, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 52.67, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
spaceline: { width: 89.3, height: 52 }
|
spaceline: { width: 89.144, height: 52 }
|
||||||
special: { width: 35.33, height: 52 }
|
special: { width: 35.657, height: 52 }
|
||||||
special-2: { width: 52.67, height: 52 }
|
special-2: { width: 53.485, height: 52 }
|
||||||
subtle-highlight: { width: 35.33, height: 52 }
|
subtle-highlight: { width: 35.657, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,44 +1,41 @@
|
|||||||
# Language: German
|
# Language: German
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 48.87, height: 42 }
|
default: { width: 48.872, height: 42 }
|
||||||
change-view: { width: 82.74, height: 42 }
|
change-view: { width: 73.308, height: 42 }
|
||||||
fill: { width: 97.74, height: 42 }
|
fill: { width: 97.744, height: 42 }
|
||||||
halfwidth: { width: 24, height: 42 }
|
placeholder: { width: 48.872, height: 42 }
|
||||||
narrow: { width: 40.5, height: 42 }
|
spaceline: { width: 171.052, height: 42 }
|
||||||
placeholder: { width: 30, height: 42 }
|
special: { width: 48.872, height: 42 }
|
||||||
spaceline: { width: 159.13, height: 42 }
|
special-2: { width: 73.308, height: 42 }
|
||||||
special: { width: 48.87, height: 42 }
|
subtle-highlight: { width: 48.872, height: 42 }
|
||||||
special-2: { width: 82.74, height: 42 }
|
subtle-highlight-2: { width: 97.744, height: 42 }
|
||||||
subtle-highlight: { width: 48.87, height: 42 }
|
|
||||||
subtle-highlight-2: { width: 97.74, height: 42 }
|
|
||||||
thin: { width: 30, 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 ö ä"
|
||||||
- "show_upper y x c v b n m ß-thin BackSpace"
|
- "show_upper y x c v b n m ß BackSpace"
|
||||||
- "show_numbers show_eschars preferences space ,-narrow .-narrow Return"
|
- "show_numbers show_eschars 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 Ö Ä"
|
||||||
- "show_upper Y X C V B N M --thin BackSpace"
|
- "show_upper Y X C V B N M - BackSpace"
|
||||||
- "show_numbers show_eschars preferences space !-narrow ?-narrow 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 ,-narrow .-narrow Return"
|
- "show_letters show_eschars preferences space , . Return"
|
||||||
symbols:
|
symbols:
|
||||||
- "~ ` ´ | · √ µ ÷ × ¶"
|
- "~ ` ´ | · √ µ ÷ × ¶"
|
||||||
- "© ® £ $ ¥ ^ ° * { }"
|
- "© ® £ $ ¥ ^ ° * { }"
|
||||||
- "show_numbers \\ / § π τ [ ] -- BackSpace"
|
- "show_numbers \\ / § π τ [ ] -- BackSpace"
|
||||||
- "show_letters show_eschars preferences space ,-narrow .-narrow Return"
|
- "show_letters show_eschars preferences space , . Return"
|
||||||
eschars:
|
eschars:
|
||||||
- "ä-subtle-highlight è é ö-subtle-highlight ü-subtle-highlight-2 Ä-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 ẞ-subtle-highlight BackSpace"
|
||||||
- "show_letters show_eschars preferences space „ “ Return"
|
- "show_letters show_eschars preferences space „ “ Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -86,28 +83,6 @@ buttons:
|
|||||||
outline: "special-2"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
„:
|
|
||||||
outline: "narrow"
|
|
||||||
“:
|
|
||||||
outline: "narrow"
|
|
||||||
",-narrow":
|
|
||||||
outline: "narrow"
|
|
||||||
text: ","
|
|
||||||
.-narrow:
|
|
||||||
outline: "narrow"
|
|
||||||
text: "."
|
|
||||||
"!-narrow":
|
|
||||||
outline: "narrow"
|
|
||||||
text: "!"
|
|
||||||
?-narrow:
|
|
||||||
outline: "narrow"
|
|
||||||
text: "?"
|
|
||||||
--thin:
|
|
||||||
outline: "thin"
|
|
||||||
text: "-"
|
|
||||||
ß-thin:
|
|
||||||
outline: "thin"
|
|
||||||
text: "ß"
|
|
||||||
ä-subtle-highlight:
|
ä-subtle-highlight:
|
||||||
outline: "subtle-highlight"
|
outline: "subtle-highlight"
|
||||||
text: "ä"
|
text: "ä"
|
||||||
@ -129,6 +104,9 @@ buttons:
|
|||||||
ß-subtle-highlight:
|
ß-subtle-highlight:
|
||||||
outline: "subtle-highlight"
|
outline: "subtle-highlight"
|
||||||
text: "ß"
|
text: "ß"
|
||||||
|
ẞ-subtle-highlight:
|
||||||
|
outline: "subtle-highlight"
|
||||||
|
text: "ẞ"
|
||||||
--:
|
--:
|
||||||
outline: "placeholder"
|
outline: "placeholder"
|
||||||
text: ""
|
text: ""
|
||||||
|
|||||||
@ -1,16 +1,15 @@
|
|||||||
# Language: Danish
|
# Language: Danish
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.4, height: 52 }
|
default: { width: 32.415, height: 52 }
|
||||||
change-view: { width: 48.39, height: 52 }
|
change-view: { width: 48.622, height: 52 }
|
||||||
change-view-2: { width: 62, height: 52 }
|
change-view-2: { width: 56.726, height: 52 }
|
||||||
fill: { width: 64, height: 52 }
|
fill: { width: 64.83, height: 52 }
|
||||||
large: { width: 48.39, height: 52 }
|
large: { width: 48.622, height: 52 }
|
||||||
placeholder: { width: 32, height: 52 }
|
placeholder: { width: 32.415, height: 52 }
|
||||||
spaceline: { width: 136.39, height: 52 }
|
spaceline: { width: 145.869, height: 52 }
|
||||||
special: { width: 48, height: 52 }
|
special: { width: 48.622, height: 52 }
|
||||||
special-3: { width: 62, height: 52 }
|
special-2: { width: 56.726, height: 52 }
|
||||||
special-2: { width: 48.39, height: 52 }
|
|
||||||
|
|
||||||
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"
|
||||||
- "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:
|
||||||
@ -43,7 +42,7 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
@ -76,7 +75,7 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
--:
|
||||||
|
|||||||
@ -1,14 +1,15 @@
|
|||||||
# Language: Danish
|
# Language: Danish
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 48.87, height: 42 }
|
default: { width: 48.872, height: 42 }
|
||||||
change-view: { width: 73.5, height: 42 }
|
change-view: { width: 73.308, height: 42 }
|
||||||
fill: { width: 97.74, height: 42 }
|
change-view-2: { width: 85.526, height: 42 }
|
||||||
placeholder: { width: 48.87, height: 42 }
|
fill: { width: 97.744, height: 42 }
|
||||||
spaceline: { width: 273.5, height: 42 }
|
placeholder: { width: 48.872, height: 42 }
|
||||||
special: { width: 48.87, height: 42 }
|
spaceline: { width: 268.796, height: 42 }
|
||||||
special-2: { width: 73.5, height: 42 }
|
special: { width: 48.872, height: 42 }
|
||||||
special-3: { width: 92.99, height: 42 }
|
special-2: { width: 73.308, height: 42 }
|
||||||
|
special-3: { width: 85.526, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -24,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"
|
||||||
- "show_letters preferences space . Return"
|
- "show_letters preferences space . Return"
|
||||||
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,34 +1,35 @@
|
|||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.33, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 52.67, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
change-view-2: { width: 62, height: 52 }
|
change-view-2: { width: 62.399, height: 52 }
|
||||||
large: { width: 44, height: 52 }
|
large: { width: 39.222, height: 52 }
|
||||||
spaceline: { width: 106.67, height: 52 }
|
spaceline: { width: 108.757, height: 52 }
|
||||||
special: { width: 44, height: 52 }
|
special: { width: 44.571, height: 52 }
|
||||||
special-2: { width: 62, height: 52 }
|
special-2: { width: 53.485, height: 52 }
|
||||||
|
special-3: { width: 62.399, 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"
|
||||||
- "show_upper z x c v b n m BackSpace"
|
- "show_upper z x c v b n m BackSpace"
|
||||||
- "show_numbers preferences space @ . Return"
|
- "show_numbers 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"
|
||||||
- "show_upper Z X C V B N M BackSpace"
|
- "show_upper Z X C V B N M BackSpace"
|
||||||
- "show_numbers preferences space @ . 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 @ . 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"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
show_upper:
|
show_upper:
|
||||||
@ -42,8 +43,6 @@ buttons:
|
|||||||
outline: "special-2"
|
outline: "special-2"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
"@":
|
|
||||||
outline: "large"
|
|
||||||
preferences:
|
preferences:
|
||||||
action: "show_prefs"
|
action: "show_prefs"
|
||||||
outline: "special"
|
outline: "special"
|
||||||
@ -68,12 +67,15 @@ buttons:
|
|||||||
set_view: "symbols"
|
set_view: "symbols"
|
||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
label: "*/="
|
label: "*/="
|
||||||
.:
|
|
||||||
outline: "large"
|
|
||||||
space:
|
space:
|
||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-2"
|
outline: "special-3"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
|
.:
|
||||||
|
outline: "large"
|
||||||
|
"@-large":
|
||||||
|
outline: "large"
|
||||||
|
text: "@"
|
||||||
@ -1,12 +1,11 @@
|
|||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 52, height: 42 }
|
default: { width: 53.76, height: 42 }
|
||||||
change-view: { width: 77.52, height: 42 }
|
change-view: { width: 80.64, height: 42 }
|
||||||
change-view-2: { width: 91.25, height: 42 }
|
change-view-2: { width: 94.08, height: 42 }
|
||||||
large: { width: 54.76, height: 42 }
|
spaceline: { width: 188.16, height: 42 }
|
||||||
spaceline: { width: 157, height: 42 }
|
special: { width: 53.76, height: 42 }
|
||||||
special: { width: 64.76, height: 42 }
|
special-2: { width: 94.08, height: 42 }
|
||||||
special-2: { width: 91.25, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -42,8 +41,6 @@ buttons:
|
|||||||
outline: "special-2"
|
outline: "special-2"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
"@":
|
|
||||||
outline: "large"
|
|
||||||
preferences:
|
preferences:
|
||||||
action: "show_prefs"
|
action: "show_prefs"
|
||||||
outline: "special"
|
outline: "special"
|
||||||
@ -68,8 +65,6 @@ buttons:
|
|||||||
set_view: "symbols"
|
set_view: "symbols"
|
||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
label: "*/="
|
label: "*/="
|
||||||
.:
|
|
||||||
outline: "large"
|
|
||||||
space:
|
space:
|
||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 52, height: 52 }
|
default: { width: 51.918, height: 52 }
|
||||||
change-view: { width: 52, height: 52 }
|
change-view: { width: 51.918, height: 52 }
|
||||||
change-view-2: { width: 36.4, height: 56 }
|
change-view-2: { width: 36.341, height: 56 }
|
||||||
emoji-group: { width: 52, height: 52 }
|
emoji-group: { width: 51.918, height: 52 }
|
||||||
placeholder: { width: 52, height: 52 }
|
placeholder: { width: 51.918, height: 52 }
|
||||||
placeholder-2: { width: 260, height: 52 }
|
placeholder-2: { width: 259.59, height: 52 }
|
||||||
special: { width: 52, height: 52 }
|
special: { width: 51.918, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 97.07, height: 52 }
|
default: { width: 78.628, height: 42 }
|
||||||
change-view: { width: 97.07, height: 52 }
|
change-view: { width: 78.628, height: 42 }
|
||||||
change-view-2: { width: 67.95, height: 56 }
|
change-view-2: { width: 55.039, height: 46 }
|
||||||
emoji-group: { width: 97.07, height: 52 }
|
emoji-group: { width: 78.628, height: 42 }
|
||||||
placeholder: { width: 97.07, height: 52 }
|
placeholder: { width: 78.628, height: 42 }
|
||||||
placeholder-2: { width: 485.33, height: 52 }
|
placeholder-2: { width: 393.14, height: 42 }
|
||||||
special: { width: 97.07, height: 52 }
|
special: { width: 78.628, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,15 +1,13 @@
|
|||||||
# Language: Esperanto
|
# Language: Esperanto
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.67, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 54, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
change-view-2: { width: 62, height: 52 }
|
large: { width: 71.314, height: 52 }
|
||||||
large: { width: 71.34, height: 52 }
|
placeholder: { width: 35.657, height: 52 }
|
||||||
placeholder: { width: 35.67, height: 52 }
|
spaceline: { width: 89.144, height: 52 }
|
||||||
spaceline: { width: 88.75, height: 52 }
|
special: { width: 35.657, height: 52 }
|
||||||
special: { width: 35.67, height: 52 }
|
special-2: { width: 53.485, height: 52 }
|
||||||
special-2: { width: 54, height: 52 }
|
|
||||||
special-3: { width: 54, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -80,7 +78,7 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
--:
|
||||||
|
|||||||
@ -1,16 +1,14 @@
|
|||||||
# Language: Esperanto
|
# Language: Esperanto
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 53.75, height: 42 }
|
default: { width: 53.76, height: 42 }
|
||||||
change-view: { width: 80.5, height: 42 }
|
change-view: { width: 80.64, height: 42 }
|
||||||
change-view-2: { width: 91.25, height: 42 }
|
large: { width: 80.64, height: 42 }
|
||||||
large: { width: 80, height: 42 }
|
placeholder: { width: 53.76, height: 42 }
|
||||||
placeholder: { width: 53.75, height: 42 }
|
spaceline: { width: 161.28, height: 42 }
|
||||||
thin: { width: 40, height: 42 }
|
special: { width: 53.76, height: 42 }
|
||||||
spaceline: { width: 164, height: 42 }
|
special-2: { width: 80.64, height: 42 }
|
||||||
special: { width: 52, height: 42 }
|
thin: { width: 40.32, height: 42 }
|
||||||
special-2: { width: 80.5, height: 42 }
|
|
||||||
special-3: { width: 91.25, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,13 +1,11 @@
|
|||||||
# Language: Catalan (Spain, with middle-dot L)
|
# Language: Catalan (Spain, with middle-dot L)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.67, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 52.67, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
change-view-2: { width: 62, height: 52 }
|
spaceline: { width: 89.144, height: 52 }
|
||||||
spaceline: { width: 90, height: 52 }
|
special: { width: 35.657, height: 52 }
|
||||||
special: { width: 35.67, height: 52 }
|
special-2: { width: 53.485, height: 52 }
|
||||||
special-2: { width: 52.67, height: 52 }
|
|
||||||
special-3: { width: 62, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,13 +1,11 @@
|
|||||||
# Language: Catalan (Spain, with middle-dot L)
|
# Language: Catalan (Spain, with middle-dot L)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 53.75, height: 42 }
|
default: { width: 53.76, height: 42 }
|
||||||
change-view: { width: 80, height: 42 }
|
change-view: { width: 80.64, height: 42 }
|
||||||
change-view-2: { width: 92, height: 42 }
|
spaceline: { width: 134.4, height: 42 }
|
||||||
spaceline: { width: 135, height: 42 }
|
special: { width: 53.76, height: 42 }
|
||||||
special: { width: 53.75, height: 42 }
|
special-2: { width: 80.64, height: 42 }
|
||||||
special-2: { width: 80, height: 42 }
|
|
||||||
special-3: { width: 92, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,12 +1,11 @@
|
|||||||
# Language: Spanish
|
# Language: Spanish
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.67, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 52.67, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
spaceline: { width: 90, height: 52 }
|
spaceline: { width: 89.144, height: 52 }
|
||||||
special: { width: 35.67, height: 52 }
|
special: { width: 35.657, height: 52 }
|
||||||
special-2: { width: 52.67, height: 52 }
|
special-2: { width: 53.485, height: 52 }
|
||||||
special-3: { width: 62, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,12 +1,11 @@
|
|||||||
# Language: Spanish
|
# Language: Spanish
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 53.75, height: 42 }
|
default: { width: 53.76, height: 42 }
|
||||||
change-view: { width: 80, height: 42 }
|
change-view: { width: 80.64, height: 42 }
|
||||||
spaceline: { width: 135, height: 42 }
|
spaceline: { width: 134.4, height: 42 }
|
||||||
special: { width: 53.75, height: 42 }
|
special: { width: 53.76, height: 42 }
|
||||||
special-2: { width: 80, height: 42 }
|
special-2: { width: 80.64, height: 42 }
|
||||||
special-3: { width: 92, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,16 +1,15 @@
|
|||||||
# Language: Finnish
|
# Language: Finnish
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.4, height: 52 }
|
default: { width: 32.415, height: 52 }
|
||||||
change-view: { width: 48.39, height: 52 }
|
change-view: { width: 48.622, height: 52 }
|
||||||
change-view-2: { width: 62, height: 52 }
|
change-view-2: { width: 56.726, height: 52 }
|
||||||
fill: { width: 64, height: 52 }
|
fill: { width: 64.83, height: 52 }
|
||||||
large: { width: 48.39, height: 52 }
|
large: { width: 48.622, height: 52 }
|
||||||
placeholder: { width: 32, height: 52 }
|
placeholder: { width: 32.415, height: 52 }
|
||||||
spaceline: { width: 136.39, height: 52 }
|
spaceline: { width: 145.869, height: 52 }
|
||||||
special: { width: 48, height: 52 }
|
special: { width: 48.622, height: 52 }
|
||||||
special-2: { width: 48.39, height: 52 }
|
special-2: { width: 56.726, height: 52 }
|
||||||
special-3: { width: 62, height: 52 }
|
|
||||||
|
|
||||||
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"
|
||||||
- "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:
|
||||||
@ -43,7 +42,7 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
@ -76,7 +75,7 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
--:
|
||||||
|
|||||||
@ -1,14 +1,15 @@
|
|||||||
# Language: Finnish
|
# Language: Finnish
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 48.87, height: 42 }
|
default: { width: 48.872, height: 42 }
|
||||||
change-view: { width: 73.5, height: 42 }
|
change-view: { width: 73.308, height: 42 }
|
||||||
fill: { width: 97.74, height: 42 }
|
change-view-2: { width: 85.526, height: 42 }
|
||||||
placeholder: { width: 48.87, height: 42 }
|
fill: { width: 97.744, height: 42 }
|
||||||
spaceline: { width: 273.5, height: 42 }
|
placeholder: { width: 48.872, height: 42 }
|
||||||
special: { width: 48.87, height: 42 }
|
spaceline: { width: 268.796, height: 42 }
|
||||||
special-2: { width: 73.5, height: 42 }
|
special: { width: 48.872, height: 42 }
|
||||||
special-3: { width: 92.99, height: 42 }
|
special-2: { width: 73.308, height: 42 }
|
||||||
|
special-3: { width: 85.526, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -24,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"
|
||||||
- "show_letters preferences space . Return"
|
- "show_letters preferences space . Return"
|
||||||
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,15 +1,15 @@
|
|||||||
# Language: French (BEPO)
|
# Language: French (BEPO)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.33, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 37.0, height: 52 }
|
change-view: { width: 35.657, height: 52 }
|
||||||
change-view-2: { width: 50, height: 52 }
|
change-view-2: { width: 53.485, height: 52 }
|
||||||
large: { width: 35.33, height: 52 }
|
change-view-3: { width: 62.399, height: 52 }
|
||||||
placeholder: { width: 35.33, height: 52 }
|
placeholder: { width: 35.657, height: 52 }
|
||||||
spaceline: { width: 171, height: 52 }
|
spaceline: { width: 124.802, height: 52 }
|
||||||
special: { width: 35.33, height: 52 }
|
special: { width: 35.657, height: 52 }
|
||||||
special-2: { width: 37.0, height: 52 }
|
special-2: { width: 53.485, height: 52 }
|
||||||
special-3: { width: 50, height: 52 }
|
special-3: { width: 62.399, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -25,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"
|
||||||
- "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:
|
||||||
- "à â ç é è ê î ô ù û"
|
- "à â ç é è ê î ô ù û"
|
||||||
@ -47,17 +47,17 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
action: "show_prefs"
|
action: "show_prefs"
|
||||||
outline: "special"
|
outline: "special-2"
|
||||||
icon: "keyboard-mode-symbolic"
|
icon: "keyboard-mode-symbolic"
|
||||||
show_numbers:
|
show_numbers:
|
||||||
action:
|
action:
|
||||||
set_view: "numbers"
|
set_view: "numbers"
|
||||||
outline: "change-view-2"
|
outline: "change-view-3"
|
||||||
label: "123"
|
label: "123"
|
||||||
show_numbers_from_symbols:
|
show_numbers_from_symbols:
|
||||||
action:
|
action:
|
||||||
@ -67,7 +67,7 @@ buttons:
|
|||||||
show_letters:
|
show_letters:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
outline: "change-view-2"
|
outline: "change-view-3"
|
||||||
label: "ABC"
|
label: "ABC"
|
||||||
show_symbols:
|
show_symbols:
|
||||||
action:
|
action:
|
||||||
@ -88,8 +88,6 @@ buttons:
|
|||||||
outline: "special-3"
|
outline: "special-3"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
.:
|
|
||||||
outline: "large"
|
|
||||||
--:
|
--:
|
||||||
outline: "placeholder"
|
outline: "placeholder"
|
||||||
text: ""
|
text: ""
|
||||||
@ -1,14 +1,13 @@
|
|||||||
# Language: French (BEPO)
|
# Language: French (BEPO)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 54, height: 42 }
|
default: { width: 53.76, height: 42 }
|
||||||
change-view: { width: 54, height: 42 }
|
change-view: { width: 53.76, height: 42 }
|
||||||
change-view-2: { width: 80, height: 42 }
|
change-view-2: { width: 80.64, height: 42 }
|
||||||
placeholder: { width: 54, height: 42 }
|
placeholder: { width: 53.76, height: 42 }
|
||||||
spaceline: { width: 246, height: 42 }
|
spaceline: { width: 241.92, height: 42 }
|
||||||
special: { width: 54, height: 42 }
|
special: { width: 53.76, height: 42 }
|
||||||
special-2: { width: 54, height: 42 }
|
special-2: { width: 80.64, height: 42 }
|
||||||
special-3: { width: 80, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -24,12 +23,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"
|
||||||
- "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:
|
||||||
- "à â ç é è ê î ô ù û"
|
- "à â ç é è ê î ô ù û"
|
||||||
@ -46,7 +45,7 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
@ -84,7 +83,7 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
--:
|
||||||
|
|||||||
@ -1,13 +1,12 @@
|
|||||||
# Language: French
|
# Language: French
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.33, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 52.67, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
change-view-2: { width: 59, height: 52 }
|
change-view-2: { width: 62.399, height: 52 }
|
||||||
spaceline: { width: 140, height: 52 }
|
spaceline: { width: 124.802, height: 52 }
|
||||||
special: { width: 44, height: 52 }
|
special: { width: 53.485, height: 52 }
|
||||||
special-2: { width: 52.67, height: 52 }
|
special-2: { width: 62.399, height: 52 }
|
||||||
special-3: { width: 59, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -45,7 +44,7 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
@ -83,6 +82,6 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
|
|||||||
@ -1,13 +1,11 @@
|
|||||||
# Language: French
|
# Language: French
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 54, height: 42 }
|
default: { width: 53.76, height: 42 }
|
||||||
change-view: { width: 81, height: 42 }
|
change-view: { width: 80.64, height: 42 }
|
||||||
change-view-2: { width: 100, height: 42 }
|
spaceline: { width: 241.92, height: 42 }
|
||||||
spaceline: { width: 205, height: 42 }
|
special: { width: 53.76, height: 42 }
|
||||||
special: { width: 54, height: 42 }
|
special-2: { width: 80.64, height: 42 }
|
||||||
special-2: { width: 81, height: 42 }
|
|
||||||
special-3: { width: 100, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -55,7 +53,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:
|
||||||
@ -65,7 +63,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:
|
||||||
@ -83,6 +81,6 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
|
|||||||
@ -1,14 +1,13 @@
|
|||||||
# Language: Georgian
|
# Language: Georgian
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.67, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 53, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
change-view-2: { width: 62, height: 52 }
|
change-view-2: { width: 62.399, height: 52 }
|
||||||
large: { width: 44, height: 52 }
|
large: { width: 53.485, height: 52 }
|
||||||
spaceline: { width: 142, height: 52 }
|
spaceline: { width: 124.802, height: 52 }
|
||||||
special: { width: 44, height: 52 }
|
special: { width: 53.485, height: 52 }
|
||||||
special-2: { width: 53, height: 52 }
|
special-2: { width: 62.399, height: 52 }
|
||||||
special-3: { width: 62, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -41,7 +40,7 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
@ -74,6 +73,6 @@ buttons:
|
|||||||
.:
|
.:
|
||||||
outline: "large"
|
outline: "large"
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
# Language: Georgian
|
# Language: Georgian
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 53.5, height: 42 }
|
default: { width: 53.76, height: 42 }
|
||||||
change-view: { width: 80.25, height: 42 }
|
change-view: { width: 80.64, height: 42 }
|
||||||
change-view-2: { width: 91.26, height: 42 }
|
change-view-2: { width: 94.08, height: 42 }
|
||||||
spaceline: { width: 245, height: 42 }
|
spaceline: { width: 241.92, height: 42 }
|
||||||
special: { width: 53.5, height: 42 }
|
special: { width: 53.76, height: 42 }
|
||||||
special-2: { width: 80.25, height: 42 }
|
special-2: { width: 80.64, height: 42 }
|
||||||
special-3: { width: 91.26, height: 42 }
|
special-3: { width: 94.08, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -5,20 +5,20 @@
|
|||||||
#
|
#
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 40, height: 60 }
|
default: { width: 34.336, height: 52 }
|
||||||
change-view: { width: 57.5, height: 60 }
|
change-view: { width: 47.547, height: 52 }
|
||||||
change-view-2: { width: 81, height: 60 }
|
change-view-2: { width: 68.672, height: 52 }
|
||||||
character-group: { width: 72, height: 60 }
|
character-group: { width: 61.804, height: 52 }
|
||||||
fill: { width: 57.5, height: 60 }
|
fill: { width: 47.547, height: 52 }
|
||||||
large: { width: 57.5, height: 60 }
|
large: { width: 47.547, height: 52 }
|
||||||
placeholder: { width: 40, height: 60 }
|
placeholder: { width: 34.336, height: 52 }
|
||||||
placeholder-2: { width: 72, height: 60 }
|
placeholder-2: { width: 61.804, height: 52 }
|
||||||
spaceline: { width: 143, height: 60 }
|
spaceline: { width: 124.133, height: 52 }
|
||||||
spaceline-2: { width: 223, height: 60 }
|
spaceline-2: { width: 192.805, height: 52 }
|
||||||
special: { width: 52.67, height: 60 }
|
special: { width: 47.547, height: 52 }
|
||||||
special-2: { width: 57.5, height: 60 }
|
special-2: { width: 47.547, height: 52 }
|
||||||
special-3: { width: 62, height: 60 }
|
special-3: { width: 47.547, height: 52 }
|
||||||
subtle-highlight: { width: 40, height: 60 }
|
subtle-highlight: { width: 34.336, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -5,20 +5,20 @@
|
|||||||
#
|
#
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 74, height: 60 }
|
default: { width: 51.968, height: 42 }
|
||||||
change-view: { width: 97.44, height: 60 }
|
change-view: { width: 69.888, height: 42 }
|
||||||
change-view-2: { width: 148, height: 60 }
|
change-view-2: { width: 103.936, height: 42 }
|
||||||
character-group: { width: 133.2, height: 60 }
|
character-group: { width: 93.542, height: 42 }
|
||||||
fill: { width: 97.44, height: 60 }
|
fill: { width: 69.888, height: 42 }
|
||||||
large: { width: 97.44, height: 60 }
|
large: { width: 69.888, height: 42 }
|
||||||
placeholder: { width: 74, height: 60 }
|
placeholder: { width: 51.968, height: 42 }
|
||||||
placeholder-2: { width: 133.2, height: 60 }
|
placeholder-2: { width: 93.542, height: 42 }
|
||||||
spaceline: { width: 279, height: 60 }
|
spaceline: { width: 199.808, height: 42 }
|
||||||
spaceline-2: { width: 427, height: 60 }
|
spaceline-2: { width: 303.744, height: 42 }
|
||||||
special: { width: 74, height: 60 }
|
special: { width: 51.968, height: 42 }
|
||||||
special-2: { width: 97.44, height: 60 }
|
special-2: { width: 69.888, height: 42 }
|
||||||
special-3: { width: 114.7, height: 60 }
|
special-3: { width: 77.952, height: 42 }
|
||||||
subtle-highlight: { width: 74, height: 60 }
|
subtle-highlight: { width: 51.968, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -5,14 +5,14 @@
|
|||||||
# 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: 34.336, height: 52 }
|
||||||
change-view: { width: 52.67, height: 60 }
|
change-view: { width: 47.547, height: 52 }
|
||||||
change-view-2: { width: 80, height: 60 }
|
change-view-2: { width: 68.672, height: 52 }
|
||||||
fill: { width: 52.67, height: 60 }
|
fill: { width: 47.547, height: 52 }
|
||||||
spaceline: { width: 120, height: 60 }
|
spaceline: { width: 103.008, height: 52 }
|
||||||
special: { width: 52.67, height: 60 }
|
special-2: { width: 47.547, height: 52 }
|
||||||
special-2: { width: 80, height: 60 }
|
special-3: { width: 68.672, height: 52 }
|
||||||
subtle-highlight: { width: 40, height: 60 }
|
subtle-highlight: { width: 34.336, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -49,12 +49,12 @@ buttons:
|
|||||||
outline: "change-view-2"
|
outline: "change-view-2"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special"
|
outline: "special-2"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
action: "show_prefs"
|
action: "show_prefs"
|
||||||
outline: "special"
|
outline: "special-2"
|
||||||
icon: "keyboard-mode-symbolic"
|
icon: "keyboard-mode-symbolic"
|
||||||
show_numbers:
|
show_numbers:
|
||||||
action:
|
action:
|
||||||
@ -82,7 +82,7 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-2"
|
outline: "special-3"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
.:
|
.:
|
||||||
@ -119,4 +119,4 @@ buttons:
|
|||||||
¶:
|
¶:
|
||||||
outline: "fill"
|
outline: "fill"
|
||||||
"}":
|
"}":
|
||||||
outline: "fill"
|
outline: "fill"
|
||||||
|
|||||||
@ -2,15 +2,15 @@
|
|||||||
# Created by Sotiris Papadopoulos, sotirios.papadopoulos@inserm.fr
|
# Created by Sotiris Papadopoulos, sotirios.papadopoulos@inserm.fr
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 73, height: 60 }
|
default: { width: 51.768, height: 42 }
|
||||||
change-view: { width: 110, height: 60 }
|
fill: { width: 77.652, height: 42 }
|
||||||
change-view-2: { width: 146, height: 60 }
|
change-view: { width: 77.652, height: 42 }
|
||||||
fill: { width: 110, height: 60 }
|
change-view-2: { width: 103.536, height: 42 }
|
||||||
spaceline: { width: 256, height: 60 }
|
spaceline: { width: 181.188, height: 42 }
|
||||||
special: { width: 73, height: 60 }
|
special: { width: 51.768, height: 42 }
|
||||||
special-2: { width: 110, height: 60 }
|
special-2: { width: 77.652, height: 42 }
|
||||||
special-3: { width: 146, height: 60 }
|
special-3: { width: 103.536, height: 42 }
|
||||||
subtle-highlight: { width: 73, height: 60 }
|
subtle-highlight: { width: 51.768, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -2,14 +2,14 @@
|
|||||||
# Based on work by: soyer <soyer@irl.hu>
|
# Based on work by: soyer <soyer@irl.hu>
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.67, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 53, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
change-view-2: { width: 62, height: 52 }
|
change-view-2: { width: 62.399, height: 52 }
|
||||||
placeholder: { width: 35.67, height: 52 }
|
placeholder: { width: 35.657, height: 52 }
|
||||||
placeholder-2: { width: 17.83, height: 52 }
|
placeholder-2: { width: 17.828, height: 52 }
|
||||||
spaceline: { width: 53.5, height: 52 }
|
spaceline: { width: 53.487, height: 52 }
|
||||||
special: { width: 35.67, height: 52 }
|
special: { width: 35.657, height: 52 }
|
||||||
special-2: { width: 53, height: 52 }
|
special-2: { width: 53.485, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -2,13 +2,13 @@
|
|||||||
# Based on work by: soyer <soyer@irl.hu>
|
# Based on work by: soyer <soyer@irl.hu>
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 44.75, height: 42 }
|
default: { width: 44.8, height: 42 }
|
||||||
change-view: { width: 89.5, height: 42 }
|
change-view: { width: 89.6, height: 42 }
|
||||||
change-view-2: { width: 67.125, height: 42 }
|
change-view-2: { width: 67.2, height: 42 }
|
||||||
placeholder: { width: 44.75, height: 42 }
|
placeholder: { width: 44.8, height: 42 }
|
||||||
spaceline: { width: 111.875, height: 42 }
|
spaceline: { width: 112, height: 42 }
|
||||||
special: { width: 44.75, height: 42 }
|
special: { width: 44.8, height: 42 }
|
||||||
special-2: { width: 89.5, height: 42 }
|
special-2: { width: 89.6, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,12 +1,11 @@
|
|||||||
# Language: Hebrew
|
# Language: Hebrew
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 41, height: 60 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 82, height: 60 }
|
change-view: { width: 71.314, height: 52 }
|
||||||
spaceline: { width: 122, height: 60 }
|
spaceline: { width: 106.971, height: 52 }
|
||||||
special: { width: 41, height: 60 }
|
special: { width: 35.657, height: 52 }
|
||||||
special-2: { width: 41, height: 60 }
|
special-2: { width: 71.314, height: 52 }
|
||||||
special-3: { width: 82, height: 60 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -27,7 +26,7 @@ views:
|
|||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
@ -53,9 +52,6 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
|
||||||
outline: "placeholder"
|
|
||||||
text: ""
|
|
||||||
@ -1,12 +1,11 @@
|
|||||||
# Language: Hebrew
|
# Language: Hebrew
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 53.75, height: 42 }
|
default: { width: 53.76, height: 42 }
|
||||||
change-view: { width: 107, height: 42 }
|
change-view: { width: 107.52, height: 42 }
|
||||||
spaceline: { width: 162, height: 42 }
|
spaceline: { width: 161.28, height: 42 }
|
||||||
special: { width: 53.5, height: 42 }
|
special: { width: 53.76, height: 42 }
|
||||||
special-2: { width: 53.75, height: 42 }
|
special-2: { width: 107.52, height: 42 }
|
||||||
special-3: { width: 107, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -27,7 +26,7 @@ views:
|
|||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
@ -53,6 +52,6 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
# Language: Malayalam
|
# Language: Malayalam
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 29.44, height: 44.5 }
|
default: { width: 34.285, height: 52 }
|
||||||
change-view: { width: 58.88, height: 44.5 }
|
change-view: { width: 68.57, height: 52 }
|
||||||
placeholder: { width: 29.44, height: 44.5 }
|
placeholder: { width: 34.285, height: 52 }
|
||||||
spaceline: { width: 235.52, height: 44.5 }
|
spaceline: { width: 274.28, height: 52 }
|
||||||
special: { width: 29.44, height: 44.5 }
|
special: { width: 34.285, height: 52 }
|
||||||
special-2: { width: 58.88, height: 44.5 }
|
special-2: { width: 68.57, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
# Language: Malayalam
|
# Language: Malayalam
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 45.11, height: 36.65 }
|
default: { width: 51.692, height: 42 }
|
||||||
change-view: { width: 90.22, height: 36.65 }
|
change-view: { width: 103.384, height: 42 }
|
||||||
placeholder: { width: 45.11, height: 36.65 }
|
placeholder: { width: 51.692, height: 42 }
|
||||||
spaceline: { width: 360.88, height: 36.65 }
|
spaceline: { width: 413.536, height: 42 }
|
||||||
special: { width: 45.11, height: 36.65 }
|
special: { width: 51.692, height: 42 }
|
||||||
special-2: { width: 90.22, height: 36.65 }
|
special-2: { width: 103.384, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
# Language: Azerbaijani (Iran)
|
# Language: Azerbaijani (Iran)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.75, height: 52 }
|
default: { width: 32.415, height: 52 }
|
||||||
change-view: { width: 48.99, height: 52 }
|
change-view: { width: 48.622, height: 52 }
|
||||||
change-view-2: { width: 62, height: 52 }
|
change-view-2: { width: 64.83, height: 52 }
|
||||||
placeholder: { width: 32.75, height: 52 }
|
placeholder: { width: 32.415, height: 52 }
|
||||||
spaceline: { width: 135, height: 52 }
|
spaceline: { width: 129.66, height: 52 }
|
||||||
special: { width: 35.66, height: 52 }
|
special: { width: 32.415, height: 52 }
|
||||||
special-2: { width: 48.99, height: 52 }
|
special-2: { width: 48.622, height: 52 }
|
||||||
special-3: { width: 62, height: 52 }
|
special-3: { width: 64.83, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
# Language: Azerbaijani (Iran)
|
# Language: Azerbaijani (Iran)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 44.75, height: 42 }
|
default: { width: 44.8, height: 42 }
|
||||||
change-view: { width: 67.25, height: 42 }
|
change-view: { width: 67.2, height: 42 }
|
||||||
change-view-2: { width: 80, height: 42 }
|
change-view-2: { width: 78.4, height: 42 }
|
||||||
fill: { width: 89.5, height: 42 }
|
fill: { width: 89.6, height: 42 }
|
||||||
placeholder: { width: 44.75, height: 42 }
|
placeholder: { width: 44.8, height: 42 }
|
||||||
spaceline: { width: 198, height: 42 }
|
spaceline: { width: 201.6, height: 42 }
|
||||||
special: { width: 44.75, height: 42 }
|
special: { width: 44.8, height: 42 }
|
||||||
special-2: { width: 67.25, height: 42 }
|
special-2: { width: 67.2, height: 42 }
|
||||||
special-3: { width: 80, height: 42 }
|
special-3: { width: 78.4, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -3,14 +3,13 @@
|
|||||||
# 14 october 2020
|
# 14 october 2020
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.67, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 52.75, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
change-view-2: { width: 62, height: 52 }
|
change-view-2: { width: 62.399, height: 52 }
|
||||||
placeholder: { width: 35.67, height: 52 }
|
spaceline: { width: 89.144, height: 52 }
|
||||||
spaceline: { width: 91.08, height: 52 }
|
special: { width: 35.657, height: 52 }
|
||||||
special: { width: 35.67, height: 52 }
|
special-2: { width: 53.485, height: 52 }
|
||||||
special-2: { width: 52.75, height: 52 }
|
special-3: { width: 62.399, height: 52 }
|
||||||
special-3: { width: 62, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -83,7 +82,4 @@ buttons:
|
|||||||
Return:
|
Return:
|
||||||
outline: "special-2"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
|
||||||
outline: "placeholder"
|
|
||||||
text: ""
|
|
||||||
@ -3,14 +3,11 @@
|
|||||||
# 14 october 2020
|
# 14 october 2020
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 53.5, height: 42 }
|
default: { width: 53.76, height: 42 }
|
||||||
change-view: { width: 80.25, height: 42 }
|
change-view: { width: 80.64, height: 42 }
|
||||||
change-view-2: { width: 91.26, height: 42 }
|
spaceline: { width: 134.4, height: 42 }
|
||||||
placeholder: { width: 53.5, height: 42 }
|
special: { width: 53.76, height: 42 }
|
||||||
spaceline: { width: 134, height: 42 }
|
special-2: { width: 80.64, height: 42 }
|
||||||
special: { width: 53.5, height: 42 }
|
|
||||||
special-2: { width: 80.25, height: 42 }
|
|
||||||
special-3: { width: 91.26, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -84,6 +81,3 @@ buttons:
|
|||||||
outline: "special-2"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
|
||||||
outline: "placeholder"
|
|
||||||
text: ""
|
|
||||||
@ -3,14 +3,13 @@
|
|||||||
# 03 october 2019
|
# 03 october 2019
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.67, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 52.75, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
change-view-2: { width: 62, height: 52 }
|
change-view-2: { width: 62.399, height: 52 }
|
||||||
placeholder: { width: 35.67, height: 52 }
|
spaceline: { width: 89.144, height: 52 }
|
||||||
spaceline: { width: 91.08, height: 52 }
|
special: { width: 35.657, height: 52 }
|
||||||
special: { width: 35.67, height: 52 }
|
special-2: { width: 53.485, height: 52 }
|
||||||
special-2: { width: 52.75, height: 52 }
|
special-3: { width: 62.399, height: 52 }
|
||||||
special-3: { width: 62, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -84,6 +83,3 @@ buttons:
|
|||||||
outline: "special-2"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
|
||||||
outline: "placeholder"
|
|
||||||
text: ""
|
|
||||||
@ -3,14 +3,11 @@
|
|||||||
# 03 october 2019
|
# 03 october 2019
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 53.5, height: 42 }
|
default: { width: 53.76, height: 42 }
|
||||||
change-view: { width: 80.25, height: 42 }
|
change-view: { width: 80.64, height: 42 }
|
||||||
change-view-2: { width: 91.26, height: 42 }
|
spaceline: { width: 134.4, height: 42 }
|
||||||
placeholder: { width: 53.5, height: 42 }
|
special: { width: 53.76, height: 42 }
|
||||||
spaceline: { width: 134, height: 42 }
|
special-2: { width: 80.64, height: 42 }
|
||||||
special: { width: 53.5, height: 42 }
|
|
||||||
special-2: { width: 80.25, height: 42 }
|
|
||||||
special-3: { width: 91.26, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -84,6 +81,3 @@ buttons:
|
|||||||
outline: "special-2"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
|
||||||
outline: "placeholder"
|
|
||||||
text: ""
|
|
||||||
@ -2,11 +2,11 @@
|
|||||||
# Based on work by: Mark Müller <markmueller86@gmail.com>
|
# Based on work by: Mark Müller <markmueller86@gmail.com>
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 71.33, height: 52 }
|
default: { width: 71.314, height: 52 }
|
||||||
change-view: { width: 71.33, height: 52 }
|
change-view: { width: 71.314, height: 52 }
|
||||||
character-group: { width: 71.33, height: 52 }
|
character-group: { width: 71.314, height: 52 }
|
||||||
placeholder: { width: 71.33, height: 52 }
|
placeholder: { width: 71.314, height: 52 }
|
||||||
special: { width: 71.33, height: 52 }
|
special: { width: 71.314, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base: # hiragana
|
base: # hiragana
|
||||||
|
|||||||
@ -1,18 +1,18 @@
|
|||||||
# Language: Japanese
|
# Language: Japanese
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 40, height: 56 }
|
default: { width: 37.142, height: 52 }
|
||||||
default-2: { width: 48, height: 56 }
|
default-2: { width: 44.570, height: 52 }
|
||||||
change-view: { width: 36.92, height: 56 }
|
change-view: { width: 34.284, height: 52 }
|
||||||
change-view-2: { width: 72, height: 56 }
|
change-view-2: { width: 66.855, height: 52 }
|
||||||
change-view-3: { width: 80, height: 56 }
|
change-view-3: { width: 74.284, height: 52 }
|
||||||
placeholder: { width: 48, height: 56 }
|
placeholder: { width: 44.570, height: 52 }
|
||||||
placeholder-2: { width: 80, height: 56 }
|
placeholder-2: { width: 74.284, height: 52 }
|
||||||
spaceline: { width: 80, height: 56 }
|
spaceline: { width: 74.284, height: 52 }
|
||||||
special: { width: 36.92, height: 56 }
|
special: { width: 34.284, height: 52 }
|
||||||
special-2: { width: 40, height: 56 }
|
special-2: { width: 37.142, height: 52 }
|
||||||
special-3: { width: 72, height: 56 }
|
special-3: { width: 66.855, height: 52 }
|
||||||
thin: { width: 36.92, height: 56 }
|
thin: { width: 34.284, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -61,7 +61,7 @@ views:
|
|||||||
- "゠ -- -- -- -- -- -- -- -- --"
|
- "゠ -- -- -- -- -- -- -- -- --"
|
||||||
- "1 2 3 4 5 6 7 8 9 0"
|
- "1 2 3 4 5 6 7 8 9 0"
|
||||||
- "@ # ¥ % & - _ + ( )"
|
- "@ # ¥ % & - _ + ( )"
|
||||||
- "show_symbols_fullwidth ; " ' : = < > BackSpace-wide"
|
- "show_symbols_fullwidth ; " ' : = < > BackSpace-wide"
|
||||||
- "show_hiragana show_romaji_fullwidth preferences fullwidth-space numbers_fullwidth_width_toggle_half , . Return"
|
- "show_hiragana show_romaji_fullwidth preferences fullwidth-space numbers_fullwidth_width_toggle_half , . Return"
|
||||||
symbols:
|
symbols:
|
||||||
- "ヽ ♪ -- -- -- -- -- ヿ 【 】"
|
- "ヽ ♪ -- -- -- -- -- ヿ 【 】"
|
||||||
|
|||||||
@ -1,18 +1,18 @@
|
|||||||
# Language: Japanese
|
# Language: Japanese
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 40, height: 30 }
|
default: { width: 56, height: 42 }
|
||||||
default-2: { width: 48, height: 30 }
|
default-2: { width: 67.2, height: 42 }
|
||||||
change-view: { width: 36.92, height: 30 }
|
change-view: { width: 51.692, height: 42 }
|
||||||
change-view-2: { width: 72, height: 30 }
|
change-view-2: { width: 100.8, height: 42 }
|
||||||
change-view-3: { width: 80, height: 30 }
|
change-view-3: { width: 112, height: 42 }
|
||||||
placeholder: { width: 48, height: 30 }
|
placeholder: { width: 67.2, height: 42 }
|
||||||
placeholder-2: { width: 80, height: 30 }
|
placeholder-2: { width: 112, height: 42 }
|
||||||
spaceline: { width: 80, height: 30 }
|
spaceline: { width: 112, height: 42 }
|
||||||
special: { width: 36.92, height: 30 }
|
special: { width: 51.692, height: 42 }
|
||||||
special-2: { width: 40, height: 30 }
|
special-2: { width: 56, height: 42 }
|
||||||
special-3: { width: 72, height: 30 }
|
special-3: { width: 100.8, height: 42 }
|
||||||
thin: { width: 36.92, height: 30 }
|
thin: { width: 51.692, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -61,7 +61,7 @@ views:
|
|||||||
- "゠ -- -- -- -- -- -- -- -- --"
|
- "゠ -- -- -- -- -- -- -- -- --"
|
||||||
- "1 2 3 4 5 6 7 8 9 0"
|
- "1 2 3 4 5 6 7 8 9 0"
|
||||||
- "@ # ¥ % & - _ + ( )"
|
- "@ # ¥ % & - _ + ( )"
|
||||||
- "show_symbols_fullwidth ; " ' : = < > BackSpace-wide"
|
- "show_symbols_fullwidth ; " ' : = < > BackSpace-wide"
|
||||||
- "show_hiragana show_romaji_fullwidth preferences fullwidth-space numbers_fullwidth_width_toggle_half , . Return"
|
- "show_hiragana show_romaji_fullwidth preferences fullwidth-space numbers_fullwidth_width_toggle_half , . Return"
|
||||||
symbols:
|
symbols:
|
||||||
- "ヽ ♪ -- -- -- -- -- ヿ 【 】"
|
- "ヽ ♪ -- -- -- -- -- ヿ 【 】"
|
||||||
|
|||||||
@ -1,16 +1,15 @@
|
|||||||
# Language: Norwegian
|
# Language: Norwegian
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.4, height: 52 }
|
default: { width: 32.415, height: 52 }
|
||||||
large: { width: 48.39, height: 52 }
|
change-view: { width: 48.622, height: 52 }
|
||||||
change-view: { width: 48.39, height: 52 }
|
change-view-2: { width: 64.83, height: 52 }
|
||||||
change-view-2: { width: 62, height: 52 }
|
fill: { width: 64.83, height: 52 }
|
||||||
fill: { width: 64, height: 52 }
|
large: { width: 48.622, height: 52 }
|
||||||
placeholder: { width: 32, height: 52 }
|
placeholder: { width: 32, height: 52 }
|
||||||
spaceline: { width: 136.39, height: 52 }
|
spaceline: { width: 129.661, height: 52 }
|
||||||
special: { width: 48, height: 52 }
|
special: { width: 48.622, height: 52 }
|
||||||
special-3: { width: 62, height: 52 }
|
special-2: { width: 64.83, height: 52 }
|
||||||
special-2: { width: 48.39, height: 52 }
|
|
||||||
|
|
||||||
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"
|
||||||
- "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:
|
||||||
@ -43,7 +42,7 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
@ -76,7 +75,7 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
--:
|
||||||
|
|||||||
@ -1,14 +1,15 @@
|
|||||||
# Language: Norwegian
|
# Language: Norwegian
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 48.87, height: 42 }
|
default: { width: 48.872, height: 42 }
|
||||||
change-view: { width: 73.5, height: 42 }
|
change-view: { width: 73.308, height: 42 }
|
||||||
fill: { width: 97.74, height: 42 }
|
change-view-2: { width: 85.526, height: 42 }
|
||||||
placeholder: { width: 48.87, height: 42 }
|
fill: { width: 97.744, height: 42 }
|
||||||
spaceline: { width: 273.5, height: 42 }
|
placeholder: { width: 48.872, height: 42 }
|
||||||
special: { width: 48.87, height: 42 }
|
spaceline: { width: 268.796, height: 42 }
|
||||||
special-2: { width: 73.5, height: 42 }
|
special: { width: 48.872, height: 42 }
|
||||||
special-3: { width: 92.99, height: 42 }
|
special-2: { width: 73.308, height: 42 }
|
||||||
|
special-3: { width: 85.526, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -24,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"
|
||||||
- "show_letters preferences space . Return"
|
- "show_letters preferences space . Return"
|
||||||
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,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
margins: { top: 4, side: 0, bottom: 4 }
|
margins: { top: 4, side: 0, bottom: 4 }
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 120, height: 52 }
|
default: { width: 123.428, height: 52 }
|
||||||
|
special: { width: 123.428, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -12,9 +13,10 @@ views:
|
|||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
BackSpace:
|
BackSpace:
|
||||||
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
Return:
|
Return:
|
||||||
|
outline: "special"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,8 @@
|
|||||||
---
|
---
|
||||||
margins: { top: 4, side: 0, bottom: 4 }
|
margins: { top: 4, side: 0, bottom: 4 }
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 120, height: 52 }
|
default: { width: 123.428, height: 52 }
|
||||||
|
special: { width: 123.428, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -12,9 +13,10 @@ views:
|
|||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
BackSpace:
|
BackSpace:
|
||||||
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
Return:
|
Return:
|
||||||
|
outline: "special"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
|
|
||||||
|
|||||||
@ -1,15 +1,13 @@
|
|||||||
# Language: Polish
|
# Language: Polish
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.67, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 52.67, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
change-view-2: { width: 59, height: 52 }
|
change-view-2: { width: 62.399, height: 52 }
|
||||||
large: { width: 52.67, height: 52 }
|
large: { width: 53.485, height: 52 }
|
||||||
placeholder: { width: 35.67, height: 52 }
|
spaceline: { width: 124.802, height: 52 }
|
||||||
spaceline: { width: 141, height: 52 }
|
special: { width: 53.485, height: 52 }
|
||||||
special: { width: 44, height: 52 }
|
special-2: { width: 62.399, height: 52 }
|
||||||
special-2: { width: 52.67, height: 52 }
|
|
||||||
special-3: { width: 59, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -35,12 +33,12 @@ views:
|
|||||||
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"
|
- "show_upper_accents_from_accents ż ź ć 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"
|
- "show_upper_accents_from_accents Ż Ź Ć V B Ń M BackSpace"
|
||||||
- "show_numbers preferences space show_upper_accents Return"
|
- "show_numbers preferences space show_upper_accents Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -51,7 +49,7 @@ buttons:
|
|||||||
unlock_view: "base"
|
unlock_view: "base"
|
||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
accents_show_upper:
|
show_upper_accents_from_accents:
|
||||||
action:
|
action:
|
||||||
locking:
|
locking:
|
||||||
lock_view: "upper_accents"
|
lock_view: "upper_accents"
|
||||||
@ -61,7 +59,7 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
keysym: "BackSpace"
|
keysym: "BackSpace"
|
||||||
preferences:
|
preferences:
|
||||||
@ -111,9 +109,6 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
|
||||||
outline: "placeholder"
|
|
||||||
text: ""
|
|
||||||
@ -1,15 +1,15 @@
|
|||||||
# Language: Polish
|
# Language: Polish
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 54, height: 42 }
|
default: { width: 53.76, height: 42 }
|
||||||
change-view: { width: 81, height: 42 }
|
change-view: { width: 80.64, height: 42 }
|
||||||
change-view-2: { width: 100, height: 42 }
|
change-view-2: { width: 94.08, height: 42 }
|
||||||
large: { width: 81, height: 42 }
|
large: { width: 80.64, height: 42 }
|
||||||
placeholder: { width: 54, height: 42 }
|
placeholder: { width: 53.76, height: 42 }
|
||||||
spaceline: { width: 206, height: 42 }
|
spaceline: { width: 215.04, height: 42 }
|
||||||
special: { width: 54, height: 42 }
|
special: { width: 53.76, height: 42 }
|
||||||
special-2: { width: 81, height: 42 }
|
special-2: { width: 80.64, height: 42 }
|
||||||
special-3: { width: 100, height: 42 }
|
special-3: { width: 94.08, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -2,13 +2,12 @@
|
|||||||
# This layout-file is a copy of "br.yaml"
|
# This layout-file is a copy of "br.yaml"
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.67, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 53, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
large: { width: 71.34, height: 52 }
|
large: { width: 71.314, height: 52 }
|
||||||
spaceline: { width: 90, height: 52 }
|
spaceline: { width: 89.144, height: 52 }
|
||||||
special: { width: 35.67, height: 52 }
|
special: { width: 35.657, height: 52 }
|
||||||
special-2: { width: 53, height: 52 }
|
special-2: { width: 53.485, height: 52 }
|
||||||
special-3: { width: 53, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -85,6 +84,6 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
|
|||||||
@ -2,14 +2,14 @@
|
|||||||
# This layout-file is a copy of "br_wide.yaml"
|
# This layout-file is a copy of "br_wide.yaml"
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 53.75, height: 42 }
|
default: { width: 53.76, height: 42 }
|
||||||
change-view: { width: 81, height: 42 }
|
change-view: { width: 80.64, height: 42 }
|
||||||
large: { width: 81, height: 42 }
|
large: { width: 80.64, height: 42 }
|
||||||
spaceline: { width: 149.5, height: 42 }
|
spaceline: { width: 147.84, height: 42 }
|
||||||
special: { width: 53.75, height: 42 }
|
special: { width: 53.76, height: 42 }
|
||||||
special-2: { width: 81, height: 42 }
|
special-2: { width: 80.64, height: 42 }
|
||||||
special-3: { width: 92, height: 42 }
|
special-3: { width: 94.08, height: 42 }
|
||||||
thin: { width: 40.5, height: 42 }
|
thin: { width: 40.32, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,13 +1,13 @@
|
|||||||
# Language: Romanian
|
# Language: Romanian
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.67, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 53.5, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
large: { width: 44, height: 52 }
|
large: { width: 44.571, height: 52 }
|
||||||
spaceline: { width: 107.67, height: 52 }
|
spaceline: { width: 106.973, height: 52 }
|
||||||
special: { width: 35.67, height: 52 }
|
special: { width: 35.657, height: 52 }
|
||||||
special-2: { width: 53.5, height: 52 }
|
special-2: { width: 53.485, height: 52 }
|
||||||
special-3: { width: 62, height: 52 }
|
special-3: { width: 62.399, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,12 +1,12 @@
|
|||||||
# Language: Romanian
|
# Language: Romanian
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 54, height: 42 }
|
default: { width: 53.76, height: 42 }
|
||||||
change-view: { width: 81, height: 42 }
|
change-view: { width: 80.64, height: 42 }
|
||||||
spaceline: { width: 189.25, height: 42 }
|
spaceline: { width: 188.16, height: 42 }
|
||||||
special: { width: 54, height: 42 }
|
special: { width: 53.76, height: 42 }
|
||||||
special-2: { width: 81, height: 42 }
|
special-2: { width: 80.64, height: 42 }
|
||||||
special-3: { width: 81, height: 42 }
|
special-3: { width: 80.64, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,15 +1,16 @@
|
|||||||
# Language: Serbian (Latin)
|
# Language: Serbian (Latin)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.42, height: 52 }
|
default: { width: 32.415, height: 52 }
|
||||||
change-view: { width: 32.42, height: 52 }
|
change-view: { width: 32.415, height: 52 }
|
||||||
change-view-2: { width: 48.63, height: 52 }
|
change-view-2: { width: 48.622, height: 52 }
|
||||||
fill: { width: 64.84, height: 52 }
|
change-view-3: { width: 56.726, height: 52 }
|
||||||
placeholder: { width: 32.42, height: 52 }
|
fill: { width: 64.84, height: 52 }
|
||||||
spaceline: { width: 162.1, height: 52 }
|
placeholder: { width: 32.415, height: 52 }
|
||||||
special: { width: 32.42, height: 52 }
|
spaceline: { width: 145.868, height: 52 }
|
||||||
special-2: { width: 32.42, height: 52 }
|
special: { width: 32.415, height: 52 }
|
||||||
special-3: { width: 48.63, height: 52 }
|
special-2: { width: 48.622, height: 52 }
|
||||||
|
special-3: { width: 56.726, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -30,7 +31,7 @@ views:
|
|||||||
symbols:
|
symbols:
|
||||||
- "~ ` | · √ π τ ÷ × ¶"
|
- "~ ` | · √ π τ ÷ × ¶"
|
||||||
- "© ® £ € ¥ ^ ° * { }"
|
- "© ® £ € ¥ ^ ° * { }"
|
||||||
- "show_numbers \\ / < > = [ ] -- BackSpace-wide"
|
- "show_numbers_from_symbols \\ / < > = [ ] -- BackSpace-wide"
|
||||||
- "show_letters preferences space , . Return"
|
- "show_letters preferences space , . Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -42,11 +43,11 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
BackSpace-wide:
|
BackSpace-wide:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
@ -54,6 +55,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-3"
|
||||||
|
label: "123"
|
||||||
|
show_numbers_from_symbols:
|
||||||
action:
|
action:
|
||||||
set_view: "numbers"
|
set_view: "numbers"
|
||||||
outline: "change-view-2"
|
outline: "change-view-2"
|
||||||
@ -61,7 +67,7 @@ buttons:
|
|||||||
show_letters:
|
show_letters:
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
outline: "change-view-2"
|
outline: "change-view-3"
|
||||||
label: "ABC"
|
label: "ABC"
|
||||||
show_symbols:
|
show_symbols:
|
||||||
action:
|
action:
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
# Language: Serbian (Latin)
|
# Language: Serbian (Latin)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 48.87, height: 42 }
|
default: { width: 48.872, height: 42 }
|
||||||
change-view: { width: 48.87, height: 42 }
|
change-view: { width: 48.872, height: 42 }
|
||||||
change-view-2: { width: 73.31, height: 42 }
|
change-view-2: { width: 73.308, height: 42 }
|
||||||
fill: { width: 73.31, height: 42 }
|
fill: { width: 73.308, height: 42 }
|
||||||
placeholder: { width: 48.87, height: 42 }
|
placeholder: { width: 48.872, height: 42 }
|
||||||
spaceline: { width: 244.34, height: 42 }
|
spaceline: { width: 244.36, height: 42 }
|
||||||
special: { width: 48.87, height: 42 }
|
special: { width: 48.872, height: 42 }
|
||||||
special-2: { width: 48.87, height: 42 }
|
special-2: { width: 48.872, height: 42 }
|
||||||
special-3: { width: 73.31, height: 42 }
|
special-3: { width: 73.308, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
# Language: Serbian (Latin, Unicode)
|
# Language: Serbian (Latin, Unicode)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.42, height: 52 }
|
default: { width: 32.415, height: 52 }
|
||||||
change-view: { width: 48.63, height: 52 }
|
change-view: { width: 48.622, height: 52 }
|
||||||
change-view-2: { width: 64.84, height: 52 }
|
change-view-2: { width: 56.726, height: 52 }
|
||||||
fill: { width: 64.84, height: 52 }
|
fill: { width: 64.83, height: 52 }
|
||||||
placeholder: { width: 32.42, height: 52 }
|
placeholder: { width: 32.415, height: 52 }
|
||||||
spaceline: { width: 129.68, height: 52 }
|
spaceline: { width: 145.868, height: 52 }
|
||||||
special: { width: 32.42, height: 52 }
|
special: { width: 32.415, height: 52 }
|
||||||
special-2: { width: 48.63, height: 52 }
|
special-2: { width: 48.622, height: 52 }
|
||||||
special-3: { width: 64.84, height: 52 }
|
special-3: { width: 56.726, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,14 +1,13 @@
|
|||||||
# Language: Serbian (Latin, Unicode)
|
# Language: Serbian (Latin, Unicode)
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 48.87, height: 42 }
|
default: { width: 48.872, height: 42 }
|
||||||
change-view: { width: 73.31, height: 42 }
|
change-view: { width: 73.308, height: 42 }
|
||||||
fill: { width: 73.31, height: 42 }
|
fill: { width: 73.308, height: 42 }
|
||||||
placeholder: { width: 48.87, height: 42 }
|
placeholder: { width: 48.872, height: 42 }
|
||||||
spaceline: { width: 244.34, height: 42 }
|
spaceline: { width: 244.36, height: 42 }
|
||||||
special: { width: 48.87, height: 42 }
|
special: { width: 48.872, height: 42 }
|
||||||
special-2: { width: 73.31, height: 42 }
|
special-2: { width: 73.308, height: 42 }
|
||||||
special-3: { width: 73.31, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -67,7 +66,7 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
--:
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
# Language: Serbian
|
# Language: Serbian
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.12, height: 52 }
|
default: { width: 32.415, height: 52 }
|
||||||
change-view: { width: 48.18, height: 52 }
|
change-view: { width: 48.622, height: 52 }
|
||||||
change-view-2: { width: 64.24, height: 52 }
|
change-view-2: { width: 56.726, height: 52 }
|
||||||
fill: { width: 64.24, height: 52 }
|
fill: { width: 64.83, height: 52 }
|
||||||
placeholder: { width: 32.12, height: 52 }
|
placeholder: { width: 32.415, height: 52 }
|
||||||
spaceline: { width: 128.48, height: 52 }
|
spaceline: { width: 145.868, height: 52 }
|
||||||
special: { width: 32.12, height: 52 }
|
special: { width: 32.415, height: 52 }
|
||||||
special-2: { width: 48.18, height: 52 }
|
special-2: { width: 48.622, height: 52 }
|
||||||
special-3: { width: 64.24, height: 52 }
|
special-3: { width: 56.726, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,14 +1,14 @@
|
|||||||
# Language: Serbian
|
# Language: Serbian
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 48.87, height: 42 }
|
default: { width: 48.872, height: 42 }
|
||||||
change-view: { width: 73.31, height: 42 }
|
change-view: { width: 73.308, height: 42 }
|
||||||
fill: { width: 73.31, height: 42 }
|
fill: { width: 73.308, height: 42 }
|
||||||
placeholder: { width: 48.87, height: 42 }
|
placeholder: { width: 48.872, height: 42 }
|
||||||
spaceline: { width: 244.35, height: 42 }
|
spaceline: { width: 244.36, height: 42 }
|
||||||
special: { width: 48.87, height: 42 }
|
special: { width: 48.872, height: 42 }
|
||||||
special-2: { width: 73.31, height: 42 }
|
special-2: { width: 73.308, height: 42 }
|
||||||
special-3: { width: 73.31, height: 42 }
|
special-3: { width: 73.308, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,29 +1,28 @@
|
|||||||
# Language: Russian
|
# Language: Russian
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.45, height: 52 }
|
default: { width: 32.415, height: 52 }
|
||||||
change-view: { width: 32, height: 52 }
|
change-view: { width: 32.415, height: 52 }
|
||||||
change-view-2: { width: 64.55, height: 52 }
|
change-view-2: { width: 64.83, height: 52 }
|
||||||
fill: { width: 156.86, height: 52 }
|
fill: { width: 64.83, height: 52 }
|
||||||
fill-2: { width: 64.9, height: 52 }
|
large: { width: 35.656, height: 52 }
|
||||||
large: { width: 35.67, height: 52 }
|
spaceline: { width: 90.763, height: 52 }
|
||||||
placeholder: { width: 32.45, height: 52 }
|
spaceline-fill: { width: 155.593, height: 52 }
|
||||||
spaceline: { width: 91.96, height: 52 }
|
special: { width: 32.415, height: 52 }
|
||||||
special: { width: 35.67, height: 52 }
|
special-2: { width: 35.656, height: 52 }
|
||||||
special-2: { width: 32, height: 52 }
|
special-3: { width: 64.83, height: 52 }
|
||||||
special-3: { width: 64.55, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
- "й ц у к е н г ш щ з х"
|
- "й ц у к е н г ш щ з х"
|
||||||
- "ф ы в а п р о л д ж э"
|
- "ф ы в а п р о л д ж э"
|
||||||
- "show_upper я ч с м и т ь б ю BackSpace"
|
- "show_upper я ч с м и т ь б ю BackSpace"
|
||||||
- "show_numbers preferences ё space ъ . Return"
|
- "show_numbers preferences ё space ъ . Return"
|
||||||
upper:
|
upper:
|
||||||
- "Й Ц У К Е Н Г Ш Щ З Х"
|
- "Й Ц У К Е Н Г Ш Щ З Х"
|
||||||
- "Ф Ы В А П Р О Л Д Ж Э"
|
- "Ф Ы В А П Р О Л Д Ж Э"
|
||||||
- "show_upper Я Ч С М И Т Ь Б Ю BackSpace"
|
- "show_upper Я Ч С М И Т Ь Б Ю BackSpace"
|
||||||
- "show_numbers preferences Ё space Ъ ,-large 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"
|
||||||
- "@ # $ % & - _ + ( )"
|
- "@ # $ % & - _ + ( )"
|
||||||
@ -44,7 +43,7 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
BackSpace-wide:
|
BackSpace-wide:
|
||||||
@ -53,7 +52,7 @@ buttons:
|
|||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
action: "show_prefs"
|
action: "show_prefs"
|
||||||
outline: "special"
|
outline: "special-2"
|
||||||
icon: "keyboard-mode-symbolic"
|
icon: "keyboard-mode-symbolic"
|
||||||
show_numbers:
|
show_numbers:
|
||||||
action:
|
action:
|
||||||
@ -70,29 +69,26 @@ buttons:
|
|||||||
set_view: "symbols"
|
set_view: "symbols"
|
||||||
outline: "change-view-2"
|
outline: "change-view-2"
|
||||||
label: "*/="
|
label: "*/="
|
||||||
.:
|
|
||||||
outline: "large"
|
|
||||||
",-large":
|
|
||||||
outline: "large"
|
|
||||||
text: ","
|
|
||||||
space:
|
space:
|
||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
space-fill:
|
space-fill:
|
||||||
outline: "fill"
|
outline: "spaceline-fill"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-3"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
.:
|
||||||
outline: "placeholder"
|
outline: "large"
|
||||||
text: ""
|
",-large":
|
||||||
|
outline: "large"
|
||||||
|
text: ","
|
||||||
5:
|
5:
|
||||||
outline: "fill-2"
|
outline: "fill"
|
||||||
"&":
|
"&":
|
||||||
outline: "fill-2"
|
outline: "fill"
|
||||||
√:
|
√:
|
||||||
outline: "fill-2"
|
outline: "fill"
|
||||||
¥:
|
¥:
|
||||||
outline: "fill-2"
|
outline: "fill"
|
||||||
@ -1,28 +1,26 @@
|
|||||||
# Language: Russian
|
# Language: Russian
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 48.75, height: 42 }
|
default: { width: 48.872, height: 42 }
|
||||||
change-view: { width: 48.75, height: 42 }
|
change-view: { width: 48.872, height: 42 }
|
||||||
change-view-2: { width: 97.5, height: 42 }
|
change-view-2: { width: 97.744, height: 42 }
|
||||||
fill: { width: 244, height: 42 }
|
fill: { width: 97.744, height: 42 }
|
||||||
fill-2: { width: 97.5, height: 42 }
|
spaceline: { width: 146.616, height: 42 }
|
||||||
placeholder: { width: 48.75, height: 42 }
|
spaceline-fill: { width: 244.36, height: 42 }
|
||||||
spaceline: { width: 146.5, height: 42 }
|
special: { width: 48.872, height: 42 }
|
||||||
special: { width: 48.75, height: 42 }
|
special-2: { width: 97.744, height: 42 }
|
||||||
special-2: { width: 48.75, height: 42 }
|
|
||||||
special-3: { width: 97.5, height: 42 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
- "й ц у к е н г ш щ з х"
|
- "й ц у к е н г ш щ з х"
|
||||||
- "ф ы в а п р о л д ж э"
|
- "ф ы в а п р о л д ж э"
|
||||||
- "show_upper я ч с м и т ь б ю BackSpace"
|
- "show_upper я ч с м и т ь б ю BackSpace"
|
||||||
- "show_numbers preferences ё space ъ . Return"
|
- "show_numbers preferences ё space ъ . Return"
|
||||||
upper:
|
upper:
|
||||||
- "Й Ц У К Е Н Г Ш Щ З Х"
|
- "Й Ц У К Е Н Г Ш Щ З Х"
|
||||||
- "Ф Ы В А П Р О Л Д Ж Э"
|
- "Ф Ы В А П Р О Л Д Ж Э"
|
||||||
- "show_upper Я Ч С М И Т Ь Б Ю BackSpace"
|
- "show_upper Я Ч С М И Т Ь Б Ю 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"
|
||||||
- "@ # $ % & - _ + ( )"
|
- "@ # $ % & - _ + ( )"
|
||||||
@ -43,11 +41,11 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
BackSpace-wide:
|
BackSpace-wide:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
@ -73,20 +71,17 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
space-fill:
|
space-fill:
|
||||||
outline: "fill"
|
outline: "spaceline-fill"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
|
||||||
outline: "placeholder"
|
|
||||||
text: ""
|
|
||||||
5:
|
5:
|
||||||
outline: "fill-2"
|
outline: "fill"
|
||||||
"&":
|
"&":
|
||||||
outline: "fill-2"
|
outline: "fill"
|
||||||
√:
|
√:
|
||||||
outline: "fill-2"
|
outline: "fill"
|
||||||
¥:
|
¥:
|
||||||
outline: "fill-2"
|
outline: "fill"
|
||||||
@ -1,15 +1,14 @@
|
|||||||
# Language: Swedish
|
# Language: Swedish
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 32.4, height: 52 }
|
default: { width: 32.415, height: 52 }
|
||||||
change-view: { width: 48.39, height: 52 }
|
change-view: { width: 48.622, height: 52 }
|
||||||
change-view-2: { width: 62, height: 52 }
|
change-view-2: { width: 64.83, height: 52 }
|
||||||
large: { width: 48.39, height: 52 }
|
large: { width: 48.622, height: 52 }
|
||||||
placeholder: { width: 32, height: 52 }
|
placeholder: { width: 32.415, height: 52 }
|
||||||
spaceline: { width: 136.39, height: 52 }
|
spaceline: { width: 129.661, height: 52 }
|
||||||
special: { width: 48, height: 52 }
|
special: { width: 48.622, height: 52 }
|
||||||
special-2: { width: 48.39, height: 52 }
|
special-2: { width: 64.83, height: 52 }
|
||||||
special-3: { width: 62, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -25,12 +24,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"
|
||||||
- "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:
|
||||||
@ -42,7 +41,7 @@ buttons:
|
|||||||
outline: "change-view"
|
outline: "change-view"
|
||||||
icon: "key-shift"
|
icon: "key-shift"
|
||||||
BackSpace:
|
BackSpace:
|
||||||
outline: "special-2"
|
outline: "special"
|
||||||
icon: "edit-clear-symbolic"
|
icon: "edit-clear-symbolic"
|
||||||
action: "erase"
|
action: "erase"
|
||||||
preferences:
|
preferences:
|
||||||
@ -75,7 +74,7 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
--:
|
||||||
|
|||||||
@ -1,14 +1,15 @@
|
|||||||
# Language: Swedish
|
# Language: Swedish
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 48.87, height: 42 }
|
default: { width: 48.872, height: 42 }
|
||||||
change-view: { width: 73.5, height: 42 }
|
change-view: { width: 73.308, height: 42 }
|
||||||
fill: { width: 97.74, height: 42 }
|
change-view-2: { width: 85.526, height: 42 }
|
||||||
placeholder: { width: 48.87, height: 42 }
|
fill: { width: 97.744, height: 42 }
|
||||||
spaceline: { width: 273.5, height: 42 }
|
placeholder: { width: 48.872, height: 42 }
|
||||||
special: { width: 48.87, height: 42 }
|
spaceline: { width: 268.796, height: 42 }
|
||||||
special-2: { width: 73.5, height: 42 }
|
special: { width: 48.872, height: 42 }
|
||||||
special-3: { width: 92.99, height: 42 }
|
special-2: { width: 73.308, height: 42 }
|
||||||
|
special-3: { width: 85.526, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -24,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"
|
||||||
- "show_letters preferences space . Return"
|
- "show_letters preferences space . Return"
|
||||||
symbols:
|
symbols:
|
||||||
- "µ ~ ` | · √ π τ ÷ × ¶"
|
- "µ ~ ` | · √ π τ ÷ × ¶"
|
||||||
- "½ ¤ © ® £ ¥ ^ ° * { }"
|
- "½ ¤ © ® £ ¥ ^ ° * { }"
|
||||||
- "show_numbers -- \\ / < > = [ ] BackSpace"
|
- "show_numbers_from_symbols \\ / < > = [ ] -- BackSpace"
|
||||||
- "show_letters preferences space . Return"
|
- "show_letters preferences space . Return"
|
||||||
|
|
||||||
buttons:
|
buttons:
|
||||||
@ -49,12 +50,17 @@ 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"
|
outline: "change-view-2"
|
||||||
action:
|
action:
|
||||||
set_view: "base"
|
set_view: "base"
|
||||||
label: "ABC"
|
label: "ABC"
|
||||||
|
|||||||
@ -1,14 +1,12 @@
|
|||||||
# Language: Slovenian
|
# Language: Slovenian
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.33, height: 52 }
|
default: { width: 35.657, height: 52 }
|
||||||
change-view: { width: 52.67, height: 52 }
|
change-view: { width: 53.485, height: 52 }
|
||||||
placeholder: { width: 35.33, height: 52 }
|
spaceline: { width: 89.144, height: 52 }
|
||||||
spaceline: { width: 88.66, height: 52 }
|
special: { width: 35.657, height: 52 }
|
||||||
special: { width: 35.33, height: 52 }
|
special-2: { width: 53.485, height: 52 }
|
||||||
special-2: { width: 52.67, height: 52 }
|
subtle-highlight: { width: 35.657, height: 52 }
|
||||||
special-3: { width: 52.67, height: 52 }
|
|
||||||
subtle-highlight: { width: 35.33, height: 52 }
|
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
@ -98,12 +96,9 @@ buttons:
|
|||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
Return:
|
Return:
|
||||||
outline: "special-3"
|
outline: "special-2"
|
||||||
icon: "key-enter"
|
icon: "key-enter"
|
||||||
keysym: "Return"
|
keysym: "Return"
|
||||||
--:
|
|
||||||
outline: "placeholder"
|
|
||||||
text: ""
|
|
||||||
š:
|
š:
|
||||||
outline: "subtle-highlight"
|
outline: "subtle-highlight"
|
||||||
Š:
|
Š:
|
||||||
|
|||||||
@ -1,15 +1,15 @@
|
|||||||
# Language: Slovenian
|
# Language: Slovenian
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 45, height: 42 }
|
default: { width: 44.8, height: 42 }
|
||||||
change-view: { width: 90, height: 42 }
|
change-view: { width: 89.6, height: 42 }
|
||||||
fill: { width: 90, height: 42 }
|
fill: { width: 89.6, height: 42 }
|
||||||
placeholder: { width: 45, height: 42 }
|
placeholder: { width: 44.8, height: 42 }
|
||||||
spaceline: { width: 135, height: 42 }
|
spaceline: { width: 134.4, height: 42 }
|
||||||
special: { width: 45, height: 42 }
|
special: { width: 44.8, height: 42 }
|
||||||
special-2: { width: 90, height: 42 }
|
special-2: { width: 89.6, height: 42 }
|
||||||
special-3: { width: 90, height: 42 }
|
special-3: { width: 89.6, height: 42 }
|
||||||
subtle-highlight: { width: 45, height: 42 }
|
subtle-highlight: { width: 44.8, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
|
|||||||
@ -1,54 +1,54 @@
|
|||||||
# Language: German
|
# Language: German
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.33, height: 45.5 }
|
default: { width: 40.41, height: 52 }
|
||||||
action: { width: 59, height: 45.5 }
|
action: { width: 67.35, height: 52 }
|
||||||
change-view: { width: 52.67, height: 45.5 }
|
change-view: { width: 60.615, height: 52 }
|
||||||
change-view-2: { width: 59, height: 45.5 }
|
change-view-2: { width: 67.35, height: 52 }
|
||||||
halfwidth: { width: 17.665, height: 45.5 }
|
halfwidth: { width: 20.205, height: 52 }
|
||||||
large: { width: 52.67, height: 45.5 }
|
large: { width: 60.615, height: 52 }
|
||||||
narrow: { width: 26.335, height: 45.5 }
|
narrow: { width: 30.307, height: 52 }
|
||||||
placeholder: { width: 17.665, height: 45.5 }
|
placeholder: { width: 20.205, height: 52 }
|
||||||
small: { width: 50.471, height: 24 }
|
small: { width: 57.728, height: 27.725 }
|
||||||
spaceline: { width: 100.96, height: 45.5 }
|
spaceline: { width: 114.495, height: 52 }
|
||||||
special: { width: 35.33, height: 45.5 }
|
special: { width: 40.41, height: 52 }
|
||||||
special-2: { width: 52.67, height: 45.5 }
|
special-2: { width: 60.615, height: 52 }
|
||||||
special-3: { width: 59, height: 45.5 }
|
special-3: { width: 67.35, height: 52 }
|
||||||
subtle-highlight: { width: 35.33, height: 45.5 }
|
subtle-highlight: { width: 40.41, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||||
- "q w e r t z u i o p"
|
- "q w e r t z u i o p"
|
||||||
- "PeriodSmall a s d f g h j k l MinusSmall"
|
- ".-thin a s d f g h j k l --thin"
|
||||||
- "show_upper y x c v b n m BackSpace"
|
- "show_upper y x c v b n m BackSpace"
|
||||||
- "show_numbers show_eschars preferences space show_actions Return"
|
- "show_numbers show_eschars preferences space show_actions Return"
|
||||||
upper:
|
upper:
|
||||||
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
- "Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||||
- "Q W E R T Z U I O P"
|
- "Q W E R T Z U I O P"
|
||||||
- "SlashSmall A S D F G H J K L PipeSmall"
|
- "/-thin A S D F G H J K L |-thin"
|
||||||
- "show_upper Y X C V B N M BackSpace"
|
- "show_upper Y X C V B N M BackSpace"
|
||||||
- "show_numbers show_eschars preferences space show_actions Return"
|
- "show_numbers show_eschars preferences space show_actions Return"
|
||||||
numbers:
|
numbers:
|
||||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||||
- "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:
|
||||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||||
- "~ ` · √ π τ ÷ × ¶ @"
|
- "~ ` · √ π τ ÷ × ¶ @"
|
||||||
- "-- © ® £ € ¥ ^ ° { } --"
|
- "-- © ® £ € ¥ ^ ° { } --"
|
||||||
- "show_numbers % | < > = [ ] BackSpace"
|
- "show_numbers % | < > = [ ] BackSpace"
|
||||||
- "show_letters show_eschars preferences space . Return"
|
- "show_letters show_eschars preferences space . Return"
|
||||||
eschars:
|
eschars:
|
||||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||||
- "ä è é ö ü Ä È É Ö Ü"
|
- "ä è é ö ü Ä È É Ö Ü"
|
||||||
- "à â ê î ô À Â È Î Ô"
|
- "à â ê î ô À Â È Î Ô"
|
||||||
- "show_numbers « » ç Ç æ œ ß BackSpace"
|
- "show_numbers « » ç Ç æ œ ß BackSpace"
|
||||||
- "show_letters show_eschars preferences space „ “ Return"
|
- "show_letters show_eschars preferences space „ “ Return"
|
||||||
actions:
|
actions:
|
||||||
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
- "Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||||
- "F1 F2 F3 F4 F5 F6"
|
- "F1 F2 F3 F4 F5 F6"
|
||||||
- "F7 F8 F9 F10 F11 F12"
|
- "F7 F8 F9 F10 F11 F12"
|
||||||
- "Esc Tab Pause Insert Up Del"
|
- "Esc Tab Pause Insert Up Del"
|
||||||
@ -153,7 +153,7 @@ buttons:
|
|||||||
Tab:
|
Tab:
|
||||||
outline: "action"
|
outline: "action"
|
||||||
keysym: "Tab"
|
keysym: "Tab"
|
||||||
TabSmall:
|
Tab-small:
|
||||||
outline: "small"
|
outline: "small"
|
||||||
keysym: "Tab"
|
keysym: "Tab"
|
||||||
label: "Tab"
|
label: "Tab"
|
||||||
@ -228,16 +228,16 @@ buttons:
|
|||||||
modifier: "Alt"
|
modifier: "Alt"
|
||||||
outline: "small"
|
outline: "small"
|
||||||
label: "Alt"
|
label: "Alt"
|
||||||
MinusSmall:
|
--thin:
|
||||||
outline: "halfwidth"
|
outline: "halfwidth"
|
||||||
text: "-"
|
text: "-"
|
||||||
SlashSmall:
|
/-thin:
|
||||||
outline: "halfwidth"
|
outline: "halfwidth"
|
||||||
text: "/"
|
text: "/"
|
||||||
PipeSmall:
|
"|-thin":
|
||||||
outline: "halfwidth"
|
outline: "halfwidth"
|
||||||
text: "|"
|
text: "|"
|
||||||
PeriodSmall:
|
.-thin:
|
||||||
outline: "halfwidth"
|
outline: "halfwidth"
|
||||||
text: "."
|
text: "."
|
||||||
"„":
|
"„":
|
||||||
@ -266,4 +266,4 @@ buttons:
|
|||||||
outline: "subtle-highlight"
|
outline: "subtle-highlight"
|
||||||
--:
|
--:
|
||||||
outline: "placeholder"
|
outline: "placeholder"
|
||||||
text: ""
|
text: ""
|
||||||
|
|||||||
@ -1,54 +1,54 @@
|
|||||||
# Language: German
|
# Language: German
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 54, height: 37 }
|
default: { width: 61.824, height: 42 }
|
||||||
action: { width: 90, height: 37 }
|
action: { width: 103.04, height: 42 }
|
||||||
change-view: { width: 81, height: 37 }
|
change-view: { width: 92.736, height: 42 }
|
||||||
change-view-2: { width: 90, height: 37 }
|
change-view-2: { width: 103.04, height: 42 }
|
||||||
halfwidth: { width: 27, height: 37 }
|
halfwidth: { width: 30.912, height: 42 }
|
||||||
large: { width: 81, height: 37 }
|
large: { width: 92.736, height: 42 }
|
||||||
narrow: { width: 40.5, height: 37 }
|
narrow: { width: 46.368, height: 42 }
|
||||||
placeholder: { width: 27, height: 37 }
|
placeholder: { width: 30.912, height: 42 }
|
||||||
small: { width: 67.4, height: 22 }
|
small: { width: 77.28, height: 25.2 }
|
||||||
spaceline: { width: 153, height: 37 }
|
spaceline: { width: 175.168, height: 42 }
|
||||||
special: { width: 54, height: 37 }
|
special: { width: 61.824, height: 42 }
|
||||||
special-2: { width: 81, height: 37 }
|
special-2: { width: 92.736, height: 42 }
|
||||||
special-3: { width: 90, height: 37 }
|
special-3: { width: 103.04, height: 42 }
|
||||||
subtle-highlight: { width: 54, height: 37 }
|
subtle-highlight: { width: 61.824, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||||
- "q w e r t z u i o p"
|
- "q w e r t z u i o p"
|
||||||
- "PeriodSmall a s d f g h j k l MinusSmall"
|
- "PeriodSmall a s d f g h j k l MinusSmall"
|
||||||
- "show_upper y x c v b n m BackSpace"
|
- "show_upper y x c v b n m BackSpace"
|
||||||
- "show_numbers show_eschars preferences space show_actions Return"
|
- "show_numbers show_eschars preferences space show_actions Return"
|
||||||
upper:
|
upper:
|
||||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
- "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||||
- "Q W E R T Z U I O P"
|
- "Q W E R T Z U I O P"
|
||||||
- "SlashSmall A S D F G H J K L PipeSmall"
|
- "SlashSmall A S D F G H J K L PipeSmall"
|
||||||
- "show_upper Y X C V B N M BackSpace"
|
- "show_upper Y X C V B N M BackSpace"
|
||||||
- "show_numbers show_eschars preferences space show_actions Return"
|
- "show_numbers show_eschars preferences space show_actions Return"
|
||||||
numbers:
|
numbers:
|
||||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||||
- "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:
|
||||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||||
- "~ ` · √ π τ ÷ × ¶ @"
|
- "~ ` · √ π τ ÷ × ¶ @"
|
||||||
- "-- © ® £ € ¥ ^ ° { } --"
|
- "-- © ® £ € ¥ ^ ° { } --"
|
||||||
- "show_numbers % | < > = [ ] BackSpace"
|
- "show_numbers % | < > = [ ] BackSpace"
|
||||||
- "show_letters show_eschars preferences space . Return"
|
- "show_letters show_eschars preferences space . Return"
|
||||||
eschars:
|
eschars:
|
||||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||||
- "ä è é ö ü Ä È É Ö Ü"
|
- "ä è é ö ü Ä È É Ö Ü"
|
||||||
- "à â ê î ô À Â È Î Ô"
|
- "à â ê î ô À Â È Î Ô"
|
||||||
- "show_numbers « » ç Ç æ œ ß BackSpace"
|
- "show_numbers « » ç Ç æ œ ß BackSpace"
|
||||||
- "show_letters show_eschars preferences space „ “ Return"
|
- "show_letters show_eschars preferences space „ “ Return"
|
||||||
actions:
|
actions:
|
||||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
- "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||||
- "F1 F2 F3 F4 F5 F6"
|
- "F1 F2 F3 F4 F5 F6"
|
||||||
- "F7 F8 F9 F10 F11 F12"
|
- "F7 F8 F9 F10 F11 F12"
|
||||||
- "Esc Tab Pause Insert Up Del"
|
- "Esc Tab Pause Insert Up Del"
|
||||||
@ -150,14 +150,14 @@ buttons:
|
|||||||
Esc:
|
Esc:
|
||||||
outline: "action"
|
outline: "action"
|
||||||
keysym: "Escape"
|
keysym: "Escape"
|
||||||
EscSmall:
|
Esc-small:
|
||||||
outline: "small"
|
outline: "small"
|
||||||
keysym: "Escape"
|
keysym: "Escape"
|
||||||
label: "Esc"
|
label: "Esc"
|
||||||
Tab:
|
Tab:
|
||||||
outline: "action"
|
outline: "action"
|
||||||
keysym: "Tab"
|
keysym: "Tab"
|
||||||
TabSmall:
|
Tab-small:
|
||||||
outline: "small"
|
outline: "small"
|
||||||
keysym: "Tab"
|
keysym: "Tab"
|
||||||
label: "Tab"
|
label: "Tab"
|
||||||
|
|||||||
@ -1,53 +1,53 @@
|
|||||||
# Language: Spanish
|
# Language: Spanish
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 35.33, height: 45.5 }
|
default: { width: 40.41, height: 52 }
|
||||||
action: { width: 59, height: 45.5 }
|
action: { width: 67.35, height: 52 }
|
||||||
change-view: { width: 52.67, height: 45.5 }
|
change-view: { width: 60.615, height: 52 }
|
||||||
change-view-2: { width: 59, height: 45.5 }
|
change-view-2: { width: 67.35, height: 52 }
|
||||||
halfwidth: { width: 17.665, height: 45.5 }
|
halfwidth: { width: 20.205, height: 52 }
|
||||||
large: { width: 52.67, height: 45.5 }
|
large: { width: 60.615, height: 52 }
|
||||||
placeholder: { width: 17.665, height: 45.5 }
|
placeholder: { width: 20.205, height: 52 }
|
||||||
small: { width: 50.471, height: 24 }
|
small: { width: 57.728, height: 27.725 }
|
||||||
spaceline: { width: 100.96, height: 45.5 }
|
spaceline: { width: 114.495, height: 52 }
|
||||||
special: { width: 35.33, height: 45.5 }
|
special: { width: 40.41, height: 52 }
|
||||||
special-2: { width: 52.67, height: 45.5 }
|
special-2: { width: 60.615, height: 52 }
|
||||||
special-3: { width: 59, height: 45.5 }
|
special-3: { width: 67.35, height: 52 }
|
||||||
thin: { width: 30.995, height: 45.5 }
|
thin: { width: 35.358, height: 52 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||||
- "q w e r t y u i o p"
|
- "q w e r t y u i o p"
|
||||||
- "PeriodSmall a s d f g h j k l MinusSmall"
|
- ".-thin a s d f g h j k l --thin"
|
||||||
- "show_upper z x c v b n m BackSpace"
|
- "show_upper z x c v b n m BackSpace"
|
||||||
- "show_numbers show_eschars preferences space show_actions Return"
|
- "show_numbers show_eschars preferences space show_actions Return"
|
||||||
upper:
|
upper:
|
||||||
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
- "Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||||
- "Q W E R T Y U I O P"
|
- "Q W E R T Y U I O P"
|
||||||
- "SlashSmall A S D F G H J K L PipeSmall"
|
- "/-thin A S D F G H J K L |-thin"
|
||||||
- "show_upper Z X C V B N M BackSpace"
|
- "show_upper Z X C V B N M BackSpace"
|
||||||
- "show_numbers show_eschars preferences space show_actions Return"
|
- "show_numbers show_eschars preferences space show_actions Return"
|
||||||
numbers:
|
numbers:
|
||||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||||
- "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:
|
||||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||||
- "~ ` · √ π τ ÷ × ¶ @"
|
- "~ ` · √ π τ ÷ × ¶ @"
|
||||||
- "-- © ® £ € ¥ ^ ° { } --"
|
- "-- © ® £ € ¥ ^ ° { } --"
|
||||||
- "show_numbers % | < > = [ ] BackSpace"
|
- "show_numbers % | < > = [ ] BackSpace"
|
||||||
- "show_letters show_eschars preferences space . Return"
|
- "show_letters show_eschars preferences space . Return"
|
||||||
eschars:
|
eschars:
|
||||||
- "TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||||
- "á é í ó ú Á É Í Ó Ú"
|
- "á é í ó ú Á É Í Ó Ú"
|
||||||
- "à è ì ò ù À È Ì Ò Ù"
|
- "à è ì ò ù À È Ì Ò Ù"
|
||||||
- "show_numbers ü ç ï ñ Ü Ç Ï Ñ BackSpace"
|
- "show_numbers ü ç ï ñ Ü Ç Ï Ñ BackSpace"
|
||||||
- "show_letters show_eschars preferences space show_actions Return"
|
- "show_letters show_eschars preferences space . Return"
|
||||||
actions:
|
actions:
|
||||||
- "TabSmall Ctrl Alt PageUp PageDown Home End"
|
- "Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||||
- "F1 F2 F3 F4 F5 F6"
|
- "F1 F2 F3 F4 F5 F6"
|
||||||
- "F7 F8 F9 F10 F11 F12"
|
- "F7 F8 F9 F10 F11 F12"
|
||||||
- "Esc Tab Pause Insert Up Del"
|
- "Esc Tab Pause Insert Up Del"
|
||||||
@ -103,7 +103,6 @@ buttons:
|
|||||||
label: ">_"
|
label: ">_"
|
||||||
.:
|
.:
|
||||||
outline: "large"
|
outline: "large"
|
||||||
text: "."
|
|
||||||
space:
|
space:
|
||||||
outline: "spaceline"
|
outline: "spaceline"
|
||||||
text: " "
|
text: " "
|
||||||
@ -153,7 +152,7 @@ buttons:
|
|||||||
Tab:
|
Tab:
|
||||||
outline: "action"
|
outline: "action"
|
||||||
keysym: "Tab"
|
keysym: "Tab"
|
||||||
TabSmall:
|
Tab-small:
|
||||||
outline: "small"
|
outline: "small"
|
||||||
keysym: "Tab"
|
keysym: "Tab"
|
||||||
label: "Tab"
|
label: "Tab"
|
||||||
@ -244,16 +243,16 @@ buttons:
|
|||||||
outline: "thin"
|
outline: "thin"
|
||||||
Ñ:
|
Ñ:
|
||||||
outline: "thin"
|
outline: "thin"
|
||||||
MinusSmall:
|
--thin:
|
||||||
outline: "halfwidth"
|
outline: "halfwidth"
|
||||||
text: "-"
|
text: "-"
|
||||||
SlashSmall:
|
/-thin:
|
||||||
outline: "halfwidth"
|
outline: "halfwidth"
|
||||||
text: "/"
|
text: "/"
|
||||||
PipeSmall:
|
"|-thin":
|
||||||
outline: "halfwidth"
|
outline: "halfwidth"
|
||||||
text: "|"
|
text: "|"
|
||||||
PeriodSmall:
|
.-thin:
|
||||||
outline: "halfwidth"
|
outline: "halfwidth"
|
||||||
text: "."
|
text: "."
|
||||||
"\\":
|
"\\":
|
||||||
@ -262,4 +261,4 @@ buttons:
|
|||||||
outline: "halfwidth"
|
outline: "halfwidth"
|
||||||
--:
|
--:
|
||||||
outline: "placeholder"
|
outline: "placeholder"
|
||||||
text: ""
|
text: ""
|
||||||
|
|||||||
@ -1,53 +1,53 @@
|
|||||||
# Language: Spanish
|
# Language: Spanish
|
||||||
---
|
---
|
||||||
outlines:
|
outlines:
|
||||||
default: { width: 54, height: 37 }
|
default: { width: 61.824, height: 42 }
|
||||||
action: { width: 90, height: 37 }
|
action: { width: 103.04, height: 42 }
|
||||||
change-view: { width: 81, height: 37 }
|
change-view: { width: 92.736, height: 42 }
|
||||||
change-view-2: { width: 90, height: 37 }
|
change-view-2: { width: 103.04, height: 42 }
|
||||||
halfwidth: { width: 27, height: 37 }
|
halfwidth: { width: 30.912, height: 42 }
|
||||||
large: { width: 81, height: 37 }
|
large: { width: 92.736, height: 42 }
|
||||||
placeholder: { width: 27, height: 37 }
|
placeholder: { width: 30.912, height: 42 }
|
||||||
small: { width: 67.4, height: 22 }
|
small: { width: 77.28, height: 25.2 }
|
||||||
spaceline: { width: 153, height: 37 }
|
spaceline: { width: 175.168, height: 42 }
|
||||||
special: { width: 54, height: 37 }
|
special: { width: 61.824, height: 42 }
|
||||||
special-2: { width: 81, height: 37 }
|
special-2: { width: 92.736, height: 42 }
|
||||||
special-3: { width: 90, height: 37 }
|
special-3: { width: 103.04, height: 42 }
|
||||||
thin: { width: 47.25, height: 37 }
|
thin: { width: 54.096, height: 42 }
|
||||||
|
|
||||||
views:
|
views:
|
||||||
base:
|
base:
|
||||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||||
- "q w e r t y u i o p"
|
- "q w e r t y u i o p"
|
||||||
- "PeriodSmall a s d f g h j k l MinusSmall"
|
- "PeriodSmall a s d f g h j k l MinusSmall"
|
||||||
- "show_upper z x c v b n m BackSpace"
|
- "show_upper z x c v b n m BackSpace"
|
||||||
- "show_numbers show_eschars preferences space show_actions Return"
|
- "show_numbers show_eschars preferences space show_actions Return"
|
||||||
upper:
|
upper:
|
||||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
- "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||||
- "Q W E R T Y U I O P"
|
- "Q W E R T Y U I O P"
|
||||||
- "SlashSmall A S D F G H J K L PipeSmall"
|
- "SlashSmall A S D F G H J K L PipeSmall"
|
||||||
- "show_upper Z X C V B N M BackSpace"
|
- "show_upper Z X C V B N M BackSpace"
|
||||||
- "show_numbers show_eschars preferences space show_actions Return"
|
- "show_numbers show_eschars preferences space show_actions Return"
|
||||||
numbers:
|
numbers:
|
||||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||||
- "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:
|
||||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||||
- "~ ` · √ π τ ÷ × ¶ @"
|
- "~ ` · √ π τ ÷ × ¶ @"
|
||||||
- "-- © ® £ € ¥ ^ ° { } --"
|
- "-- © ® £ € ¥ ^ ° { } --"
|
||||||
- "show_numbers % | < > = [ ] BackSpace"
|
- "show_numbers % | < > = [ ] BackSpace"
|
||||||
- "show_letters show_eschars preferences space . Return"
|
- "show_letters show_eschars preferences space . Return"
|
||||||
eschars:
|
eschars:
|
||||||
- "EscSmall TabSmall Ctrl Alt ↑ ↓ ← →"
|
- "Esc-small Tab-small Ctrl Alt ↑ ↓ ← →"
|
||||||
- "á é í ó ú Á É Í Ó Ú"
|
- "á é í ó ú Á É Í Ó Ú"
|
||||||
- "à è ì ò ù À È Ì Ò Ù"
|
- "à è ì ò ù À È Ì Ò Ù"
|
||||||
- "show_numbers ü ç ï ñ Ü Ç Ï Ñ BackSpace"
|
- "show_numbers ü ç ï ñ Ü Ç Ï Ñ BackSpace"
|
||||||
- "show_letters show_eschars preferences space show_actions Return"
|
- "show_letters show_eschars preferences space . Return"
|
||||||
actions:
|
actions:
|
||||||
- "EscSmall TabSmall Ctrl Alt PageUp PageDown Home End"
|
- "Esc-small Tab-small Ctrl Alt PageUp PageDown Home End"
|
||||||
- "F1 F2 F3 F4 F5 F6"
|
- "F1 F2 F3 F4 F5 F6"
|
||||||
- "F7 F8 F9 F10 F11 F12"
|
- "F7 F8 F9 F10 F11 F12"
|
||||||
- "Esc Tab Pause Insert Up Del"
|
- "Esc Tab Pause Insert Up Del"
|
||||||
@ -149,14 +149,14 @@ buttons:
|
|||||||
Esc:
|
Esc:
|
||||||
outline: "action"
|
outline: "action"
|
||||||
keysym: "Escape"
|
keysym: "Escape"
|
||||||
EscSmall:
|
Esc-small:
|
||||||
outline: "small"
|
outline: "small"
|
||||||
keysym: "Escape"
|
keysym: "Escape"
|
||||||
label: "Esc"
|
label: "Esc"
|
||||||
Tab:
|
Tab:
|
||||||
outline: "action"
|
outline: "action"
|
||||||
keysym: "Tab"
|
keysym: "Tab"
|
||||||
TabSmall:
|
Tab-small:
|
||||||
outline: "small"
|
outline: "small"
|
||||||
keysym: "Tab"
|
keysym: "Tab"
|
||||||
label: "Tab"
|
label: "Tab"
|
||||||
@ -265,4 +265,4 @@ buttons:
|
|||||||
outline: "halfwidth"
|
outline: "halfwidth"
|
||||||
--:
|
--:
|
||||||
outline: "placeholder"
|
outline: "placeholder"
|
||||||
text: ""
|
text: ""
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user