Jules Aguillon
Jules Aguillon
Such a layout description exists within the app (see for example [qwerty.xml](https://github.com/Julow/Unexpected-Keyboard/blob/master/res/xml/qwerty.xml)) but it is not stable. The main inconvenient would be that custom layouts may stop working after an...
Good idea. Would you be interested in making the layout ? A layout is described like this: [numeric](https://github.com/Julow/Unexpected-Keyboard/blob/master/res/xml/numeric.xml)
The [greekmath](https://github.com/Julow/Unexpected-Keyboard/blob/master/res/xml/greekmath.xml) pane has just been added. It still lacks many of the symbols that are show on https://math.typeit.org/, contributions welcome. If you want to try it out, you can...
This looks promising ! Feel free to add more cases to `apply_fn`. Unfortunately, it is not possible to make `-` and `+` turn into `F11` and `F12` without altering the...
Thanks for the suggestion! I don't plan on implementing this soon but I'll leave the issue open until I do. Contributions welcome.
What do you mean by color/shading ? Making the characters less bright or the background color darker ?
About uppercase characters, most of them should be handled by Java's `toUpperCase` function. If some are missing, you can add a `switch case` in `handleShift` (`KeyModifier.java` line 45).
Well played for the merge :) Sorry, I won't have time to continue reviewing until next week.
> Wait what show every accent setting is something that changed in 1.16.0 why? accents are wonderful This option was in the way of other improvements (see https://github.com/Julow/Unexpected-Keyboard/issues/164). Are you...
I've merged the greekmath layout, the ẞ and the greek/math Fn combinations. Thanks a lot! I've added the key for switching to the greekmath pane and placed it on the...