Thread: Hold Buttons
View Single Post
Re: Hold Buttons
Old 12-30-2007, 07:01 PM   #2 (permalink)
 
Wild.Bill.Kelso's Avatar
Wild.Bill.Kelso
Toolkit Creator
 
Join Date: May 2006
Location: On your Six!
Posts: 1,885
Wild.Bill.Kelso is on a distinguished road
Default Re: Hold Buttons

Have you tried the Predefined keys? They are the best to use by default.

So you are trying to press:
Control & O, both held down for 2-3 seconds?

Are you doing this in network mode, or local? There is a Hold button bug I found recently in Network mode. It happens when you use both macro_select and macro_deselect. The deselect doesn't get sent. But it looks like you are using both. But here is the thread.

Try this for predefined macros:

macro_select = predef:CONTROL, KEYDOWN
macro_select = predef:O, KEYDOWN
macro_deselect = predef:O, KEYUP
macro_deselect = predef:CONTROL, KEYUP

That should hold the Ctrl-O keys down until the deselect macro is run.

WBK
__________________
(a.k.a. Snacko)
Touchscreen: Innovatek TM-868 8"; Running Local Mode on XP Pro


Wild.Bill.Kelso is offline   Reply With Quote