diff options
| author | Zitrone | 2024-09-19 21:57:26 +0000 |
|---|---|---|
| committer | GitHub | 2024-09-19 23:57:26 +0200 |
| commit | b21bf3fffd1b158972fa58b401173cfeb6e282bb (patch) | |
| tree | 6e66d3dab6b5b4f8171c609eb5b2c03dac15c61d /check_layout.output | |
| parent | 7454389f486f5c8ffd8509ad554b3302a832b9a4 (diff) | |
| download | unexpected-keyboard-b21bf3fffd1b158972fa58b401173cfeb6e282bb.tar.gz unexpected-keyboard-b21bf3fffd1b158972fa58b401173cfeb6e282bb.zip | |
Improve bone layout (#748)
* shell.nix: fix gradle error
error was:
> \> Task :compileDebugJavaWithJavac FAILED
> error: Source option 7 is no longer supported. Use 8 or later.
> error: Target option 7 is no longer supported. Use 8 or later.
fixed by overriding the jdk version for gradle to openjdk17
* layouts/latn_bone: fix layout
- fix alignment with tabs mess
- make like actual bone layout, instead of trying to fit it into a 10 key
wide keyboard
- fixes missing üäö
- fix missing $
- moves q and ß where they belong
- remove all of the diacritic keys (they can be added through the
settings as extra keys)
- kept the number row extra keys integration into top row
- kept the idea of compressing , and . into the swipe actions of the
bottom row
- kept the number keys as key4 in the layer4 positions (instead of
moving them to a number row, which i also considered)
Diffstat (limited to 'check_layout.output')
| -rw-r--r-- | check_layout.output | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/check_layout.output b/check_layout.output index 696f4b2..b70d9d8 100644 --- a/check_layout.output +++ b/check_layout.output @@ -64,7 +64,7 @@ Layout includes some ASCII punctuation but not all, missing: (, ), <, >, [, ], { # latn_bepo_fr 0 warnings # latn_bone -Layout includes some ASCII punctuation but not all, missing: $ +Layout doesn't define some important keys, missing: loc esc, loc tab Layout redefines the bottom row but some important keys are missing, missing: cursor_left, cursor_right, loc compose, loc end, loc home, loc page_down, loc page_up, loc switch_clipboard, loc switch_greekmath, loc voice_typing, switch_backward 2 warnings # latn_colemak |
