diff options
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" |