Re: [cdesktopenv-devel] dtwm: add support for more mouse buttons

2025-03-19 Thread Jon Trulson
On 3/15/25 08:46, Dark Ayron wrote: Some mice have more than 3 buttons. Although Xlib.h doesn't provide definitions for these buttons, button 6 to 9 is reported through the XButtonEvent struct. This adds support for mapping actions to mouse button 6 to 9. Thanks! I've merged this to master. -j

[cdesktopenv-devel] dtwm: add support for more mouse buttons

2025-03-15 Thread Dark Ayron
Some mice have more than 3 buttons. Although Xlib.h doesn't provide definitions for these buttons, button 6 to 9 is reported through the XButtonEvent struct. This adds support for mapping actions to mouse button 6 to 9. >From 279f89d390ef7baeabc45a8315a6e89714a0d883 Mon Sep 17 00:00:00 2001 From: D