Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 08c85e8a authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android Git Automerger
Browse files

am a2e09893: am 98275e45: Merge "Enable long press caps lock" into honeycomb-mr2

* commit 'a2e09893':
  Enable long press caps lock
parents 40243e2e a2e09893
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;