Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Clicks triggered when NumberPad is active, on KDE Plasma with Wayland #199

Open
sleddev opened this issue Sep 13, 2024 · 5 comments
Assignees
Labels
bug Something isn't working enhancement New feature or request

Comments

@sleddev
Copy link

sleddev commented Sep 13, 2024

Describe the bug

When the NumberPad is turned on, and enabled_touchpad_pointer is set to 3, the touchpad still registers normal clicks at the same time when I press on the numbers.

Expected behavior

The touchpad's tap-to-click feature is disabled while the NumberPad is active (how it works on Gnome and/or X11)

Relevant log output

No response

Desktop

  • Program version [e.g. 57c742a]: commit 1914f82
  • Distro [e.g. Arch Linux]: Fedora 40 (KDE Plasma spin)
  • Kernel [e.g. 5.18.15.arch1-2]: 6.10.7-200.fc40.x86_64
@sleddev sleddev added the bug Something isn't working label Sep 13, 2024
@sleddev
Copy link
Author

sleddev commented Sep 13, 2024

I have made a fork where I implemented tap-to-click toggling on wayland KDE with qdbus, but I'm not sure how to make it so it still works on gnome and x11

But it does work, so it could be useful: here's my fork

@ldrahnik ldrahnik linked a pull request Sep 15, 2024 that will close this issue
@ldrahnik ldrahnik added the enhancement New feature or request label Sep 15, 2024
@ldrahnik
Copy link
Member

ldrahnik commented Sep 15, 2024

@sleddev Your approach with qdbus could be helpful to other not supported feature for KDE, detecting whether is touchpad enabled or disabled and than disabling NumberPad aswell:

  • Disabling the Touchpad (e.g. Fn+special key) disables by default the NumberPad as well (this functionality presently supports only xinput from xorg and gnome via gsettings - can be disabled)

Feel free to look at that. I do not use KDE, personally so I can not test it but I would definitely merge it.

@sleddev
Copy link
Author

sleddev commented Sep 15, 2024

@sleddev Your approach with qdbus could be helpful to other not supported feature for KDE, detecting whether is touchpad enabled or disabled and than disabling NumberPad aswell:

  • Disabling the Touchpad (e.g. Fn+special key) disables by default the NumberPad as well (this functionality presently supports only xinput from xorg and gnome via gsettings - can be disabled)

Feel free to look at that. I do not use KDE, personally so I can not test it but I would definitely merge it.

I've implemented that feature and opened a pull request :)

@Lull3n
Copy link

Lull3n commented Nov 26, 2024

I'm still seeing this behaviour with the latest code pulled from master.

Edit: running Kubuntu 24.10 with plasma 6.1

@sleddev
Copy link
Author

sleddev commented Nov 26, 2024

Yeah it happened to me too a few days ago, but right now I don't really have the time to look into it. I'll try to do so soon tho

@ldrahnik ldrahnik reopened this Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants