mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-06-18 23:20:54 +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
|
@ -490,7 +490,7 @@ public final class InputLogic {
|
|||
}
|
||||
if (!inputTransaction.didAutoCorrect() && processedEvent.getMKeyCode() != KeyCode.SHIFT
|
||||
&& processedEvent.getMKeyCode() != KeyCode.CAPS_LOCK
|
||||
&& processedEvent.getMKeyCode() != KeyCode.ALPHA_SYMBOL
|
||||
&& processedEvent.getMKeyCode() != KeyCode.SYMBOL_ALPHA
|
||||
&& processedEvent.getMKeyCode() != KeyCode.ALPHA
|
||||
&& processedEvent.getMKeyCode() != KeyCode.SYMBOL)
|
||||
mLastComposedWord.deactivate();
|
||||
|
@ -775,7 +775,7 @@ public final class InputLogic {
|
|||
// We need to switch to the shortcut IME. This is handled by LatinIME since the
|
||||
// input logic has no business with IME switching.
|
||||
case KeyCode.CAPS_LOCK:
|
||||
case KeyCode.ALPHA_SYMBOL:
|
||||
case KeyCode.SYMBOL_ALPHA:
|
||||
case KeyCode.ALPHA:
|
||||
case KeyCode.SYMBOL:
|
||||
case KeyCode.NUMPAD:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue