![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| Hold button doesn't work in Network mode bug... |
|
|
#1 (permalink) |
|
Toolkit Creator
Join Date: May 2006
Location: On your Six!
Posts: 1,896
![]() |
Hold button fix:
While working on my IL2 profile, we found a bug with the Hold button and a fix for it. This is only if you want to use the Hold button with only the macro_select statement, and not the macro_deselect. Example: This works in Local Mode, but not in Network mode. macro_select = predef:I For it to work in both Local and Network, you need both statements. macro_select = predef:I, KEYDOWN macro_deselect = predef:I, KEYUP Or a better fix is to use a dummy macro if you just want the I key pressed on the button's first touch(select): macro_select = predef:I macro_deselect = {} This fix uses a 'dummy' deselect macro, which actually sends no keystrokes since the Braces are used to identify special keys like {F1} or {ENTER}.
__________________
(a.k.a. Snacko) Touchscreen: Innovatek TM-868 8"; Running Local Mode on XP Pro ![]() |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|