this code is intended to create macros in linux.
this code uses the pynput library: https://pypi.python.org/pypi/pynput
the pynput library is used for mouse/keyboard input and output
to start the program just run it:
">> python macro.py"
the default macro trigger is ctrl+k+b(in this order)
and the default macro writing is "hello"
-
in next versions I will add support for multiple macros
-
in next versions I will add support for determining the macros outside of the code
-
in next versions I will add a gui