You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
react with 👍 if you want a hotkey rebinding UI and think the added bloat is worth it
react with 👎 if you don't think the added bloat is worth it and can just cope with manually editing your config file
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: