mirror of
https://github.com/2009scape/2009Scape-mobile.git
synced 2026-09-10 10:36:31 -06:00
regession in special character sending
This commit is contained in:
parent
fa697c6a75
commit
c1d904a9d6
1 changed files with 1 additions and 0 deletions
|
|
@ -47,6 +47,7 @@ public class KeyEncoder {
|
|||
if (keyCode == BACKSPACE_ANDROID && !TouchCharInput.softKeyboardIsActive) {
|
||||
sendUnicodeBackspace();
|
||||
} else if (specialCharMap.containsKey(c)) {
|
||||
AWTInputBridge.sendKey(MODIFIER, MODIFIER);
|
||||
AWTInputBridge.sendKey(specialCharMap.get(c), specialCharMap.get(c));
|
||||
} else if (Character.isDigit(c)) {
|
||||
AWTInputBridge.sendKey(c, c);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue