Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Assigning non standard bindings to a regular keyboard...?

Featured Replies

I fly the Vision Jet from FlightFX. It has a short list of non standard bindings. For a few days I have been trying to figure out how to assign those options to my regular keyboard (so no other hardware or streamdecks or whatever). You'd think it would be extremely easy to get this done but I can't find a clear tutorial about this anywhere. I read about scripts and lvars and hvars and all kinds of utterly complicated stuff but SIMPLE information doesn't seem to be available.

So... can someone tell me
1. if it is possible to assign non standard bindings to a regular keyboard key AND
2. how this can be done? You'd think this could be explainable in one or two sentences...?

Examples of what I'd like to assign to keys:

Checklists
Scroll Up : H:checklist_scroll_up
Scroll Down : H:checklist_scroll_down
Select : H:checklist_checklist_select

Storage Cover
sf50_ va ms_stati c_sto rag e_cove r
0 = OFF' l = ON

Head phones
sf50_vams_static_headphones
0 = OFF' l = ON
" O " means off of head and placed on the
dash

Chocks
chocks : sf50_vams_static_chocks
0 = O F F l = ON '

Covers a nd Protectors
sf50_vams_static_covers
0 = OFF l = ON

  • Commercial Member

Hello,

the spec is a little unclear as to what those items are.

I suggest that you go to "Scripting->RPN Scripts Editor" in AAO and try them out. When they work, save that script under a name of your choice and assign it to the button.
Code to test
1 (>H:checklist_scroll_up)
1 (>H:checklist_scroll_down)
1 (>H:checklist_scroll_select)

The others are probably LVars (does it say anything about that in the spec?)
Try this code (this toggles the LVar between the values 0 and 1):
1 (L:sf50_vams_static_storage_cover, Number) - (>L:sf50_vams_static_storage_cover, Number)

After you made sure what those items really are, you can alternatively add them to the AAO database (bottom of the Scripting menu). But simply using scripts is easier I think.

 

Edited by Lorby_SI

LORBY-SI

  • Author

Thanks for the quick replies and that link! I'll have a look at it!

  • Commercial Member

Try the script code above first. Nothing to it. Connect to the sim, wait until you are sitting in the cockpit. Copy & paste the code above (one line at a time!) into the editor box and press the "Test" button. You will see right away if it works or not.

Edited by Lorby_SI

LORBY-SI

Archived

This topic is now archived and is closed to further replies.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.