Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
AutoText run failed
#3
The code has been changed, so it runs successfully, thank you for your reminder   Smile

Autotext Autotext
Trigger $t     Help - how to add the trigger to the macro
Code:
Copy      Help
/b/i/c/m

run :mac "TO_FileRun" ;;run dialog

I am having a problem with the code below, pressing F12 can't end the macro

Macro Macro5
Code:
Copy      Help
run "notepad.exe"
__RegisterHotKey hk1.Register(0 1 0 VK_F10)
__RegisterHotKey hk2.Register(0 2 0 VK_F12)
MSG m
rep
,if(GetMessage(&m 0 0 0)<1) break
,sel m.message
,,case WM_HOTKEY
,,sel m.wParam
,,,case 1
,,,mes 10
,,,
,,,case 2
,,,ret
,,,
,DispatchMessage &m


Messages In This Thread
AutoText run failed - by win - 08-19-2018, 10:21 PM
RE: AutoText run failed - by Kevin - 08-19-2018, 11:46 PM
RE: AutoText run failed - by win - 08-20-2018, 12:03 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)