Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Holding Down Multiple Keys
#1
Hello,

i've searched the forum and the prog help but to no avail. I need the macro two hold down two keys at the same moment for a period of time. I have found an old old post with a function called keyrepeat but that way i can only repeat one key at the time.


The idea is to Shift+Up to select text. How can it be done? Isnt there any function to hold down key for 10sec?


Thank you in advance.
#2
Macro Macro1466
Code:
Copy      Help
double _time=5
spe 10

_time*1000
key+ S
int t1=GetTickCount
rep
,key U
,if(GetTickCount-t1>=_time) break
key- S
#3
Great!

That was what i was looking for.


Thank you for your support!


Forum Jump:


Users browsing this thread: 1 Guest(s)