diff options
author | 2012-02-01 15:07:25 +0900 | |
---|---|---|
committer | 2012-02-01 19:04:21 +0900 | |
commit | a5c96f376ad57e78a88942bb618e067054ed818a (patch) | |
tree | 8798731ed994ca8eb3eec4a1b626f6f5c8296199 /java/res/xml-land | |
parent | 3feb99fa6c5cf4b0a7d0ed2536b8b0891af884bf (diff) | |
download | latinime-a5c96f376ad57e78a88942bb618e067054ed818a.tar.gz latinime-a5c96f376ad57e78a88942bb618e067054ed818a.tar.xz latinime-a5c96f376ad57e78a88942bb618e067054ed818a.zip |
Move long press shift handling from PointerTracker to KeyboardState
This change also
* Rename phone shift keyboard to phone symbols keyboard.
Use CODE_SWITCH_ALPHA_SYMBOL code to switch between phone and phone symbols keyboard.
* Remove phone symbols keyboard from tablet.
* Introduces enableLongPress flag of Key.keyActionFlags attribute.
* Remove clumsy long press code from PointerTracker.
* Remove CODE_CAPSLOCK handling from LatinIME.
* Make KeyboardSwitcher to invoke haptic and audio feedback.
Change-Id: I00e1f697a10ab5112aec75e36853b96246ff5054
Diffstat (limited to 'java/res/xml-land')
-rw-r--r-- | java/res/xml-land/kbd_phone_symbols.xml (renamed from java/res/xml-land/kbd_phone_shift.xml) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml-land/kbd_phone_shift.xml b/java/res/xml-land/kbd_phone_symbols.xml index f456a1775..41ba6cf3b 100644 --- a/java/res/xml-land/kbd_phone_shift.xml +++ b/java/res/xml-land/kbd_phone_symbols.xml @@ -24,5 +24,5 @@ latin:keyWidth="26.67%p" > <include - latin:keyboardLayout="@xml/rows_phone_shift" /> + latin:keyboardLayout="@xml/rows_phone_symbols" /> </Keyboard> |