Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Run Simulataneuous... only per macro or system wide
#1
i want to change the Macro run command from Ctrl+r to my - num key (much faster to reach and only 1 button)
so i set-up a keyboard shortcut to press CTRL+R with trigger of NumKey -

it works, but with every new macro, i have to select "run macro after" or "run simultaneously".  so my question. can i set this multi-macro runtime system wide (all macros inherit the setting) or is there a better way to re-assign the macro run shortcut.

thanks alot
#2
try this  make sure you make it a function

Function RunMacro
Trigger N-     Help - how to add the trigger to the macro
Code:
Copy      Help
int w1=win("" "QM_Editor")
men 2009 w1 ;;Run
 
this will run the selected macro or function(whatever is highlighted).
#3
Convert the Ctrl+r macro to function. Or in its Properties select "run simultaneously".
#4
Can I implement the function?【 shown in the picture below】, when I double-click on the title bar, close all other macros, Idea  if using the right-click menu, it is not convenient

[Image: 2.gif]
#5
I would add such commands to a menu in the menu bar. Create menu and assign trigger "QM events|Add to a menu|Menu bar".

Menu File+
Trigger @11     Help - how to add the trigger to the macro
Code:
Copy      Help
Close all :men 33485 _hwndqm
;add more here
#6
Great, I first knew that I could add menus to QM’s menu bar. Smile

Can I add a button to the back of the toolbar icon?


Attached Files Image(s)
   
#7
You can create toolbars and add to any window, including QM.
#8
I created a toolbar, but I can't set the "follow window", right click on the toolbar, there is no option to follow the window, but other tools have Huh


Attached Files Image(s)
       
#9
Please read in QM Help how to attach toolbars to windows.
#10
I forgot to set the trigger Smile

The window of this trigger can't be positioned by drag and drop, because it will be hidden, I can only enter QM_Editor manually. Confused

!a"" "QM_Editor" "" "" "" 0x2
#11
Rright-click the Drag image and select 'Don't minimize'.


Forum Jump:


Users browsing this thread: 1 Guest(s)