matt911
Joined: 23 May 2005 Posts: 2
|
Posted: Mon May 23, 2005 2:44 am Post subject: Hotkey off doesn't work with joystick button hotkey |
|
|
The following script does not work properly. The joystick button hotkey is supposed to be disabled with the hotkey off command, but it continues to fire. I have tried similar scripts with keyboard and mouse buttons and they work properly.
| Code: | Hotkey,Joy1,Press
Hotkey,Joy1,off
Loop
{
}
return
Press:
Tooltip,This joystick button hotkey is not disabled properly
return
|
|
|