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

Sticky mod key problem #40

Open
madprops opened this issue May 3, 2020 · 1 comment
Open

Sticky mod key problem #40

madprops opened this issue May 3, 2020 · 1 comment

Comments

@madprops
Copy link

madprops commented May 3, 2020

    cyclefocus.key({ modkey, }, "Return", {
        cycle_filters = { cyclefocus.filters.same_screen, cyclefocus.filters.common_tag }
    })

I have this. modkey == "Modkey4" which == super.
I want to use my right hand so that would be the right super and the Enter (return)
This works, the problem is that if I use the right super, cyclefocus sticks (doesn't close when the keys are released).
This also happens if I use right alt instead of left alt for instance, it's not bound to super.
I'm not sure if this is a problem with cyclefocus or awesome or my keyboard.

@lucypero
Copy link

I have the same problem. I have mod4 mapped to multiple keys. But the popup will only close if I use whatever single key is passed to modifier when calling cyclefocus.cycle(). Passing "Mod4" to cycle does not work, it has to be a single specific key. This is a problem with cyclefocus, I'd say.

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

2 participants