Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How get CTL+ALT+Wheel f/b to work without taking off finger?
#3
ken gray Wrote:http://www.quickmacros.com/forum/viewtopic.php?p=2780

Ok, so can't do that yet.

But your idea looks a good idea, Ken:

rep 100000
,ifk(q)
,,mac "the second macro here"
,,end
,0.00001

(What is the ,0.00001 at the end?)

At the end of every macro I could repeat calling the essential part of the function in a loop abnd halting only when the control keys (CTL+ALT) are released.

Eg (this is pseudfo code)

Macro:

<action>

while (CTL and ALT pressed) {

call <action>

}


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)