diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-07-25 22:28:18 +0200 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-07-25 22:28:18 +0200 |
commit | de6dbc2a0e06dd84a8976fbe3fea8fb9afc4840b (patch) | |
tree | f1cd6cd88c4e7315ab065caf2e990453b7187aa9 /carrot/.local/share/squeekboard/keyboards/us_wide.yaml | |
parent | 2c04241f38a684598d454db9e5ec4416cc2f3e6d (diff) | |
download | dotfiles-de6dbc2a0e06dd84a8976fbe3fea8fb9afc4840b.tar.gz dotfiles-de6dbc2a0e06dd84a8976fbe3fea8fb9afc4840b.zip |
carrot: Add squeekboard configuration
Diffstat (limited to 'carrot/.local/share/squeekboard/keyboards/us_wide.yaml')
-rw-r--r-- | carrot/.local/share/squeekboard/keyboards/us_wide.yaml | 159 |
1 files changed, 159 insertions, 0 deletions
diff --git a/carrot/.local/share/squeekboard/keyboards/us_wide.yaml b/carrot/.local/share/squeekboard/keyboards/us_wide.yaml new file mode 100644 index 0000000..757534d --- /dev/null +++ b/carrot/.local/share/squeekboard/keyboards/us_wide.yaml @@ -0,0 +1,159 @@ +outlines: + default: { width: 75, height: 50 } + special: { width: 75, height: 50 } + altline: { width: 85, height: 50 } + spaceline: { width: 225, height: 50 } + +views: + base: + - "` 1 2 3 4 5 6 7 8 9 0 - =" + - "q w e r t y u i o p [ ]" + - "Esc a s d f g h j k l ; '" + - "Down Shift_L z x c v b n m / BackSpace Up" + - "Left Num Ctrl , space . Alt Return Right" + upper: + - "~ ! @ # $ % ^ & * ( ) _ +" + - "Q W E R T Y U I O P { }" + - "Tab A S D F G H J K L : \"" + - "Up Shift_L Z X C V B N M ? Del Down" + - "Left Num Ctrl < space > Alt Return Right" + +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: + outline: altline + action: show_prefs + icon: keyboard-mode-symbolic + Num: + action: + set_view: numbers + outline: altline + label: 123 + Abc: + action: + set_view: base + outline: altline + label: ABC + Fn: + action: + set_view: function + outline: altline + label: Fn + space: + outline: spaceline + text: " " + Return: + outline: altline + icon: key-enter + keysym: Return + F1: + outline: altline + keysym: F1 + F2: + outline: altline + keysym: F2 + F3: + outline: altline + keysym: F3 + F4: + outline: altline + keysym: F4 + F5: + outline: altline + keysym: F5 + F6: + outline: altline + keysym: F6 + F7: + outline: altline + keysym: F7 + F8: + outline: altline + keysym: F8 + F9: + outline: altline + keysym: F9 + F10: + outline: altline + keysym: F10 + F11: + outline: altline + keysym: F11 + F12: + outline: altline + keysym: F12 + Esc: + outline: special + keysym: Esc + Escc: + outline: altline + label: Esc + keysym: Escape + Tab: + outline: special + keysym: Tab + Tabb: + outline: wide + label: Tab + keysym: Tab + Del: + outline: altline + keysym: Delete + Ins: + outline: altline + keysym: Insert + Menu: + outline: altline + keysym: Menu + Pause: + outline: altline + keysym: Pause + Break: + outline: altline + keysym: Break + Home: + outline: altline + keysym: Home + End: + outline: altline + keysym: End + PgUp: + outline: altline + keysym: Page_Up + PgDn: + outline: altline + keysym: Page_Down + Up: + outline: special + label: ↑ + keysym: Up + Left: + outline: special + label: ← + keysym: Left + Down: + outline: special + label: ↓ + keysym: Down + Right: + outline: special + label: → + keysym: Right + Ctrl: + modifier: Control + outline: altline + label: Ctrl + Alt: + modifier: Alt + outline: altline + label: Alt |