Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
free macro #5 - Windows functions
#1
Some programs just won't open with the right window size. If you set trigger to be the Activation of that window, then the window can be resized automatically upon opening. Such as:
@Notepad
Code:
Copy      Help
siz 510 285 "Notepad"



"Arrange Icons by Name" with trigger Alt+left double click:
##AL
Code:
Copy      Help
key SF10
key in



Simple log off windows with trigger Window+L:
Wl
Code:
Copy      Help
ShutDown 0



Run As option. When I use this function, it's always for administrator rights. When the Run As dialog pop's up, it alays shows the Admin name with no password. Trigger is Created Run As Other User popup window:
!Run As Other User^
Code:
Copy      Help
key Ap
"the password"
key Y

________ Note ______________________________

In QM 2.1.4, window trigger string format is changed.
____________________________________________
Just say HEMP!


Forum Jump:


Users browsing this thread: 1 Guest(s)