diff options
author | 2009-10-12 13:48:35 -0700 | |
---|---|---|
committer | 2009-12-16 17:48:23 -0800 | |
commit | 36fcf25833f7c8876cbc8286e0c159b052dc2626 (patch) | |
tree | f3139b57fd8549dba7c0d8b39d8d0f3f3a0b9a0c /src/com/android/inputmethod/latin/LatinKeyboardView.java | |
parent | 358e485b14938fbcb5af5be75aa29f2b73674100 (diff) | |
download | latinime-36fcf25833f7c8876cbc8286e0c159b052dc2626.tar.gz latinime-36fcf25833f7c8876cbc8286e0c159b052dc2626.tar.xz latinime-36fcf25833f7c8876cbc8286e0c159b052dc2626.zip |
Input language switching. Bug: 2331173
New feature to enable fast switching between input languages for
multilingual users. Keyboard settings lets you select a bunch of
languages to switch between from the Latin IME.
Use the Globe icon to toggle between languages.
Needs more work and some layout changes in specialized keyboards.
Also added a Russian keyboard (needs some pixel TLC at the right edge).
Diffstat (limited to 'src/com/android/inputmethod/latin/LatinKeyboardView.java')
-rw-r--r-- | src/com/android/inputmethod/latin/LatinKeyboardView.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/inputmethod/latin/LatinKeyboardView.java b/src/com/android/inputmethod/latin/LatinKeyboardView.java index ecbd1adfb..163d824e0 100644 --- a/src/com/android/inputmethod/latin/LatinKeyboardView.java +++ b/src/com/android/inputmethod/latin/LatinKeyboardView.java @@ -35,6 +35,7 @@ public class LatinKeyboardView extends KeyboardView { static final int KEYCODE_OPTIONS = -100; static final int KEYCODE_SHIFT_LONGPRESS = -101; + static final int KEYCODE_F1 = -102; private Keyboard mPhoneKeyboard; |