robiot / xclicker

XClicker - Fast gui autoclicker for x11 linux desktops
https://xclicker.xyz
GNU General Public License v3.0
457 stars 43 forks source link

Add support for extra mouse buttons #79

Closed robiot closed 11 months ago

robiot commented 1 year ago

Very buggy. Xorg seems to be very annoying when it comes to mouse events. Ex. it emits two VisibilityNotify(#define VisibilityNotify 15<x.h>) events and one ButtonPress event(#define ButtonPress 4<x.h>), but only if the XClicker window is focused.

AAAA