On Fri, May 11, 2001 at 09:16:52AM -0500, Eric Hanson wrote:
> "Jeremy C. Reed" wrote:
> >
> > On Thu, 10 May 2001, Eric Hanson wrote:
> >
> > > I was looking to modify the 'alt' and click action and was wondering if
> >
> > What are you trying to do?
> >
>
>
> I am trying to remove the alt and ctrl functionality from mouse clicks.
> I don't know if there is a simpler way, but I looked at Window.cc and
> tried a few things but came up empty handed.
Check out Window.cc... to get rid of all ctrl/alt + button combos,
you'll want to :
-- remove lines 285-292 which do XGrabButtons with Mod1Mask's
-- change the logic in buttonPressEvent() [there's a number of
small things to change here]
That should take care of it, though I may have overlooked something.
Jeff Raven