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:
Matilde Park 2019-12-04 11:50:59 -05:00
parent cfc94fb606
commit 2a2126ad7a
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -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"
];