We're migrating over from `Mousetrap` and have a key binding against `?`. It doesn't seem possible to use `?` in `KeyboardEventHandler`'s `handleKeys`- we have to use `shift+/` instead. Is this intended behaviour?
We're migrating over from
Mousetrapand have a key binding against?.It doesn't seem possible to use
?inKeyboardEventHandler'shandleKeys- we have to useshift+/instead. Is this intended behaviour?