Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Custom menu and keyboard
#2
Macro Macro1716
Code:
Copy      Help
int vk=wait(3 KF)
err ret ;;no keys in 3 s
if(vk<VK_F2 or vk>VK_F12) ret
sel vk
,case VK_F2
,out 2
,
,case VK_F3
,out 3
,

Or can be used __RegisterHotKey class. Works in exe (wait KF doesn't).


Messages In This Thread

Forum Jump:


Users browsing this thread: 3 Guest(s)