Re: mouse mapping question
Brought to you by:
captnmark
|
From: Thomas H. <Tho...@co...> - 2007-09-20 14:01:10
|
Bach, John wrote: > I’d like to remap the left mouse button so that double click’s will do a > ‘Rollup’ function instead of a ‘Maximize’ function. Anyone know how to > do that? By default, middle mouse button double click does a rollup. Swap the behavior with these settings: TitleBarMaximizeButton=2 # [0-5] TitleBarRollupButton=1 # [0-5] Regards, Thomas |