Zren / plasma-applet-win7showdesktop

https://store.kde.org/p/2151247/
25 stars 7 forks source link

First mouse scroll input does nothing #21

Closed mortinger91 closed 2 years ago

mortinger91 commented 2 years ago

Configured with mouse wheel command, mouse wheel, run commands, scroll up: qdbus org.kde.kglobalaccel /component/kwin org.kde.kglobalaccel.Component.invokeShortcut "Switch One Desktop Up"

and scroll down: qdbus org.kde.kglobalaccel /component/kwin org.kde.kglobalaccel.Component.invokeShortcut "Switch One Desktop Down"

From terminal the command works and also from the widget but the first input get eaten and does nothing. Example of a sequence of inputs while the mouse is hovering over the widget:

Scrolling the mouse wheel on other widgets works from the first input (ex: brightness on battery and volume on volume)

mortinger91 commented 2 years ago

Issue does not appear when scrolling up and down with touchpad two fingers scrolling.