[kwin] [Bug 402857] Touchpad gestures should be configurable

2024-05-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=402857

whyhow3@gmail.com changed:

   What|Removed |Added

 CC||whyhow3@gmail.com

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2024-04-10 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=402857

--- Comment #13 from breakingsp...@gmail.com ---
(In reply to Ima S from comment #12)
> I looked at the source, and the gesture seems to be registered by these
> lines:
> 
> https://invent.kde.org/plasma/kwin/-/blob/master/src/virtualdesktops.cpp#L772
> 
> If someone could wrap them with an if-statement that checks a toggle, that
> might be enough? I don't know how to contribute this myself or I would.

Thanks for scoping out where these are! I was looking in the entirely wrong
place (src/gestures.cpp) before giving up last month and falling back to X11
for a few other reasons. 

Did a quick test by just commenting out the hardcoded instances of
registerTouchpadSwipeShortcut() in virtualdesktops.cpp, it does prevent the
gestures from triggering. To note, the 4-finger up-down gestures are defined in
overvieweffect.cpp as addTouchpadSwipeGesture(): 
https://invent.kde.org/plasma/kwin/-/blob/master/src/plugins/overview/overvieweffect.cpp#L36

Putting the registers behind a config toggle or dummying out doesn't seem like
the right solution even for short-term though. The code is spread out among
multiple components so it will need to be unified at some point, it'd be worse
later on if they're just patched out here. Would it be possible to bring all
these Touchpad registers into gestures.cpp, and then configure from there?

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2024-04-09 Thread Ima S
https://bugs.kde.org/show_bug.cgi?id=402857

--- Comment #12 from Ima S  ---
I looked at the source, and the gesture seems to be registered by these lines:

https://invent.kde.org/plasma/kwin/-/blob/master/src/virtualdesktops.cpp#L772

If someone could wrap them with an if-statement that checks a toggle, that
might be enough? I don't know how to contribute this myself or I would.

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2024-04-09 Thread Ima S
https://bugs.kde.org/show_bug.cgi?id=402857

Ima S  changed:

   What|Removed |Added

 CC||imasuf...@gmail.com

--- Comment #11 from Ima S  ---
I'd like to echo @breakingspell's comment for the plasma 6 upgrade. This is a
serious issue for my laptop usage, I use my own custom gestures for almost all
navigation (via libinput-gestures), and the current system breaks my entire
config.

Please add an off button in settings. I don't care about extensibility in the
short term, power users can manage their own gestures with other tools for now,
but only once we can turn off the current system.

Even if other work is pending, at least add an on/off toggle in 'Settings ->
Mouse & Touchpad -> Touchpad' for the next release.

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2024-04-03 Thread Sam Hathaway
https://bugs.kde.org/show_bug.cgi?id=402857

Sam Hathaway  changed:

   What|Removed |Added

 CC||bugs.kde@munkynet.org

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2024-04-02 Thread Seth
https://bugs.kde.org/show_bug.cgi?id=402857

Seth  changed:

   What|Removed |Added

   Platform|Other   |Fedora RPMs

--- Comment #10 from Seth  ---
sorry to pile on, really like KDE Plasma. the trackpad gestures just aren't
configurable. i don't mind the 4 finger swiping, but 4 finger swiping down to
pull up an overview isn't intuitive. the way Apply implements it is intuitive,
in my opinion, anyway. 3 fingers swiping up gets you the overview, then 3
finger swipe back down returns to normal view. 3 fingers left or right moves
desktops. the number of fingers isn't the issue, really (although 3 would be
nice), it's the direction of the swipes. but just to have them freely
configurable would be the best outcome. thanks for all the work y'all do!

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2024-03-14 Thread Naman Sood
https://bugs.kde.org/show_bug.cgi?id=402857

Naman Sood  changed:

   What|Removed |Added

 CC||kdeb...@nsood.in

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2024-03-13 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=402857

