-
Notifications
You must be signed in to change notification settings - Fork 65
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
Emacs doesn't receive control key event. #44
Comments
Hi @alecceckert, thanks for bringing this issue up! Are you using emacs as a standalone application, or inside of a terminal? |
Hello Rux, my apologies. I should have included that information. I am using emacs proper gui from homebrew. Additionally, I also tested emacs for macos, but, as expected, and karabiner windows mode works as expectetd with the same effect. |
Thanks for the info. I'll work on getting some verbiage into the README about how to find application bundle identifiers and how to add those to |
Hi @alecceckert, I just added a section to the README that should help with finding an application's bundle identifier. I hope this helps. |
After enabling karabiner windows mode emacs hotkeys receive interference.
In particular, ctrl-c, receives the meta-c input. This is also true for other overlapping hotkeys. The karabiner mode works as expected, and Emacs receives the signal replacement which has been modified via karabiner windows mode.
Is it possible to add emacs to the exception list. If you can explain how I would do that in the bundle.libsonnet file. I would be happy to submit the change.
How to add programs to the list, could be potentially useful for users if documented in the readme.
The text was updated successfully, but these errors were encountered: