remove unused SYMBOL_SHIFT key

This commit is contained in:
Helium314 2024-03-02 21:07:27 +01:00
parent a34b3f4cdd
commit fe5aa2c33c
3 changed files with 3 additions and 18 deletions

View file

@ -745,7 +745,6 @@ 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.SYMBOL_SHIFT:
case KeyCode.ALPHA_SYMBOL:
case KeyCode.ALPHA:
case KeyCode.SYMBOL: