mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-06 23:00:15 +00:00
--------- Co-authored-by: Josh <joshtidal24@gmail.com> Co-authored-by: Helium314 <helium314@mailbox.org>
This commit is contained in:
parent
c0b3e76741
commit
679754bb2d
11 changed files with 74 additions and 17 deletions
|
@ -226,6 +226,7 @@ public final class Constants {
|
|||
case CODE_SPACE: return "space";
|
||||
case KeyCode.TOGGLE_ONE_HANDED_MODE: return "toggleOneHandedMode";
|
||||
case KeyCode.SWITCH_ONE_HANDED_MODE: return "switchOneHandedMode";
|
||||
case KeyCode.SPLIT_LAYOUT: return "splitLayout";
|
||||
case KeyCode.NUMPAD: return "numpad";
|
||||
default:
|
||||
if (code < CODE_SPACE) return String.format("\\u%02X", code);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue