This is the second prototype of the Wooting Macros app.
You can set a macro, set a sequence of keypresses and delays and then execute it using the trigger keys
To be implemented in later versions:
- F13-F27 support
- System event support (i. e. opening a file browser)
- Toggle and On Hold macro types
- moving macros between collections
- first plugin
- much more
Windows:
Run as admin every time
Linux:
To use this on Linux, please install the evdev
library using your package manager. Then add yourself to the input
and plugdev
groups using the usermod -a -G input your_user_name
and modify for plugdev respectively. Then run as sudo
(for now).
What's Changed
- Set up Chakra-UI by @medzernik in #2
- Backend by @medzernik in #3
- Backend by @medzernik in #4
- Backend by @medzernik in #5
- Frontend by @medzernik in #6
- Preliminary Changes for connection between frontend and backend by @khanguyen7 in #7
- Backend by @medzernik in #8
- Backend by @medzernik in #10
- Frontend by @khanguyen7 in #11
- Frontend by @medzernik in #12
- Input grabbing by @medzernik in #13
- Prototype2 by @medzernik in #14
- Merge pull request #14 from medzernik/prototype2 by @medzernik in #15
- Prototype2 by @khanguyen7 in #16
- Mvp editing by @medzernik in #17
- delay elements can be edited by @medzernik in #18
- Mvp async executor by @medzernik in #20
- Mvp editing by @medzernik in #21
- Mvp editing by @khanguyen7 in #19
- Mvp async efficient check by @medzernik in #22
- Mvp sortable list by @medzernik in #24
- Mvp sortable list by @khanguyen7 in #23
- Mvp async by @medzernik in #25
- Mvp sortable list by @khanguyen7 in #26
New Contributors
- @medzernik made their first contribution in #2
- @khanguyen7 made their first contribution in #7
Full Changelog: https://github.com/medzernik/wooting_macros/commits/0.2.0