-
Notifications
You must be signed in to change notification settings - Fork 115
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
Caps_Lock=Escape generates both Caps Lock and Escape #112
Comments
I get the equivalent behavior using the default map expression, namely that Control_L is pressed and released first, then Escape. |
Edit: I just realized that I had several instances of xcape running... Naturally it didn't work as expected.
xcape debug output:
|
Same behaviour on x11/i3
Yet caps is being triggered EDIT:
(from: https://askubuntu.com/a/750535) |
I am tryin to map Caps Lock to Escape using
xcape -e Caps_Lock=Escape
. It generates an Escape event (I go to normal mode in Vim etc.) but Caps lock is still switched on afterwards. I have included somexev
output at the end of the issue.This is an Arch Linux but it is running inside VirtualBox. Not sure if that is supposed to affect things.
The text was updated successfully, but these errors were encountered: