added basic xmacro support! now can record macros!

This commit is contained in:
Schrottkatze 2022-06-15 12:50:44 +02:00
parent 8d47ad6475
commit 0facd53b48
5 changed files with 98 additions and 28 deletions

View file

@ -1,3 +1,18 @@
# easymacros
This program is inspired by xmacro, however it isn't xmacro.
## TODOs
- [ ] Playing macros (xmacro)
- [x] Delay support
- [x] KeySym/KeyCode/KeyStr action support
- [x] MotionNotify and button support
- [ ] String typing support
- [ ] Screenshot support
- [ ] ExecBlock/ExecNoBlock support
- [ ] Recording macros (xmacro)
- [ ] Delay
- [ ] Keyboard actions
- [ ] Mouse actions
- [ ] Screenshot