summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Eric Fischer <enf@google.com> 2009-09-16 16:26:48 -0700
committer Eric Fischer <enf@google.com> 2009-09-16 16:26:48 -0700
commitcebe347e7ff99c593a0136ae8bcb3cadab7d77b6 (patch)
tree878b160a3fe2f4436b054f757b3ff04e7a19c6d3
parent9092ab4d458ad60b459d5fad52368bde5d25f665 (diff)
Add one more hardware keyboard character popup: \ if you hold /
-rw-r--r--core/java/android/text/method/QwertyKeyListener.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/java/android/text/method/QwertyKeyListener.java b/core/java/android/text/method/QwertyKeyListener.java
index 38881d3f1a82..f736f85273ce 100644
--- a/core/java/android/text/method/QwertyKeyListener.java
+++ b/core/java/android/text/method/QwertyKeyListener.java
@@ -431,6 +431,7 @@ public class QwertyKeyListener extends BaseKeyListener {
PICKER_SETS.put('z', "\u017A\u017C\u017E");
PICKER_SETS.put(KeyCharacterMap.PICKER_DIALOG_INPUT,
"\u2026\u00A5\u2022\u00AE\u00A9\u00B1[]{}\\");
+ PICKER_SETS.put('/', "\\");
// From packages/inputmethods/LatinIME/res/xml/kbd_symbols.xml