awesome-cyclefocus icon indicating copy to clipboard operation
awesome-cyclefocus copied to clipboard

Sticky mod key problem

Open madprops opened this issue 5 years ago • 1 comments

    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.

madprops avatar May 03 '20 04:05 madprops

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.

lucypero avatar Feb 18 '21 11:02 lucypero