Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Re-assigning Pause/Break to Esc within a certain Macro
#4
Create function CloseAllOSD:
Code:
Copy      Help
rep() clo win("" "QM_Osd_Class"); err ret

Insert this at the beginning of the macro:
Code:
Copy      Help
atend CloseAllOSD

Example
Code:
Copy      Help
atend CloseAllOSD
OnScreenDisplay "One things is that even though" 0 0 100
OnScreenDisplay "I have escaped out of the macro," 0 0 150
OnScreenDisplay "some OSDs have not yet timed out." 0 0 200
mes 1


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)