surla...@proton.me changed:

   What|Removed |Added

 CC||surla...@proton.me

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2024-03-10 Thread Kirikaze Chiyuki
https://bugs.kde.org/show_bug.cgi?id=402857

Kirikaze Chiyuki  changed:

   What|Removed |Added

 CC||y...@yidaozhan.top

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2024-03-09 Thread Hugues Morisset
https://bugs.kde.org/show_bug.cgi?id=402857

Hugues Morisset  changed:

   What|Removed |Added

 CC||morisset.hug...@gmail.com

--- Comment #9 from Hugues Morisset  ---
I want 3 fingers gestures for grid aswell, until there is a configuration
switch, as a workaround I successfully patched the kwin_wayland binary to
change 4 fingers to 3 fingers. I describes the steps here
https://blog.izissise.net/posts/kwin-gesture-patch/

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2024-03-07 Thread Dmitrii Chermnykh
https://bugs.kde.org/show_bug.cgi?id=402857

Dmitrii Chermnykh  changed:

   What|Removed |Added

 CC||chermnykh2...@gmail.com

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2024-03-06 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=402857

--- Comment #8 from breakingsp...@gmail.com ---
With the Plasma 6 dust settling, this is a part I feel needs priority for
laptop-heavy use. My use case is using three-finger navigation to move between
virtual desktops+grid, and four fingers for brightness+volume control (all
through touchegg formerly). 

My touchegg config ported right over to libinput-gestures for Wayland, but the
native gestures continue to move between desktops when libinput-gestures are
activated. Is it feasible to implement a toggle for the hardcoded 3-4 finger
desktop switching, so users can substitute their own gesture handlers in the
interim? 

It may warrant an extra bug report as well, but the native gestures are VERY
sensitive. Compared with a Macbook's three-finger gestures that smoothly
transition between virtual desktops (with intertia), the current Wayland
gestures are too fast unless you only move your fingers a few millimeters, and
then there's still no smooth inertia as you let go.

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2024-03-06 Thread Noah Craig
https://bugs.kde.org/show_bug.cgi?id=402857

Noah Craig  changed:

   What|Removed |Added

 CC||noahdcr...@outlook.com

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2024-02-29 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402857

Nate Graham  changed:

   What|Removed |Added

 CC||thomaslukeduf...@hotmail.co
   ||.uk

--- Comment #7 from Nate Graham  ---
*** Bug 482030 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2024-01-01 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=402857

hexclo...@outlook.com changed:

   What|Removed |Added

 CC||hexclo...@outlook.com

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2023-09-30 Thread Maximilian Böhm
https://bugs.kde.org/show_bug.cgi?id=402857

Maximilian Böhm  changed:

   What|Removed |Added

 CC||m...@elbmurf.de

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2023-08-27 Thread Vladimir Yerilov
https://bugs.kde.org/show_bug.cgi?id=402857

Vladimir Yerilov  changed:

   What|Removed |Added

 CC||openmind...@gmail.com

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2023-06-12 Thread Zamundaaa
https://bugs.kde.org/show_bug.cgi?id=402857

Zamundaaa  changed:

   What|Removed |Added

 CC||aadeshkanna28022000@gmail.c
   ||om

--- Comment #6 from Zamundaaa  ---
*** Bug 443022 has been marked as a duplicate of this bug. ***

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2023-06-11 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=402857

breakingsp...@gmail.com changed:

   What|Removed |Added

 CC||breakingsp...@gmail.com

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2023-05-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402857

Nate Graham  changed:

   What|Removed |Added

  Component|input   |Gestures

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2023-05-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402857

Nate Graham  changed:

   What|Removed |Added

   See Also||https://bugs.kde.org/show_b
   ||ug.cgi?id=462935

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

[kwin] [Bug 402857] Touchpad gestures should be configurable

2023-05-08 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=402857

Nate Graham  changed:

   What|Removed |Added

Summary|Touchpad gestures are not   |Touchpad gestures should be
   |configurable|configurable
   Keywords||wayland

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