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

[suggestion] The possibility to disable/change shortcuts. #5

Open
2 tasks
TuTAH1 opened this issue Aug 10, 2023 · 2 comments
Open
2 tasks

[suggestion] The possibility to disable/change shortcuts. #5

TuTAH1 opened this issue Aug 10, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@TuTAH1
Copy link
Contributor

TuTAH1 commented Aug 10, 2023

Add possibility to

  • disable shortcuts
  • change shortcuts

either via config file or via tray menu "settings" entry that opens new settings window

@BlueBird67 BlueBird67 added the enhancement New feature or request label Aug 10, 2023
@BlueBird67
Copy link
Owner

BlueBird67 commented Aug 10, 2023

That's a good idea, but the Keys class of Windows Form that I used on Windows Hook API to detect keyboard key usage from user is not very nice to use : https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.keys?view=windowsdesktop-7.0

There is only specific key codes in it, and I wonder how we could:

  1. Keep a simple interface to propose user to change keys
  2. How to implement it in a simple way also

I will think about it, if you have any ideas, feel free to share. 👍

@TuTAH1
Copy link
Contributor Author

TuTAH1 commented Aug 11, 2023

I think, interface like this will be both simple and easy enough to implement
enter face example
(clicking "edit" button will cause some simple "enter a key combination" prompt)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants