Skip to content

plugins/zoom: Fix "moveMouseToFocus"

"Move Mouse To Focus" doesn't work as expected. Currently this action moves cursor to the top left corner of the screen.

Feature was introduced in commit 442b7b02 ("Focus tracking for the KWin zoom plugin") 13 years ago. Later in commit 80bd289e ("Better names for global shortcuts in Zoom Effect") it was announced that "Move Mouse to Focus" action has no direct connection with the "Zoom" effect.

This action still needs to be moved into KWin core but for now let's fix it in place.

Closes https://bugs.kde.org/show_bug.cgi?id=432536

Edited by Yevhen Popok

Merge request reports