From c603409f28286c8c3aae58627e6813f3e8b6a2e4 Mon Sep 17 00:00:00 2001 From: alanv Date: Wed, 1 Feb 2012 10:27:52 -0800 Subject: [PATCH] Removed CODE_CAPSLOCK from keyboard accessibility (fixing build). Change-Id: Ibc7ef979276f563444f3c24e69ac32de5d4eb6e8 --- .../inputmethod/accessibility/KeyCodeDescriptionMapper.java | 1 - 1 file changed, 1 deletion(-) 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);