diff options
| author | Ken Wakasa <kwakasa@google.com> | 2011-08-06 10:45:19 +0900 |
|---|---|---|
| committer | Ken Wakasa <kwakasa@google.com> | 2011-08-06 16:49:32 +0900 |
| commit | cadb2128f54b49be31bb4dc06374afe81ed028b7 (patch) | |
| tree | 4276b770e5ab36cf519d030d0d87aa202aadfad4 /java/src/com/android/inputmethod/keyboard/Keyboard.java | |
| parent | 60a004f78e73b5208c2a0a79454dabfbc0e1aa33 (diff) | |
Fix issues with long-pressing the spacebar
bug: 5114433
Change-Id: I18f2147724a08965147bafe93e11fc86c7c59d33
Diffstat (limited to 'java/src/com/android/inputmethod/keyboard/Keyboard.java')
| -rw-r--r-- | java/src/com/android/inputmethod/keyboard/Keyboard.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/java/src/com/android/inputmethod/keyboard/Keyboard.java b/java/src/com/android/inputmethod/keyboard/Keyboard.java index 518bc8e9e..f8e08b06a 100644 --- a/java/src/com/android/inputmethod/keyboard/Keyboard.java +++ b/java/src/com/android/inputmethod/keyboard/Keyboard.java @@ -79,8 +79,7 @@ public class Keyboard { public static final int CODE_CANCEL = -4; public static final int CODE_DELETE = -5; public static final int CODE_SETTINGS = -6; - public static final int CODE_SETTINGS_LONGPRESS = -7; - public static final int CODE_SHORTCUT = -8; + public static final int CODE_SHORTCUT = -7; // Code value representing the code is not specified. public static final int CODE_UNSPECIFIED = -99; |
