diff options
| author | Feynman Liang <feynmanliang@users.noreply.github.com> | 2020-01-21 16:43:23 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-21 16:43:23 -0800 |
| commit | a8b8eaf06d83451c1023dab3d4e1288e76c26b81 (patch) | |
| tree | 156425b3fc3e94fd86a4f2ddcbdf74cec65ce456 /.gitignore | |
| parent | 591ffe2d0be2ef0e60bd9362dd147274e173b9b0 (diff) | |
Support F-key shortcuts
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)
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions
