mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-02-19 06:30:55 +00:00
Android keyboard delete operates as expected
This commit is contained in:
parent
af42dc36b2
commit
47ff7b5c08
@ -206,7 +206,7 @@ void android_keycode_to_emulator(int keyCode, int metaState, bool pressed) {
|
||||
caps_lock = (metaState & META_CAPS_LOCK_ON);
|
||||
return;
|
||||
case KEYCODE_DEL:
|
||||
key = SCODE_DEL;
|
||||
key = SCODE_L;// DEL is prolly not what they meant =P
|
||||
break;
|
||||
case KEYCODE_ENTER:
|
||||
key = SCODE_RET;
|
||||
|
Loading…
x
Reference in New Issue
Block a user