Mouse¶
Supported gestures |
Mouse gestures on Plasma require a version of 6.3 or higher.
MouseEventHandler¶
Inherits EventHandler.
Property |
Type |
Description |
Default |
|---|---|---|---|
motion_timeout |
time |
The time during which a motion gesture must be performed. If not, a press gesture will be started. If no press gestures are activated, all pressed mouse buttons will actually be pressed, after having been blocked previously. |
|
press_timeout |
time |
The time during which press gestures are not started in case the user presses more than one mouse button. Swipe and wheel gesture aren’t affected by this option. |
|
unblock_buttons_on_timeout |
bool |
Whether blocked mouse buttons should be pressed immediately on timeout. If false, they will be pressed and instantly released on button release. |
|