08-09-2013, 04:27 AM
For hotkeys use __RegisterHotKey class or WH_KEYBOARD_LL hook. For mouse use WH_MOUSE_LL hook or 'wait 0 MM'. You can find examples in this forum, maybe in Archive.qml (first topic in 'QM extensions' subforum).
#exe addfile and ExeExtractFile is correct. Often you can use an easier way - in Make Exe dialog check 'Auto add...', and in macro use strings with resource id. Read more in QM Help.
#exe addfile and ExeExtractFile is correct. Often you can use an easier way - in Make Exe dialog check 'Auto add...', and in macro use strings with resource id. Read more in QM Help.
