[Bug 12094] New: mouse side buttons do not work in wine when mapped to gtk/ qt standard

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Mar 18 09:26:48 CDT 2008


http://bugs.winehq.org/show_bug.cgi?id=12094

           Summary: mouse side buttons do not work in wine when mapped to
                    gtk/qt standard
           Product: Wine
           Version: unspecified
          Platform: PC-x86-64
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: -unknown
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: aagaande at gmail.com


I recently realized my "back" button in firefox wasn't working, looked into it
and it has been remapped to mouse button 8 (back) and 9 (forward).

I found https://bugzilla.mozilla.org/show_bug.cgi?id=355477 on the subject,
quoting:
"I'm attaching a simple patch that maps X mouse buttons 8-9 to the back/forward
commands. The consensus amongst GTK+ and Qt seems to be that buttons 6-7 are
for horizontal scrolling."

However, in WINE (specifically using world of warcraft) if I can't bind
mouse4/mouse5 (what wow calls my side buttons) if I use this standard.

With this:
xmodmap -e "pointer = 1 2 3 4 5 6 7 8 9" (standard)
Firefox back/forward works perfectly, but the side mouse buttons do not
register in wow at all.

xmodmap -e "pointer = 1 2 3 4 5 8 9 6 7"
I can bind my side buttons in wow, they register as "button4/button5" in wow,
in xev they register as 6 7.  However my back button in gtk applications stops
working.


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list