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.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.yaml')
-rwxr-xr-x | carrot/.local/share/squeekboard/keyboards/_us.yaml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/carrot/.local/share/squeekboard/keyboards/_us.yaml b/carrot/.local/share/squeekboard/keyboards/_us.yaml new file mode 100755 index 0000000..92fee92 --- /dev/null +++ b/carrot/.local/share/squeekboard/keyboards/_us.yaml @@ -0,0 +1,28 @@ +outlines: + default: { width: 50, height: 75 } + special: { width: 50, height: 75 } + altline: { width: 60, height: 75 } + wide: { width: 120, height: 75 } + spaceline: { width: 200, height: 75 } + +views: + base: + - "q w e r t y u i o p '" + - "Esc a s d f g h j k l ;" + - "Shift_L z x c v b n m / BackSpace" + - "Num Ctrl , space . Alt Return" + upper: + - "Q W E R T Y U I O P \"" + - "Tab A S D F G H J K L :" + - "Shift_L Z X C V B N M ? Del" + - "Num Ctrl < space > Alt Return" + numbers: + - "` 1 2 3 4 5 6 7 8 9 0" + - "~ ! @ # $ % ^ & * ( )" + - "[ ] { } | \\ + = _ - BackSpace" + - "Abc Ctrl Left space Right Alt Fn" + function: + - "F1 F2 F3 F4 F5 F6 F7 F8 F9" + - "Escc Pause Ins PgUp Home F10 Up F11 F12 BackSpace" + - "Tabb Del PgDn End Left Down Right Menu Return" + - "Abc Num Ctrl space Alt Menu" |