Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve hotkey input #114

Merged
merged 2 commits into from
Jul 21, 2024
Merged

Improve hotkey input #114

merged 2 commits into from
Jul 21, 2024

Conversation

AurevoirXavier
Copy link
Member

be5fdc0 is a improvement to #110.

Barafu and others added 2 commits July 21, 2024 23:26
* Implement to_string() for keyboard::Keys and key

* Allow unsetting global hotkeys

Allows global hotkeys to be set to "not set" by setting to any incompatible value, for example Esc.

* Improve keyboard.rs

Replace key_to_string()->String with key_to_str()->&str.

* Refactor hotkey::Manager
@AurevoirXavier AurevoirXavier added T1-UI Things related to user interface. T0-New Feature A new feature is being introduced. T0-Enhancement An enhancement to the existing function. T0-Performance Factors influencing performance. labels Jul 21, 2024
@AurevoirXavier AurevoirXavier merged commit 0673305 into main Jul 21, 2024
7 checks passed
@AurevoirXavier AurevoirXavier deleted the dev branch July 21, 2024 18:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T0-Enhancement An enhancement to the existing function. T0-New Feature A new feature is being introduced. T0-Performance Factors influencing performance. T1-UI Things related to user interface.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants