When I create a WFloatWS as a child of a normal Ion frame, I'll usually
handle the windows inside the WFloatWS with the mouse.  Thus I want my
keystrokes for switching the window (i.e. keystrokes which call
WFrame.switch_next) to be received by the parent (Ion) frame, not by the
floating frames within the WFloatWS.

Since the key-bindings are bound to WFrame, I thought I might just
change it to WIonFrame, so that they aren't bound to WFloatFrames.
However, when I write Âdefbindings("WIonFrame", ...)Â, I get an error
"Unknown bindmap WIonFrame."; the comment in cfg_ionws.lua referring to
WIonFrame seems to be outdated.

What can I do to prevent floating frames from receiving the keystrokes
intended for the (grandparent?) Ion frame?

-- 
When replying to my email address, please ensure
that the mail header contains 'Felix Wiemann'.

http://www.ososo.de/

Reply via email to