aboutsummaryrefslogtreecommitdiffstats
path: root/java/res/xml-sw600dp-land
diff options
context:
space:
mode:
authorTadashi G. Takaoka <takaoka@google.com>2012-02-01 15:07:25 +0900
committerTadashi G. Takaoka <takaoka@google.com>2012-02-01 19:04:21 +0900
commita5c96f376ad57e78a88942bb618e067054ed818a (patch)
tree8798731ed994ca8eb3eec4a1b626f6f5c8296199 /java/res/xml-sw600dp-land
parent3feb99fa6c5cf4b0a7d0ed2536b8b0891af884bf (diff)
downloadlatinime-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-sw600dp-land')
-rw-r--r--java/res/xml-sw600dp-land/kbd_phone_symbols.xml (renamed from java/res/xml-sw600dp-land/kbd_phone_shift.xml)3
1 files changed, 2 insertions, 1 deletions
diff --git a/java/res/xml-sw600dp-land/kbd_phone_shift.xml b/java/res/xml-sw600dp-land/kbd_phone_symbols.xml
index ba837922f..e3f56bce7 100644
--- a/java/res/xml-sw600dp-land/kbd_phone_shift.xml
+++ b/java/res/xml-sw600dp-land/kbd_phone_symbols.xml
@@ -23,6 +23,7 @@
latin:keyboardHorizontalEdgesPadding="10%p"
latin:keyWidth="15.00%p"
>
+ <!-- Tablet doesn't have phone symbols keyboard -->
<include
- latin:keyboardLayout="@xml/rows_phone_shift" />
+ latin:keyboardLayout="@xml/rows_phone" />
</Keyboard>