init commit

This commit is contained in:
MeexReay 2025-09-23 02:01:35 +03:00
commit b011a2dd65
4 changed files with 692 additions and 0 deletions

90
ru.yaml Normal file
View file

@ -0,0 +1,90 @@
---
outlines:
default: { width: 38, height: 40 }
altline: { width: 38, height: 40 }
wide: { width: 57, height: 40 }
narrow: { width: 26, height: 40 }
spaceline: { width: 107, height: 40 }
fill: { width: 223, height: 40 }
special: { width: 42, height: 40 }
views:
base:
- "1 2 3 4 5 6 7 8 9 0 ё"
- "й ц у к е н г ш щ з х"
- "ф ы в а п р о л д ж э"
- "Shift_L я ч с м и т ь б ю BackSpace"
- "show_numbers preferences space_fill period Return"
upper:
- "1 2 3 4 5 6 7 8 9 0 Ё"
- "Й Ц У К Е Н Г Ш Щ З Х"
- "Ф Ы В А П Р О Л Д Ж Э"
- "Shift_L Я Ч С М И Т ъ Б Ю BackSpace"
- "show_numbers preferences space_fill comma Return"
numbers:
- "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )"
- "© ® £ € ¥ ^ ° * { }"
- "show_symbols , \" ' colon ; ! ? BackSpace"
- "show_letters preferences space_fill period Return"
symbols:
- "1 2 3 4 5 6 7 8 9 0"
- "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace"
- "show_letters preferences space_fill period Return"
buttons:
Shift_L:
action:
locking:
lock_view: "upper"
unlock_view: "base"
outline: "altline"
icon: "key-shift"
BackSpace:
outline: "altline"
icon: "edit-clear-symbolic"
action: erase
preferences:
action: show_prefs
outline: "special"
icon: "keyboard-mode-symbolic"
show_numbers:
action:
set_view: "numbers"
outline: "wide"
label: "123"
show_numbers_from_symbols:
action:
set_view: "numbers"
outline: "wide"
label: "123"
show_letters:
action:
set_view: "base"
outline: "wide"
label: "АБВ"
show_symbols:
action:
set_view: "symbols"
outline: "wide"
label: "*/="
period:
outline: "special"
text: "."
comma:
outline: "special"
text: ","
space:
outline: "spaceline"
text: " "
space_fill:
outline: "fill"
text: " "
Return:
outline: "wide"
icon: "key-enter"
keysym: "Return"
colon:
text: ":"

268
terminal/ru.yaml Normal file
View file

