Merge commit 'e45ebbaf1b4450bb65fa13aaa3e64243ab838435' into eclair-mr2-plus-aosp * commit 'e45ebbaf1b4450bb65fa13aaa3e64243ab838435': Add vertical bar to the alt-space character picker for the hardware keyboard.
This commit is contained in:
@@ -432,7 +432,7 @@ public class QwertyKeyListener extends BaseKeyListener {
|
|||||||
PICKER_SETS.put('y', "\u00FD\u00FF");
|
PICKER_SETS.put('y', "\u00FD\u00FF");
|
||||||
PICKER_SETS.put('z', "\u017A\u017C\u017E");
|
PICKER_SETS.put('z', "\u017A\u017C\u017E");
|
||||||
PICKER_SETS.put(KeyCharacterMap.PICKER_DIALOG_INPUT,
|
PICKER_SETS.put(KeyCharacterMap.PICKER_DIALOG_INPUT,
|
||||||
"\u2026\u00A5\u2022\u00AE\u00A9\u00B1[]{}\\");
|
"\u2026\u00A5\u2022\u00AE\u00A9\u00B1[]{}\\|");
|
||||||
PICKER_SETS.put('/', "\\");
|
PICKER_SETS.put('/', "\\");
|
||||||
|
|
||||||
// From packages/inputmethods/LatinIME/res/xml/kbd_symbols.xml
|
// From packages/inputmethods/LatinIME/res/xml/kbd_symbols.xml
|
||||||
|
|||||||
Reference in New Issue
Block a user