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

* commit '98275e4512e12ca0dcee01daa6a1a3092bd11459':
  Enable long press caps lock
main
Tadashi G. Takaoka 2011-06-08 23:02:48 -07:00 committed by Android Git Automerger
commit a2e098934b
1 changed files with 1 additions and 1 deletions

View File

@ -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;