mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Enable long press caps lock
Bug: 3319295 Change-Id: I413062c759a1d91c66fcbf5dd04050dfbf15094f
This commit is contained in:
parent
dbe882ac08
commit
e4181036f6
@ -74,7 +74,7 @@ public class KeyboardView extends View implements PointerTracker.UIProxy {
|
||||
private static final boolean DEBUG_SHOW_ALIGN = false;
|
||||
private static final boolean DEBUG_KEYBOARD_GRID = false;
|
||||
|
||||
private static final boolean ENABLE_CAPSLOCK_BY_LONGPRESS = false;
|
||||
private static final boolean ENABLE_CAPSLOCK_BY_LONGPRESS = true;
|
||||
private static final boolean ENABLE_CAPSLOCK_BY_DOUBLETAP = true;
|
||||
|
||||
public static final int COLOR_SCHEME_WHITE = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user