08-09-2013, 02:09 PM
I totally forgot about this example and this example works great.
The exe is running in the background and triggers on CTRL+F5.
But now I want to unregister and register a new hotkey while the executable is running.
So I need something like this added to the macro-code above (and then compile it to exe).
And the code that sends the code to trigger the unregister/register 'hk1' is executed from another macro.
- What is the syntax to initiate the unregister/register 'hk1' in the other (external) macro
- What do I need in the main-code to process the unregister and register, specifically the 'sel' and 'case' part
The exe is running in the background and triggers on CTRL+F5.
But now I want to unregister and register a new hotkey while the executable is running.
So I need something like this added to the macro-code above (and then compile it to exe).
And the code that sends the code to trigger the unregister/register 'hk1' is executed from another macro.
- What is the syntax to initiate the unregister/register 'hk1' in the other (external) macro
- What do I need in the main-code to process the unregister and register, specifically the 'sel' and 'case' part
