Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to check Hold key "["
#1
my code

Code:
Copy      Help
rep
,wait -1 WA "Notepad"
,ifk- VK_OEM_4 ;;If not press key "["
,,key+ a ;; In fact,I want to press hold key "[" but use key "a" for check code

I want to check press hold key "[" (VK_OEM_4 = "[" ).
When test run this code .I press hold key "[" QM still key "a" in NotePad Sad
#2
see if this works it did for me.

Code:
Copy      Help
rep 100
,wait -1 WA "Notepad"
,ifk- (VK_OEM_4)
,,key+ a


Forum Jump:


Users browsing this thread: 1 Guest(s)