Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Keypresses of F-keys do not get a string returned from `XK.keysym_to_string` and hence (1) do not get added to `pressed` and (2) do not trigger a `replay` even when they are not handled. This breaks the F-key shortcuts which are a big part of Inkscape. This PR introduces a change which `replay`s all the `event`s received whenever our application doesn't handle it (previously it only replayed when it receives an `event` representing a `KeyPress` of **a key which `keysym_to_string` can interpret as a char)
- Loading branch information