PDA

View Full Version : X52 Holding Down Buttons


jb2_86_uk
26th August 2006, 01:01
Hi all, I have recently purchased the X52 flight control system (Wow!)

I do have one quirk I have been unable to resolve myself :(

I want to be able to press buttons and them to stay activated for the duration they are being pressed. By default, they are a click and then despite the button still being pressed, its function has ceased. Using the programming software I have discovered how to 'activate' a button for a set period of time, but this is still not the required result I am after!

I want the function to be active whether I have pressed the button for a millisecond or a minute!

If anyone can help I will be massivly appreciative!

JB

UKSupport
29th August 2006, 12:06
Hi,

Use the Advanced Command editor, place your keypress in the Press row and then right click and delete the second of the two keypresses that appears - this is the release of the key. By removing it, the programmed command will then be that pressing the key initiates a press down of the programmed key, but it then won't release that key until you let go of the button (you can see that there is a release of the keypress in the Release row).

jb2_86_uk
29th August 2006, 13:37
Hi that has worked a treat. Thank you very much!

JB