diff options
author | 2012-05-08 12:39:54 +0900 | |
---|---|---|
committer | 2012-05-08 12:50:07 +0900 | |
commit | 7b6afb1287fb6d5edfebed7403eb31ed23a8348d (patch) | |
tree | 5d8e9d292edc92baa2ffc4777b171daa11a2c5d5 /java/res/xml-sw600dp/key_styles_common.xml | |
parent | 22d196cb178e31d3aac23a1d34c5032299dc8bb5 (diff) | |
download | latinime-7b6afb1287fb6d5edfebed7403eb31ed23a8348d.tar.gz latinime-7b6afb1287fb6d5edfebed7403eb31ed23a8348d.tar.xz latinime-7b6afb1287fb6d5edfebed7403eb31ed23a8348d.zip |
Enable long-press spacebar on 7 inch tablet
This change also eliminate useless attribute longPressSpaceKeyTimeout
of LatinKeyboardView.
Bug: 6449356
Change-Id: Ib4dace4b9510c0eb96bdddacf8e0dbaa14fcfbbf
Diffstat (limited to 'java/res/xml-sw600dp/key_styles_common.xml')
-rw-r--r-- | java/res/xml-sw600dp/key_styles_common.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/res/xml-sw600dp/key_styles_common.xml b/java/res/xml-sw600dp/key_styles_common.xml index dcaf45027..5b3d1b835 100644 --- a/java/res/xml-sw600dp/key_styles_common.xml +++ b/java/res/xml-sw600dp/key_styles_common.xml @@ -77,7 +77,7 @@ <key-style latin:styleName="spaceKeyStyle" latin:code="!code/key_space" - latin:keyActionFlags="noKeyPreview" /> + latin:keyActionFlags="noKeyPreview|enableLongPress" /> <!-- U+200C: ZERO WIDTH NON-JOINER U+200D: ZERO WIDTH JOINER --> <key-style |