* commit 'a2e098934bdd729d33197fa6dcc175ac7703af86': Enable long press caps lock
This commit is contained in:
commit
08c85e8a02
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,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 a new issue