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')
-rwxr-xr-x | carrot/.local/share/squeekboard/keyboards/_us_wide.yaml | 19 |
1 files changed, 19 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 100755 index 0000000..568d342 --- /dev/null +++ b/carrot/.local/share/squeekboard/keyboards/_us_wide.yaml @@ -0,0 +1,19 @@ +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" |