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

Mapped CapsLock to Ctrl, but Ctrl + mouse clicks and scroll does not work #174

Open
abzrg opened this issue Sep 4, 2023 · 0 comments
Open

Comments

@abzrg
Copy link

abzrg commented Sep 4, 2023

I mapped CapsLock to be both Ctrl and Escape:

define_multipurpose_modmap({
    Key.CAPSLOCK: [Key.ESC, Key.LEFT_CTRL]
})

However, when I try to zoom into my browser with Ctrl + mouse scroll up/down, it does not zoom. Or when I want to open a link in a new tab with Ctrl + mouse click it does not work.

Note that I previously was able to use setxkbmap to map CapsLock to Ctrl, and it handled mouse clicks.

setxkbmap -option "caps:ctrl_modifier"

With xkeysnail running I cannot do that.

Do you know how can I fix this?

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

No branches or pull requests

1 participant