View Single Post
Re: Why doesn't this macro work?
Old 06-28-2007, 01:57 PM   #8 (permalink)
zorlac
Creator
 
Join Date: May 2006
Location: Cambridge, UK
Posts: 1,616
zorlac is on a distinguished road
Default Re: Why doesn't this macro work?

predef macro SCROLL or SCROLLLOCK are identical, and normal macro SCROLL is defined in the docs for the library I use t create the normal macros.

So, with Cougars prog sw, if you manually press the CONTROL and SCROLL buttons, you get the same keycodes as when you let TB send the macros? Maybe it might need a small delay in the middle?

Code:
macro = predef:RCONTROL, KEYDOWN
macro = predef:SCROLLLOCK, KEYDOWN
macro = {PAUSE xxx}
macro = predef:SCROLLLOCK, KEYUP
macro = predef:RCONTROL, KEYUP
where "xxx" is the number of milliseconds to pause.
__________________


(Setup: XP Pro, classic mode, LinITX 8" touchscreen (Client/Server), 19" touchscreen (Local), latest development version of TouchBuddy)
zorlac is offline   Reply With Quote