Add Keybind feature to Notification Handler
Sqoops opened this issue ยท 1 comments
I have set up an Icon with Notification Handler that:
- On left click increases a counter by 1.
- On right click decreases a counter by 1.
Would it be possible to implement a keybind option to the Notification Handler so you can choose:
- On "keybind 1 pressed" increases a counter by 1.
- On "keybind 2 pressed" decreases a counter by 1.
And add a few keybind options to the ESC -> "Key Bindings" menu so it would look like this:
Added a new slash command /tmw counter
in 7b1d2c6. E.g. /tmw counter casts + 1
. From there you can put this in a macro and bind it that way.