diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ec789a3 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ + +2019-03-15 +- Replaying events works +- Inkscape doesnt hang with Ctrl + C (Changed int(time.time()) to X.CurrentTime) +- Grabbing affects which events get to inkscape, however, we watch for all keypress and release events (as indicated in change_attributes) +- TODO: + * w: pencil + * x: snap + * text/disable mode (\` or y) + * f: bezier + * z: delete/undo? + * Modifier commands? rb: remove border, etc? + +2019-03-09 +- Current state: replaying events is hard. +- Inkscape hangs when Ctrl + C / V +- Can't succeed in only capturing non-ctrl and shift events? |
