cosmic-workspaces
cosmic-workspaces copied to clipboard
Chose workspace window with keyboard
Currently super+[j/k] can be used to pick the workspace, but there doesn't seem to be a way to select the window in the workspace.
I'd expect [h/l] or super+[h/l] to work, as well as TAB.
I had a very quick look at implementing this, but I'm a bit confused.
I don't see anything in the code that would handle the SUPER+j/k keys for workspace switching, the only handled keyboard event seems to be ESCAPE?
Not very familiar with Iced, is the SUPER+j/k handling done automatically by Iced?