154 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
19
views
overflow-x messes with iPad with touchpad
I have a solution with a row of items, scrollable horizontally, which is working fine everywhere, but when I scroll vertically over that row on my iPad with the trackpad, the scrolling stops and it ...
0
votes
1
answer
132
views
How to get the absolute position on the trackpad in a browser?
I want to build a website that allows users to map their trackpad input directly to an SVG element on the screen. On this website, we can turn on a mode: Touching a point on the trackpad should move ...
1
vote
1
answer
269
views
Disable Pinch Zoom but Allow Scroll with JavaScript
TL;DR: I need a JavaScript solution that disables pinch-zooming but preserves vertical two-finger scrolling on touchpads.
Generally speaking, on devices with touchpads - like laptops! - users are ...
0
votes
1
answer
446
views
Taking input from touchpad
Hello everyone π I'm just starting to learn python and I'd like to ask is there any method to receiving input from touchpad? I've seen an Asus laptop with their touchpad become numberpad (Like the ...
2
votes
0
answers
309
views
Python (3.10) TKinter: horizontal scrolling on touchpad (laptop)
Using Python 3.10 and TKinter Library
I had an issue with touchpad horizontal scrolling being received as vertical scrolling, searched online a fix, I did find a potential fix using StackOverflow here....
1
vote
0
answers
820
views
Horizontal scrolling with the touchpad in WPF
I am trying to add support for horizontal scrolling with the touchpad to my WPF application.
I am working on an HP laptop with a working touchpad: Under Windows -> Settings -> Touchpad it says &...
0
votes
1
answer
312
views
Error in blinking led using GPIO_12 of ESP32
Here is my code:
#define LED_BUILTIN 12
// the setup function runs once when you press reset or power the board
void setup()
{
// initialize digital pin LED_BUILTIN as an output.
pinMode(...
1
vote
1
answer
239
views
Kivy: laptop touch pad - mouse cursor move
My problem is simple and certainly isn't any news: I can manage my Kivy desktop app with a mouse pretty reasonably. Unfortunately, touch pad is a different story: a single finger move is interpreted ...
0
votes
1
answer
895
views
trying to use sway, but the touchpad doesn't work
I've added the touchpad to te .config/sway/config file but it doesn't work, I've also tried to see libinput debug-events, but when i try to use the touchpad it doesn't seem to be revelated.
(I ...
3
votes
0
answers
418
views
Injecting Touchpad input on Windows
Background
I'm working on a program that shares input devices over a network to pass them into virtual machines. Currently, it works for Linux hosts and Linux guests. It uses the evdev interface, ...
1
vote
1
answer
346
views
How to disable touchpad mouse movement in Linux Fedora
I'm using a Lenovo ThinkPad T440p as you can see link image below.. I have a problem with the touchpad, it caused the mouse to go crazy on its own. I want to disable certain functionality from the ...
0
votes
1
answer
418
views
Awesome WM does not recognise any touchpad clicks
I am using arch and installed awesome wm manager.
Everything works fine, but the touchpad cklick doesnt work.
I also installed a gnome desktop and there the touchpad click works fine.
The movement on ...
1
vote
1
answer
2k
views
Scrolling is too fast with touchpad
When I try to scroll using the touchpad in VScode it is too fast but if I connect an external mouse it works perfectly and if I use the touchpad on for example notepad it scrolls perfectly.
My laptop ...
4
votes
0
answers
491
views
Stop touchpad/trackpad 3 finger gestures in windows application
Is there a way we can stop laptop touchpad/trackpad 3 finger gestures in WinForms application? Basically, I want to stop/lock user from using touchpad 3 or 4 finger gestures to open new desktop while ...
1
vote
1
answer
2k
views
Change mac scroll direction in mouse and not touchpad
On MacOs Monterey 12.1
The scroll direction is shared with the touchpad and the mouse.
I would like the touchpad to be netural and mouse to not be.
I tried some applications like mos and they did not ...