spen25 Posted March 1, 2011 Report Share Posted March 1, 2011 Hello, I'm sure I am missing some FAQ, but I have been unable to figure out if FSUIPC allows me to cycle thru "Key-combinations ex.(CTRL+TAB+etc 1, etc 2, etc 3)" using one button? Link to comment Share on other sites More sharing options...
Pete Dowson Posted March 2, 2011 Report Share Posted March 2, 2011 Hello, I'm sure I am missing some FAQ, but I have been unable to figure out if FSUIPC allows me to cycle thru "Key-combinations ex.(CTRL+TAB+etc 1, etc 2, etc 3)" using one button? You can do it -- one of two ways in fact: 1. Editing button assignments in the INI file, making multiple assignments for those keystrokes, each conditional on an offset value which you would also, on the same button press, increment cyclcically using the "Offset Byte Cyclic Inc" control. You can use the free user offset x66C0 for that. Details of parameter formats for all these things are in the FSUIPC Advanced User's document. or 2. Have a little Lua plug-in script invoked by the button which sends the keystroke depending on a Global Lua value which is incremented also. The Lua facilities are documented in the separate Lua packaging installed with the rest of the FSUIPC documentation. Personally I prefer the latter as it is cleaner and should be easier to formulate and understand. Regards Pete Link to comment Share on other sites More sharing options...
guenseli Posted March 2, 2011 Report Share Posted March 2, 2011 Look into this thread. I have had the similar question once. In this thread you will find the solution for editing the *.ini file: http://forum.simflight.com/topic/63110-little-lua-help-please/page__view__findpost__p__401478 Link to comment Share on other sites More sharing options...
spen25 Posted March 3, 2011 Author Report Share Posted March 3, 2011 Thanks all I managed to squeak out a lil .ini tweak that worked. Least I understand the format needed. Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now