Skip to main content

Questions tagged [input]

2 votes
2 answers
40 views

Find laptop internal keyboard Controller model/vendor/Product #

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
  • 101
1 vote
0 answers
44 views

Mouse middle-button doesn't work in libev, but does in GUIs

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
65 views

Direct Input USB Driver for Linux?

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
42 views

Window manager grabbing control of keyboard

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
422 views

Running a script based on raw events from a specific HID?

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
52 views

"onboard" keyboard shows the layout of the correct language but uses the wrong one

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
112 views

ZSH function output to current prompt input is ignored

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
1 vote
0 answers
302 views

How to configure input devices when using Wayland instead of Xorg?

I'm using KDE desktop environment, and I have recently switched from Xorg to Wayland. The compositor is KWin. I'm concerned about configuring my mouse and keyboard properly, because obviously it can't ...
melonfsck - she her's user avatar
0 votes
1 answer
283 views

Emulate evdev inside a container

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
170 views

Is it possible to selectively add input devices to a running Xorg server?

I'm using Xorg with AutoAddDevices disabled, because I have many input devices on my server, which mustn't all be added to my physical session. The input devices I need are pre-configured in the xorg....
melonfsck - she her's user avatar
1 vote
0 answers
54 views

Send Input to Interactive Process via File Descriptor

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,754
1 vote
0 answers
56 views

Stopping keyboard input from propagating to UI

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
  • 111
0 votes
3 answers
209 views

How can my terminal accept input when it's processing a previous command?

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
19 views

something grabs the keyboard when I press the audio previous key on my keyboard [duplicate]

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
56 views

Make a window handle * input?

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

15 30 50 per page
1
2 3 4 5
23