@ -0,0 +1,268 @@
---
outlines:
default: { width: 27, height: 46 }
default2: { width: 35.33, height: 46 }
lil: { width: 17, height: 46 }
action: { width: 59, height: 57.5 }
altline: { width: 52.67, height: 46 }
altline2: { width: 35.67, height: 46 }
wide: { width: 59, height: 46 }
wide2: { width: 59, height: 57.5 }
spaceline: { width: 140, height: 46 }
special: { width: 44, height: 46 }
small: { width: 39, height: 28 }
views:
base:
- "TabSmall Escape Shift Ctrl Alt ↑ ↓ ← →"
- "1 2 3 4 5 6 7 8 9 0"
- "й ц у к е н г ш щ з х ё"
- "onethinglil ф ы в а п р о л д ж э twothingslil"
- "Shift_L onelongthinglil я ч с м и т ь б ю slash BackSpace"
- "show_numbers preferences space show_actions Return"
upper:
- "TabSmall Escape Shift Ctrl Alt PgUp PgDn Home End"
- "1 2 3 4 5 6 7 8 9 0"
- "Й Ц У К Е Н Г Ш Щ З Х Ё"
- "onethinglil Ф Ы В А П Р О Л Д Ж Э twothingslil2"
- "Shift_L onelongthinglil Я Ч С М И Т ъ Б Ю backslash BackSpace"
- "show_numbers preferences space show_actions Return"
numbers:
- "TabSmall Escape Shift Ctrl Alt ↑ ↓ ← →"
- "1 2 3 4 5 6 7 8 9 0"
- "* # $ / & - _ + ( )"
- "© ® £ € ¥ ^ ° @ { }"
- "show_symbols , \" ' colon ; ! ? BackSpace"
- "show_letters preferences space period Return"
symbols:
- "TabSmall Escape Shift Ctrl Alt ↑ ↓ ← →"
- "1 2 3 4 5 6 7 8 9 0"
- "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° @ { }"
- "show_numbers_from_symbols \\ % < > = [ ] BackSpace"
- "show_letters preferences space period Return"
actions:
- "TabSmall Escape Shift Ctrl Alt PgUp PgDn Home End"
- "F1 F2 F3 F4 F5 F6"
- "F7 F8 F9 F10 F11 F12"
- "Esc Tab Pause Insert Up Del"
- "show_letters2 Menu Break Left Down Right"
buttons:
1:
outline: default2
2:
outline: default2
3:
outline: default2
4:
outline: default2
5:
outline: default2
6:
outline: default2
7:
outline: default2
8:
outline: default2
9:
outline: default2
0:
outline: default2
"onethinglil":
outline: lil
label: "."
text: "."
"onelongthinglil":
outline: lil
label: "!"
text: "!"
"slash":
outline: lil
label: "/"
text: "/"
"backslash":
outline: lil
label: "\\"
text: "\\"
"twothingslil":
outline: lil
label: ":"
text: ":"
"twothingslil2":
outline: lil
label: ";"
text: ";"
Shift_L:
action:
locking:
lock_view: "upper"
unlock_view: "base"
outline: "altline2"
icon: "key-shift"
BackSpace:
outline: "altline2"
icon: "edit-clear-symbolic"
action: erase
preferences:
action: "show_prefs"
outline: "special"
icon: "keyboard-mode-symbolic"
show_numbers:
action:
set_view: "numbers"
outline: "wide"
label: "123"
show_numbers_from_symbols:
action:
set_view: "numbers"
outline: "altline"
label: "123"
show_letters:
action:
set_view: "base"
outline: "wide"
label: "ABC"
show_letters2:
action:
set_view: "base"
outline: "wide2"
label: "ABC"
show_symbols:
action:
set_view: "symbols"
outline: "altline"
label: "τ=\\"
show_actions:
action:
set_view: "actions"
outline: "altline"
label: ">_"
period:
outline: "altline"
text: "."
space:
outline: "spaceline"
text: " "
Return:
outline: "wide"
icon: "key-enter"
keysym: "Return"
colon:
text: ":"
F1:
outline: "action"
keysym: "F1"
F2:
outline: "action"
keysym: "F2"
F3:
outline: "action"
keysym: "F3"
F4:
outline: "action"
keysym: "F4"
F5:
outline: "action"
keysym: "F5"
F6:
outline: "action"
keysym: "F6"
F7:
outline: "action"
keysym: "F7"
F8:
outline: "action"
keysym: "F8"
F9:
outline: "action"
keysym: "F9"
F10:
outline: "action"
keysym: "F10"
F11:
outline: "action"
keysym: "F11"
F12:
outline: "action"
keysym: "F12"
Esc:
outline: "action"
keysym: "Escape"
Escape:
outline: "small"
keysym: "Escape"
TabSmall:
outline: "small"
keysym: "Tab"
label: Tab
Tab:
outline: "action"
keysym: "Tab"
Del:
outline: "action"
keysym: "Delete"
Insert:
outline: "action"
keysym: "Insert"
Menu:
outline: "action"
keysym: "Menu"
Pause:
outline: "action"
keysym: "Pause"
Break:
outline: "action"
keysym: "Break"
Home:
outline: "small"
keysym: "Home"
End:
outline: "small"
keysym: "End"
PgUp:
outline: "small"
keysym: "Page_Up"
PgDn:
outline: "small"
keysym: "Page_Down"
"↑":
outline: "small"
keysym: "Up"
"↓":
outline: "small"
keysym: "Down"
"←":
outline: "small"
keysym: "Left"
"→":
outline: "small"
keysym: "Right"
Up:
label: "↑"
outline: "action"
keysym: "Up"
Left:
label: "←"
outline: "action"
keysym: "Left"
Down:
label: "↓"
outline: "action"
keysym: "Down"
Right:
label: "→"
outline: "action"
keysym: "Right"
Ctrl:
modifier: "Control"
outline: "small"
label: "Ctrl"
Shift:
modifier: "Shift"
outline: "small"
label: "Shift"
Alt:
modifier: "Alt"
outline: "small"
label: "Alt"

