THIS IS AN AUTOMATED MESSAGE, DO NOT REPLY.

The following task has a new comment added:

FS#982 - Mouse events under non-English keyboard layout
User who did this - Uli Schlachter (psychon)

----------
0x2100 would mean that button 1 and button 6 are pressed. The protocol only 
allows 5 mouse buttons, but where possible the server inserts foo for higher 
mouse buttons, too.

However, in event.c awesome does:

   /* ev->state is
    * button status (8 bits) + modifiers status (8 bits)
    * we don't care for button status that we get, especially on release, so
    * drop them */
   ev->state &= 0x00ff;

So those high bits shouldn't influence any mouse button bindings...?
----------

More information can be found at the following URL:
https://awesome.naquadah.org/bugs/index.php?do=details&task_id=982#comment2916

You are receiving this message because you have requested it from the Flyspray 
bugtracking system.  If you did not expect this message or don't want to 
receive mails in future, you can change your notification settings at the URL 
shown above.

--
To unsubscribe, send mail to [email protected].

Reply via email to