We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I want to disable fn key from showing the emoji menu globally when my app is active / background
I am already achieving this using CGSSetGlobalHotKeyOperatingMode(connection, kCGSGlobalHotKeyDisable)
However, this disables all hotkeys and I'm calling this on keydown and then re-activating on key-up
Is there a way I can only target the fn key and disable it instead of this toggle on / off behaviour for all keys?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to disable fn key from showing the emoji menu globally when my app is active / background
I am already achieving this using CGSSetGlobalHotKeyOperatingMode(connection, kCGSGlobalHotKeyDisable)
However, this disables all hotkeys and I'm calling this on keydown and then re-activating on key-up
Is there a way I can only target the fn key and disable it instead of this toggle on / off behaviour for all keys?
The text was updated successfully, but these errors were encountered: