-
Notifications
You must be signed in to change notification settings - Fork 94
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
Activation Key Shortut does not Work ( Win 10 ) #100
Comments
see fix in xblabs@2d7d316 |
This may be the same as my PR #75. Over time, I still encountered rather rare cases where WhisperWriter was triggered without me hitting its hotkey, but I don't know yet what exactly triggered it. |
Please checkout https://github.com/ddxy/whispercat. It supports global hotkey shortcuts as well as a local Whisper Server as of v1.3.0 @xblabs |
Also fixed in my PR #102, assuming you're using Windows (I don't have a Linux machine to test on). |
@ddxy , Awesome job! |
If you use a three-key activation, then the third key is ALWAYS evaluating to true for any arbitrary key not saved in the config.
Example : config : ctrl+shift+space
but activation happens for any key instead of space which is extremely annoying since it is now triggered by all other mapped combinations in the system ( e.g. ctrl+shift+s , ctrl+shift+a, ctrl+shift+b, ctrl+shift+c etc etc )
ALso replicable with other combinations like ctrl+alt+space
The text was updated successfully, but these errors were encountered: