Questions tagged [touchpad]

The HP TouchPad is a 10" tablet running WebOS. It comes in 16 GB and 32 GB versions.

158 questions
0
votes
1 answer

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(LED_BUILTIN, OUTPUT); } // the loop function runs over…
0
votes
1 answer

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 have just installed a clean version of…
espo
  • 11
  • 1
0
votes
0 answers

App windows on MAC regularly gets swiftly and temporarily grayed out

I am trying to troubleshoot some error that is causing any window on any app to quickly get grayed out for a dussin milliseconds, and at times get grayed out without getting "clicked back" again. I don't know if the issue lies in the cursor since it…
0
votes
0 answers

IOS device touchpad overlapping input field, in reactjs

In reactjs I have a emial id input field, but when I open website in Iphone device, it overlaping by touchpad, In android it's looks okay. If I don't pass palceholder, that field, then it's working perfect in IOS.
SAMEER
  • 61
  • 6
0
votes
0 answers

Usage of Synaptics RMI4 f54

What's the function F54 of Synaptics RMI4 used for? Is there any specification having mentioned that? In Synaptics RMI4 Specification there is only F01, 08, 09, 11, 19, 30, 32, 34, 36.
QueueRear
  • 1
  • 1
0
votes
1 answer

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 touchpad not the whole touchpad. In this model of…
0
votes
1 answer

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 awesome works, and also xev recognises the…
Beluga
  • 13
  • 2
0
votes
1 answer

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 is Lenovo IdeaPad L340 Os: Windows 11 but the…
0
votes
1 answer

Does Palm/HP webOS 3.0 / Enyo framework support image maps?

Does Palm/HP WebOS 3.o / Enyo framework support image maps?? I have an HtmlContent control that contains "image maps" -- an image with links embedded in hot spots using the HTML "usemap" attribute. However my those links don't seem to be active, and…
rajsen
  • 1
0
votes
1 answer

Does HP TouchPad supports HTML5's offline application (Manifest)

I have a webapp using offline support (a manifest file). It works correctly on Androids, iOS, RIM, and then some. It doesn't work on TouchPad though. If I refresh the app without connectivity, I get a "No Internet Connection" error. Did anybody got…
0
votes
1 answer

How to detect if there is a finger on the touchpad

I would like to ask a question about the touchpad. I am trying to make a program and i need to detect when a finger is on the touchpad. I do not want to detect the TAP. I would like to know if the touchpad touched. I am trying to find a solution for…
tkoul90
  • 1
  • 2
0
votes
1 answer

Netbeans 12.2: horizontal scroll not working

When I'm opening any type of file in Netbeans and I'm trying to horizontally scroll with two fingers from the touchpad, it is not working. I am using a MacBook (13 inch, Mid 2010) with Debian 10 ("Buster"), GNOME 3.30.2 as desktop and Apache…
0
votes
2 answers

Cannot set Tapping Enabled Default on Archlinux

When I log into Archlinux on Dell Vostro 5590, if I want to "click" something with the touchpad I have to press the touchpad, as tapping it is not enough as I'd like it to be. Running the following xinput set-prop 11 "libinput Tapping Enabled"…
Enlico
  • 23,259
  • 6
  • 48
  • 102
0
votes
2 answers

What is the (general) method to use Windows 10 gestures of a touchpad in QT?

I want to use events generated by Windows 10 touchpad gestures in QT (C++, Visual Studio): two finger pinch on touchpad for zoom two finger pan on touchpad for panning The QT documentation / QTCreator has an example for gestures. Apparently, the…
0
votes
0 answers

Horizontal scroll by wheel/swipe on fullpage.js - wordpress

i've got the fullpage.js for wordpress and want to scroll horizontally with the touchpad. I already found this code as solution: https://stackoverflow.com/a/32934314/13353737 Can somebody explain how to add the code in the existing codes from…