nguyenquyhy / Flight-Tracker-StreamDeck

A Stream Deck plugin to interact with Microsoft Flight Simulation
https://flightsim.to/file/3178/flight-tracker-streamdeck-plugin
GNU General Public License v3.0
366 stars 67 forks source link

g1000nxi alpha keyboard on stream deck #287

Closed beau76 closed 2 years ago

beau76 commented 2 years ago

Hi on the g1000nxi you can click on it and use the keyboard to enter your route can add an alpha keyboard on the stream deck link the nav number pad

Kirikou974 commented 2 years ago

Isn't it just a matter of mapping the stream deck actions with the num pad ? Or am I missing the point ? image

beau76 commented 2 years ago

what I was looking for is more like the com number pad but instead on numbers have letters

nguyenquyhy commented 2 years ago

The numpad of this plugin works separately from the sim. When you press a number in the numpad, nothing is transmit to the sim. Only when you click Enter or Transfer, the whole frequency will be set with a SimConnect event. I don't think there is any SimConnect events to set the next waypoint nor any to transmit a single key to the G1000. That would be a big hurdle in implementing this feature.