Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Next Key
#4
Wait for third key in macro:
Code:
Copy      Help
;spe
int vk=wait(5 KF); err ret
;out vk
sel vk
,case 'A': "key A"
,case VK_LEFT: "key Left"
,;case 0xC0: "key `"
,case else: key (vk)


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)