On Tuesday 26 October 2004 12:39, Jon Dowland wrote:
> My desired goal is to have my mouse wheel change workspace when not
> gobbled up by a program (i.e. when in an empty frame or over an ion
> decoration) and when holding down DEFAULT_MOD, to change workspace
> regardless of whether the app with focus wants the mouse event.

well, it's just for ion2, but that's what's working for me:

 -- wheel scrolling over "title bars" changes workspaces --
 mpress("Button4", function(frame) frame:screen_of():switch_next() end),
 mpress("Button5", function(frame) frame:screen_of():switch_prev() end),

in ionframe_bindings in ionws.lua

hope it helps, it's really a great feature.

-- 
Martin Stubenschrott <stubenschrott (at) gmx (dot) net>

Reply via email to