Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
run macro in background (activate chrome window on keypress)
#6
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).

Code:
Copy      Help
sel...
  case ...
  hk1.Unregister
  hk1.Register(...)

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


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)