mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-07 07:07:43 +00:00
Migrate functional key layouts to json (#778)
Now the functional key layouts should be (mostly) compatible to FlorisBoard Not yet customizable, this is a large step towards customizable functional key layouts
This commit is contained in:
parent
691ae017bc
commit
34d8bd16f0
30 changed files with 931 additions and 712 deletions
|
@ -201,7 +201,7 @@ public final class Constants {
|
|||
switch (code) {
|
||||
case KeyCode.SHIFT: return "shift";
|
||||
case KeyCode.CAPS_LOCK: return "capslock";
|
||||
case KeyCode.ALPHA_SYMBOL: return "alpha_symbol";
|
||||
case KeyCode.SYMBOL_ALPHA: return "symbol_alpha";
|
||||
case KeyCode.ALPHA: return "alpha";
|
||||
case KeyCode.SYMBOL: return "symbol";
|
||||
case KeyCode.MULTIPLE_CODE_POINTS: return "text";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue