unifiedremote / Remotes

http://www.unifiedremote.com
202 stars 136 forks source link

Fix Linux Wayland Mouse Click Input Issue (#140) #178

Open aaronkirschen opened 11 months ago

aaronkirschen commented 11 months ago

Replaced mouse.click() with mouse.down() followed by mouse.up() to address input issues on Linux Wayland (tested on KDE kwin_wayland). This change also ensures continued compatibility with other platforms, including Windows and various Linux environments, preserving consistent and reliable mouse interaction across all supported systems.