mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-02 03:52:13 +03:00
soto: catch 'unidentified' key
Some Android devices have keys that register as, well, "unidentified," so this just catches them in Soto.
This commit is contained in:
parent
cfc94fb606
commit
2a2126ad7a
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -18,7 +18,7 @@ export class Input extends Component {
|
||||
|
||||
let ignoredKeys = ["Meta", "Alt", "Control", "Escape", "Shift",
|
||||
"F1", "F2", "F3", "F4", "F5", "F6", "F7", "F8",
|
||||
"F9", "F10", "F11", "F12", "Backspace",
|
||||
"F9", "F10", "F11", "F12", "Backspace", "Unidentified",
|
||||
"Delete", "Insert", "Home", "PageUp", "PageDown", "End"
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user