On 17:43 Fri 21 May     , Konstantin Osipov wrote:
> 4. I've got a FloatWS and IonWS created as a window inside FloatWS. To
>    walk from window to window of FloatWS I can use Alt-Tab or Alt-K-n if
>    windows are tabbed. But as soon as I am inside IonWS window it grabs
>    all keys to switch between windows inside it, and I can't get back to
>    other windows in FloatWS without using mouse. How to work it around?

I am also interested in "nesting" workspaces. To get it to work quite a
few customizations have to be made, which I never really worked out.

Does anyone have a working setup for nested workspaces and is willing to
contribute it to the script repository?


If not, let's try to create such a setup. So far I tried (without much
success) to add the following to mplex_bindings:

kpress(DEFAULT_MOD.."N", function(f) f:attach_new({type="WIonWS"}) end),
kpress(DEFAULT_MOD.."U", function(f) f:goto(f:parent()) end),

The first binding actually creates a new WIonWS but the latter has no
effect (no surprise there :)

Does anyone know how to make a specific region handle future keypresses?


Regards,
Felix

Reply via email to