peterfajdiga / karousel

Scrollable tiling Kwin script
GNU General Public License v3.0
286 stars 5 forks source link

[Bug] Super + arrow keys don't seem to work #59

Closed johnwoltman closed 3 months ago

johnwoltman commented 3 months ago

Karousel version: 0.9.4 Plasma version: 6.1.4 X11 / Wayland: X11

Description: I have tried assigning arrow keys, such as Super + Left to focus left, Super + Right to focus right, and Shift+Super+Left to move left, but they do not seem to work. I removed the default KWin bindings, but still have had no luck. Is there another setting, maybe in KWin or somewhere else in Plasma, that would prevent arrow keys from working in Karousel?

peterfajdiga commented 3 months ago

No, not that I know of. Does this only happen with arrow keys?

ZenurikSD commented 3 months ago

I use the Super + Arrows shortcut to move my windows between columns just fine. When changing them to "move focus" it didn't work immediately though, I had to restart kwin with the kwin --replace command and remap the shortcuts again because the setting didn't seem to save, but now it works fine on Wayland.

johnwoltman commented 3 months ago

I am going to the kwin --replace thing. I'd like to get it working so I'll also check with other keys.

johnwoltman commented 3 months ago

The kwin --replace worked - I have successfully assigned Super+arrows to focus, and shift+super+arrows to move. Thank you