252
terminal/us.yaml Normal file
View file

@ -0,0 +1,252 @@
---
outlines:
default: { width: 35.33, height: 46 }
lil: { width: 17, height: 46 }
action: { width: 59, height: 46 }
action2: { width: 59, height: 57.5 }
altline: { width: 52.67, height: 46 }
altline2: { width: 35.67, height: 46 }
wide: { width: 59, height: 46 }
wide2: { width: 59, height: 57.5 }
spaceline: { width: 140, height: 46 }
special: { width: 44, height: 46 }
small: { width: 39, height: 28 }
views:
base:
- "TabSmall Escape Shift Ctrl Alt ↑ ↓ ← →"
- "1 2 3 4 5 6 7 8 9 0"
- "q w e r t y u i o p"
- "onethinglil a s d f g h j k l twothingslil"
- "Shift_L onelongthinglil z x c v b n m slash BackSpace"
- "show_numbers preferences space show_actions Return"
upper:
- "TabSmall Escape Shift Ctrl Alt PgUp PgDn Home End"
- "1 2 3 4 5 6 7 8 9 0"
- "Q W E R T Y U I O P"
- "onethinglil A S D F G H J K L twothingslil2"
- "Shift_L onelongthinglil Z X C V B N M backslash BackSpace"
- "show_numbers preferences space show_actions Return"
numbers:
- "TabSmall Escape Shift Ctrl Alt ↑ ↓ ← →"
- "1 2 3 4 5 6 7 8 9 0"
- "* # $ / & - _ + ( )"
- "© ® £ € ¥ ^ ° @ { }"
- "show_symbols , \" ' colon ; ! ? BackSpace2"
- "show_letters preferences space period Return"
symbols:
- "TabSmall Escape Shift Ctrl Alt ↑ ↓ ← →"
- "1 2 3 4 5 6 7 8 9 0"
- "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° @ { }"
- "show_numbers_from_symbols \\ % < > = [ ] BackSpace2"
- "show_letters preferences space period Return"
actions:
- "TabSmall Escape Shift Ctrl Alt PgUp PgDn Home End"
- "F1 F2 F3 F4 F5 F6"
- "F7 F8 F9 F10 F11 F12"
- "Esc Tab Pause Insert Up Del"
- "show_letters2 Menu Break Left Down Right"
buttons:
"onethinglil":
outline: lil
label: "."
text: "."
"slash":
outline: lil
label: "/"
text: "/"
"backslash":
outline: lil
label: "\\"
text: "\\"
"twothingslil":
outline: lil
label: ":"
text: ":"
"twothingslil2":
outline: lil
label: ":"
text: ":"
"onelongthinglil":
outline: lil
label: "!"
text: "!"
Shift_L:
action:
locking:
lock_view: "upper"
unlock_view: "base"
outline: "altline2"
icon: "key-shift"
BackSpace:
outline: "altline2"
icon: "edit-clear-symbolic"
action: erase
BackSpace2:
outline: "altline"
icon: "edit-clear-symbolic"
action: erase
preferences:
action: "show_prefs"
outline: "special"
icon: "keyboard-mode-symbolic"
show_numbers:
action:
set_view: "numbers"
outline: "wide"
label: "123"
show_numbers_from_symbols:
action:
set_view: "numbers"
outline: "altline"
label: "123"
show_letters:
action:
set_view: "base"
outline: "wide"
label: "ABC"
show_letters2:
action:
set_view: "base"
outline: "wide2"
label: "ABC"
show_symbols:
action:
set_view: "symbols"
outline: "altline"
label: "τ=\\"
show_actions:
action:
set_view: "actions"
outline: "altline"
label: ">_"
period:
outline: "altline"
text: "."
space:
outline: "spaceline"
text: " "
Return:
outline: "wide"
icon: "key-enter"
keysym: "Return"
colon:
text: ":"
F1:
outline: "action2"
keysym: "F1"
F2:
outline: "action2"
keysym: "F2"
F3:
outline: "action2"
keysym: "F3"
F4:
outline: "action2"
keysym: "F4"
F5:
outline: "action2"
keysym: "F5"
F6:
outline: "action2"
keysym: "F6"
F7:
outline: "action2"
keysym: "F7"
F8:
outline: "action2"
keysym: "F8"
F9:
outline: "action2"
keysym: "F9"
F10:
outline: "action2"
keysym: "F10"
F11:
outline: "action2"
keysym: "F11"
F12:
outline: "action2"
keysym: "F12"
Esc:
outline: "action2"
keysym: "Escape"
Escape:
outline: "small"
keysym: "Escape"
TabSmall:
outline: "small"
keysym: "Tab"
label: Tab
Tab:
outline: "action2"
keysym: "Tab"
Del:
outline: "action2"
keysym: "Delete"
Insert:
outline: "action2"
keysym: "Insert"
Menu:
outline: "action2"
keysym: "Menu"
Pause:
outline: "action2"
keysym: "Pause"
Break:
outline: "action2"
keysym: "Break"
Home:
outline: "small"
keysym: "Home"
End:
outline: "small"
keysym: "End"
PgUp:
outline: "small"
keysym: "Page_Up"
PgDn:
outline: "small"
keysym: "Page_Down"
"↑":
outline: "small"
keysym: "Up"
"↓":
outline: "small"
keysym: "Down"
"←":
outline: "small"
keysym: "Left"
"→":
outline: "small"
keysym: "Right"
Up:
label: "↑"
outline: "action2"
keysym: "Up"
Left:
label: "←"
outline: "action2"
keysym: "Left"
Down:
label: "↓"
outline: "action2"
keysym: "Down"
Right:
label: "→"
outline: "action2"
keysym: "Right"
Ctrl:
modifier: "Control"
outline: "small"
label: "Ctrl"
Shift:
modifier: "Shift"
outline: "small"
label: "Shift"
Alt:
modifier: "Alt"
outline: "small"
label: "Alt"

