aboutsummaryrefslogtreecommitdiffstats
path: root/java/src
diff options
context:
space:
mode:
authoralanv <alanv@google.com>2012-02-01 10:35:14 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2012-02-01 10:35:14 -0800
commit67ec8e670a7505f67d9fe1b7d5f12b873274c33c (patch)
treece2c5b059e3235a787ebbd18bf4832b56b55acf8 /java/src
parent411ae9edf13892f3376d69ced77cb70029810c6f (diff)
parentc603409f28286c8c3aae58627e6813f3e8b6a2e4 (diff)
downloadlatinime-67ec8e670a7505f67d9fe1b7d5f12b873274c33c.tar.gz
latinime-67ec8e670a7505f67d9fe1b7d5f12b873274c33c.tar.xz
latinime-67ec8e670a7505f67d9fe1b7d5f12b873274c33c.zip
am c603409f: Removed CODE_CAPSLOCK from keyboard accessibility (fixing build).
* commit 'c603409f28286c8c3aae58627e6813f3e8b6a2e4': Removed CODE_CAPSLOCK from keyboard accessibility (fixing build).
Diffstat (limited to 'java/src')
-rw-r--r--java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java b/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java
index 6ea926dc7..18a4bfbfc 100644
--- a/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java
+++ b/java/src/com/android/inputmethod/accessibility/KeyCodeDescriptionMapper.java
@@ -63,7 +63,6 @@ public class KeyCodeDescriptionMapper {
mKeyCodeMap.put(Keyboard.CODE_ENTER, R.string.spoken_description_return);
mKeyCodeMap.put(Keyboard.CODE_SETTINGS, R.string.spoken_description_settings);
mKeyCodeMap.put(Keyboard.CODE_SHIFT, R.string.spoken_description_shift);
- mKeyCodeMap.put(Keyboard.CODE_CAPSLOCK, R.string.spoken_description_caps_lock);
mKeyCodeMap.put(Keyboard.CODE_SHORTCUT, R.string.spoken_description_mic);
mKeyCodeMap.put(Keyboard.CODE_SWITCH_ALPHA_SYMBOL, R.string.spoken_description_to_symbol);
mKeyCodeMap.put(Keyboard.CODE_TAB, R.string.spoken_description_tab);