On Saturday 02 July 2011 08:56:27 Christopher Roy Bratusek wrote: > Hi all, > > recently, after updating the X.Org XServer to 1.10.2 (maybe also before), I > noticed that Sawfish does now recognize buttons 8 and 9 in SawfishConfig. > > Button8 as it should as Button8-ACTION, button9 is simply `Click', but > working. I don't know whether they changed stuff in evdev (you need Sawfish > 1.8.90 to grab pointer events in SawfishConfig). > > Maybe more buttons do now work, too? Can anyone confirm, who has a 13 button > mouse? Maybe I'll check XulRunner or Iceweasel code, it recognized button9 > just fine, even as Sawfish didn't. > > Chris >
Since Button9Mask doesn't work, mapping the physical button9 to x.org button 9 you may try (maps forward to 6 and backward to 7 on my system): xmodmap -e "pointer = 1 2 3 4 5 8 9 7 6" Chris --- -- Sawfish ML
