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

Missing events and custom key repetition frequency #261

Open Schleichmichl opened 3 years ago

Schleichmichl commented 3 years ago

Added heading bug events.

I need different delays to be able to dial in frequencies or change heading bug. That way, the user can choose.

image

Schleichmichl commented 3 years ago

Hi, I managed to create a pull request. No, the only reason I did it is because I didn't know the history and didn't know if I break other features.

Feel free to remove the if condition.

Kind regards Martin

⁣BlueMail for Android herunterladen ​

Am 13. Juni 2021, 20:04, um 20:04, "Nguyễn Quý Hy" @.> schrieb: @. commented on this pull request.

             timer.Elapsed += Timer_Elapsed;

timer.Start(); }

        return Task.CompletedTask;
    }
  • private int GetRepeatFrequencyForMobiflightSettings(GenericToggleSettings settings, int defaultFreq)

May I know if there is any reason this is specific for MobiFlight? For me the beauty of MobiFlight is that it doesn't need specific support from the plugin: it just works seamlessly with SimConnect.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/nguyenquyhy/Flight-Tracker-StreamDeck/pull/261#pullrequestreview-682433166