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.

OpenKneeboard + AutoHotKey => The Winning Couple

Featured Replies

Forgot to include the script I am using, see below. Its using the OpenKneeBoard remote control function to set the tab to vPilot on press of Joystick button 14 in the example below. And it works great, but I would rather not use the button hold function and have it instead so the first keypress of button 14 takes me to vPilot with mouse focus and then I press button 14 again to return the focus to MSFS. I tried to add an additional KeyWait but it didn't work. Probably something simple but it is years since I have used AHK

#Requires AutoHotkey v2.0

global appvPilot:="ahk_exe vPilot.exe"
global mfs:="ahk_exe FlightSimulator.exe"

2Joy14::
{
    if not WinExist(appvPilot)
        return
	else
		run "C:\Program Files\OpenKneeboard\utilities\OpenKneeboard-RemoteControl-SET_TAB.exe position 4"
	switchApp("2Joy14",appvPilot)
}

switchApp(key,app)
{
	OutX:=0
	OutY:=0
	OutWidth:=0
	OutHeight:=0
	SendInput "{Blind}!{Tab}"
	Sleep 100
	WinActivate app
	WinGetClientPos &OutX, &OutY, &OutWidth, &OutHeight
	MouseMove OutWidth/2,OutHeight/2
	KeyWait key
	SendInput "{Blind}!{Tab}"
	WinActivate mfs
}

 

I experiment a small noticeable loss of smoothness when the OpenKneeboard IVAO window is open in VR, is that normal?, so this is not for me by the moment, like other smooth Tablets in VR, though without the IVAO UI....

  • 1 month later...

please delete

Edited by Shack95

i9-11900K, RTX 4090, 32 GB ram, Honeycomb Alpha and Bravo, TCA Airbus sidestick and quadrant, Reverb G2

  • 9 months later...

This is great, thanks for posting!! I am using this trick with Navigraph Charts app and it works well but when I switch focus to Navigraph charts, I cannot see the cursor of my mouse in openKneeboard in VR. Makes it very difficult to interact with the app while in VR. Is there a trick to make the mouse cursor appear in OpenKneeboard?

Create an account or sign in to comment

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.