82
us.yaml Normal file
View file

@ -0,0 +1,82 @@
---
outlines:
default: { width: 35.33, height: 52 }
altline: { width: 52.67, height: 52 }
wide: { width: 62, height: 52 }
spaceline: { width: 142, height: 52 }
special: { width: 44, height: 52 }
views:
base:
- "1 2 3 4 5 6 7 8 9 0"
- "q w e r t y u i o p"
- "a s d f g h j k l"
- "Shift_L z x c v b n m BackSpace"
- "show_numbers preferences space period Return"
upper:
- "1 2 3 4 5 6 7 8 9 0"
- "Q W E R T Y U I O P"
- "A S D F G H J K L"
- "Shift_L Z X C V B N M BackSpace"
- "show_numbers preferences space period Return"
numbers:
- "1 2 3 4 5 6 7 8 9 0"
- "@ # $ % & - _ + ( )"
- "© ® £ € ¥ ^ ° * { }"
- "show_symbols , \" ' colon ; ! ? BackSpace"
- "show_letters preferences space period Return"
symbols:
- "1 2 3 4 5 6 7 8 9 0"
- "~ ` | · √ π τ ÷ × ¶"
- "© ® £ € ¥ ^ ° * { }"
- "show_numbers_from_symbols \\ / < > = [ ] BackSpace"
- "show_letters preferences space period Return"
buttons:
Shift_L:
action:
locking:
lock_view: "upper"
unlock_view: "base"
outline: "altline"
icon: "key-shift"
BackSpace:
outline: "altline"
icon: "edit-clear-symbolic"
action: erase
preferences:
action: show_prefs
outline: "special"
icon: "keyboard-mode-symbolic"
show_numbers:
action:
set_view: "numbers"
outline: "wide"
label: "123"
show_numbers_from_symbols:
action:
set_view: "numbers"
outline: "altline"
label: "123"
show_letters:
action:
set_view: "base"
outline: "wide"
label: "ABC"
show_symbols:
action:
set_view: "symbols"
outline: "altline"
label: "*/="
period:
outline: "special"
text: "."
space:
outline: "spaceline"
text: " "
Return:
outline: "wide"
icon: "key-enter"
keysym: "Return"
colon:
text: ":"