summaryrefslogtreecommitdiff
path: root/normal.py
AgeCommit message (Collapse)Author
2020-01-21Support F-key shortcutsFeynman Liang
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)
2019-06-19Make it configurableGilles Castel
2019-04-27Clean up some code, add some commentsGilles Castel
2019-04-20Clean up codeGilles Castel
2019-04-11Listen for new inkscape windowsGilles Castel
2019-03-16Add w for white fillGilles Castel
2019-03-16Add text modeGilles Castel
2019-03-16Add pencil, snap, bezier, delete, undoGilles Castel
2019-03-15Complete rewrite!Gilles Castel
2019-03-08Initial commitGilles Castel