zkxs / simple-crosshair-overlay

A simple and performant crosshair overlay
GNU General Public License v3.0
18 stars 4 forks source link

Support customizable hotkeys in-application #2

Open zkxs opened 1 year ago

zkxs commented 1 year ago

Presently changing hotkeys is supported internally and can be done via manual config file editing, but there is no way to do this in-app. Adding a hotkey binding GUI would be a moderate effort and would involve pulling in some pretty large dependencies, as making such a GUI with winit alone would be crazy. I'm not certain this feature is worth implementing, as dependency bloat is something I'm specifically trying to avoid in this application.

To gauge interest: