Jump to content
The simFlight Network Forums

Recommended Posts

Posted

Hi,

I wanted to set up a joystick button to send a TAB keystroke using fsuipc, but can't find a keycode (in the advanced manual) other than to use the key as a shift.

Is this possible?

Thanks.

Posted

The TAB key is classed as another modifier like Shift, CTRL or ALT which is a lot more useful than being just a key as it gives you another set of keys to assign to. I just wish other games used it as a modifier too.

Posted

Thanks for replying, however I don't think you've answered my question. I would like to hold down a joystick button and have this send the (held) tab key to FSX. I would like to do this in FSUIPC. Is this possible?

Posted

Hello again,

It appears that it is possible. Stumbled across it in the lua library manual, it's code 9 for tab:

ipc.keypress(9) -- this works as desired for me.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.