Hi everyone,
I'm using Ion for some months now and I've created my own
bindings for pretty much ALL usefull actions defined.
I've managed to adapt my own cfg_files to the new framework
of ion3 except for WFloatWS bindings:
I used to have (cfg_floatws.lua) :
defbindings("WFloatWS", {
bdoc("Circulate focus and raise the newly focused frame."),
kpress(META.."Right", "WFloatWS.raise
(_, WFloatWS.circulate(_))"),
kpress(META.."Left" , "WFloatWS.raise(_, WFloatWS.backcirculate(_))"),
bdoc("Raise/lower active frame."),
kpress(META.."Down", "
WFloatWS.lower(_, _sub)", "_sub:non-nil"),
kpress(META.."Up", "WFloatWS.raise(_, _sub)", "_sub:non-nil"),
})
Actually my Tab key is used to circulate inside any WMPlex object :
i.e pratically Frames in Tiled WS and tabbed windows (well, floating frames).
My arrows keys are used to navigate between frames in tiled window,
and the purpose of the above bindings was to navigate between floating
frames...
Since WFloatWS has disappeared, how can I achieve the same behavior ?
thx,
captp
- WFloatWS bindings captp bdcht
- Re: WFloatWS bindings Tuomo Valkonen
