Jump to content

Recommended Posts

Posted

I'm learning the ropes here and everyone has been quick to respond. Which I appreciate.

 

With that said, in navigating, I tried to dial the numbers after the decimal point but could only adjust the volume. The numbers before the decimal point are OK with the scroll function but I can't proceed with the training until I dial the number to .3.

 

Is this a bug or is there something I'm missing? Is there another way to set the ILS?

Posted

Its a laptop. With that said, the digits before the decimal work. Don't know why the scroll option isn't available after the decimal point.

 

Any other ideas?

 

Also, my wings are transparent to the point I can see the pylons and flaps through the wings. Any ideas on that as well?

Posted

Still no go. It looks like they layered too many options on that switch to be able to use just a laptop mouse. Bummer

 

I plugged my mouse in and it works as promised. Are there any applications available that can act as a mouse wheel on a laptop touch pad?

Posted
Still no go. It looks like they layered too many options on that switch to be able to use just a laptop mouse. Bummer

 

I plugged my mouse in and it works as promised. Are there any applications available that can act as a mouse wheel on a laptop touch pad?

 

Nope but if you have an iPad or an Android flavor tablet there are a few programs that will allow you to control each of those buttons, switches and dials...

Win 10 Pro 64Bit | 49" UWHD AOC 5120x1440p | AMD 5900x | 64Gb DDR4 | RX 6900XT

Posted (edited)

You can always use Autohotkey to assign two unused keyboard-keys or joystick buttons as mouse wheel up/down.

 

From the AHK help:

 

AHKmousewheel.jpg

 

 

 

Install AHK and use this example script and change it to your needs:

 

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.

#Warn ; Recommended for catching common errors.

SendMode Input ; Recommended for new scripts due to its superior speed and reliability.

SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.

 

 

d:: ; "d" is mouse wheel down - change "d" to your needs

 

sendevent {WheelDown}

 

return

 

u:: ; "u" is mouse wheel up - change "u" to your needs

 

sendevent {WheelUp}

 

return

Edited by PeterP

Posted (edited)

If I recall the keys aren't assigned by default in the config screen. Before finding out about the scroll wheel, I assigned unused key combinations, I believe rCtrl + I or something like that. (that was in 1.1., I haven't checked 1.2).

Edited by Tailgate
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...