[kwin] [Bug 444271] Track Mouse effect is activated only at mouse move

2023-06-22 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=444271 --- Comment #4 from Andrew Shark --- Looks like the _activation_ by modifiers is triggered only at modifiers _release_, not at _press_. For example, configure a modifiers of effect to Shift only. Then, press and hold Shift. Expected: effect should be

[kwin] [Bug 444271] Track Mouse effect is activated only at mouse move

2023-06-21 Thread Andrew Shark
https://bugs.kde.org/show_bug.cgi?id=444271 --- Comment #3 from Andrew Shark --- Some more details of current behavior. Operating System: Arch Linux KDE Plasma Version: 5.27.6 KDE Frameworks Version: 5.107.0 Qt Version: 5.15.10 Graphics Platform: Wayland The effect activates normally (without

[kwin] [Bug 444271] Track Mouse effect is activated only at mouse move

2021-10-25 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=444271 Nate Graham changed: What|Removed |Added Severity|normal |minor Ever confirmed|0

[kwin] [Bug 444271] Track Mouse effect is activated only at mouse move

2021-10-25 Thread Vlad Zahorodnii
https://bugs.kde.org/show_bug.cgi?id=444271 Vlad Zahorodnii changed: What|Removed |Added Flags||Wayland-, X11+ -- You are receiving this

[kwin] [Bug 444271] Track Mouse effect is activated only at mouse move

2021-10-24 Thread Ashark
https://bugs.kde.org/show_bug.cgi?id=444271 --- Comment #1 from Ashark --- Looks like this is because of the subscribe function it listens is only when mouse is "changed". It is called TrackMouseEffect::slotMouseChanged():