From b21bf3fffd1b158972fa58b401173cfeb6e282bb Mon Sep 17 00:00:00 2001 From: Zitrone Date: Thu, 19 Sep 2024 21:57:26 +0000 Subject: 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)--- srcs/layouts/latn_bone.xml | 94 +++++++++++++++++++++++++++++----------------- 1 file changed, 60 insertions(+), 34 deletions(-) (limited to 'srcs/layouts') diff --git a/srcs/layouts/latn_bone.xml b/srcs/layouts/latn_bone.xml index b547a56..a99f338 100644 --- a/srcs/layouts/latn_bone.xml +++ b/srcs/layouts/latn_bone.xml @@ -1,46 +1,72 @@ + - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + + + + + + - - - - - - - - - + + + + + + + + + + + + + - - - - - + + + + + -- cgit v1.2.3