[systemsettings] [Bug 392420] Mouse gestures don't respect "left-handed" mouse option when no gesture was performed

2024-03-04 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=392420

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|RESOLVED
 Resolution|--- |UNMAINTAINED

--- Comment #5 from Nate Graham  ---
As announced in
https://pointieststick.com/2023/07/26/what-we-plan-to-remove-in-plasma-6/ and
https://community.kde.org/Plasma/Plasma_6#Removals, I'm afraid KHotKeys has
reached end-of-life in Plasma 6. Accordingly, all bug reports and feature
requests for it must be closed now.

Most of what KHotKeys could do can already be done with the newer KGlobalAccel
system in Plasma 6. A few features such as mouse gestures and triggering
conditions based on changes to window states are not yet implemented in the new
system. These will be added in the future if and when resources materialize for
them, and/or when a kind soul submits patches to implement them! :) Meanwhile,
the 3rd-party "Mouse Actions" app (https://github.com/jersou/mouse-actions) may
be usable for implementing your own mouse gestures again.

Thanks for your understanding, everyone.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 392420] Mouse gestures don't respect "left-handed" mouse option when no gesture was performed

2021-11-21 Thread Aleksey Gavrilov
https://bugs.kde.org/show_bug.cgi?id=392420

Aleksey Gavrilov  changed:

   What|Removed |Added

 Resolution|WAITINGFORINFO  |---
 Ever confirmed|1   |0
 Status|NEEDSINFO   |REPORTED

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 392420] Mouse gestures don't respect "left-handed" mouse option when no gesture was performed

2021-11-20 Thread Bug Janitor Service
https://bugs.kde.org/show_bug.cgi?id=392420

--- Comment #4 from Bug Janitor Service  ---
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 392420] Mouse gestures don't respect "left-handed" mouse option when no gesture was performed

2021-11-06 Thread Aleksey Gavrilov
https://bugs.kde.org/show_bug.cgi?id=392420

--- Comment #3 from Aleksey Gavrilov  ---
No, seems to work correctly now.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 392420] Mouse gestures don't respect "left-handed" mouse option when no gesture was performed

2021-11-05 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392420

qydwhotm...@gmail.com changed:

   What|Removed |Added

 Resolution|--- |WAITINGFORINFO
 Status|CONFIRMED   |NEEDSINFO

--- Comment #2 from qydwhotm...@gmail.com ---
Can you still reproduce the bug on 5.23?

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 392420] Mouse gestures don't respect "left-handed" mouse option when no gesture was performed

2021-11-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392420

qydwhotm...@gmail.com changed:

   What|Removed |Added

 Status|REPORTED|CONFIRMED
 Ever confirmed|0   |1

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 392420] Mouse gestures don't respect "left-handed" mouse option when no gesture was performed

2021-11-03 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=392420

qydwhotm...@gmail.com changed:

   What|Removed |Added

 CC||qydwhotm...@gmail.com

--- Comment #1 from qydwhotm...@gmail.com ---
In
https://invent.kde.org/plasma/khotkeys/-/blob/master/libkhotkeysprivate/triggers/gestures.cpp

void Gesture::mouse_replay(bool release_P)
{
bool was_enabled = _enabled;
enable(false);
Mouse::send_mouse_button(button, release_P);
enable(was_enabled);
}

It seems mouse_replay doesn't consider left-handed option.

-- 
You are receiving this mail because:
You are watching all bug changes.

[systemsettings] [Bug 392420] Mouse gestures don't respect "left-handed" mouse option when no gesture was performed

2021-03-11 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=392420

Nate Graham  changed:

   What|Removed |Added

  Component|general |kcm_khotkeys
Version|5.12.3  |5.20.3
Product|khotkeys|systemsettings

-- 
You are receiving this mail because:
You are watching all bug changes.