Skip to main content

Questions tagged [input]

2 votes
2 answers
97 views

Update 2: Found below in dmesg for a single Fn key press/release (even on released this month Ubuntu 25.10): [ +4.340795] atkbd serio0: Unknown key pressed (translated set 2, code 0xf8 on isa0060/...
strider's user avatar
  • 113
1 vote
0 answers
58 views

I want to use my mouse's middle-button in the TTY, so I tried to debug it. When I perform a middle-click, it doesn't show up in evtest /dev/input/eventN. All other actions show up, so I'm in the ...
Caulder's user avatar
  • 111
1 vote
1 answer
101 views

I am trying to read a DirectInput Device under Linux. lsusb: Bus 003 Device 006: ID 046d:c219 Logitech, Inc. F710 Gamepad [DirectInput Mode] sudo dmesg: [13919.233231] usb 3-2.2: new full-speed USB ...
Eric Böwer's user avatar
0 votes
0 answers
58 views

I am using arch with hyprland(omarchy). I am trying to write a program which reads and outputs keys from my keyboard which requires access to /dev/input/event11(my keyboard) and when I run sudo evtest ...
Juskr's user avatar
  • 1
3 votes
3 answers
493 views

bit of a strange issue for you. I have an old 2-in-1 laptop tablet thing that works well enough, except the driver for the touchscreen occasionally crashes, leaving it unusable. I have a simple script ...
Gridzbi Spudvetch's user avatar
0 votes
0 answers
74 views

on antiX I need a on screen keyboard, I went with "onboard" and installed it. I also have multiple input languages set up in the antiX control center (German, Russian). Onboard seems to ...
A.Ston's user avatar
  • 1
1 vote
2 answers
132 views

I have a registered function in ZSH that searches file contents under the current path for a match and then captures the resulting filename. This is then bound to a key combination. The keybinding, ...
dajoto's user avatar
  • 113
0 votes
1 answer
315 views

If I create a mount namespace with unshare or a more sophisticated tool like Docker, can I emulate an input device using a userspace process on the host? I'm aware of /dev/uinput as a mechanism for ...
colinmarc's user avatar
1 vote
0 answers
66 views

How can I find the file descriptor that a process reads input from? Background I run a Vite (pronounced veet) server when developing in an Alpine container. Currently I login to the container and ...
b01's user avatar
  • 4,784
1 vote
0 answers
67 views

I'm trying to set up a kiosk machine. This is a PC with a touchscreen and no physical mouse or keyboard attached during normal operation. Currently I'm working with Debian 12, but I plan to look ...
Shaggydog's user avatar
  • 121
0 votes
3 answers
257 views

I use Ubuntu Linux on both my personal laptop and my school's computers. On my personal laptop, I'm looking to replicate the behavior of the school's computers where the terminal accepts user input ...
imranbout's user avatar
0 votes
0 answers
21 views

When I press the audo play and audio next keys on my keyboard the keypress goes through to my application, but when I press the audio previous key something is grabbing the keypress and preventing it ...
Peter F. Patel-Schneider's user avatar
1 vote
1 answer
66 views

Xorg/DE always handles some keyboard/mouse input events rather than the currently focused window, which is useful, but I want to make an exception for a particular app (because reasons). That is, is ...
01AutoMonkey's user avatar
0 votes
2 answers
140 views

I want to do something with user input to use in grep. Like, instead of uin="first\nsecond\n" printf $uin | grep d which outputs second, I want to have the user input it, like read uin ...
user avatar
0 votes
0 answers
702 views

Is there a way to programmatically read, detect or get notified about the actual physical state of a modifier key, without requiring root level access rights? I tried X11, XCB and XKB, but their event ...
psq3000's user avatar

15 30 50 per page
1
2 3 4 5
23