We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Ref: https://bbs.archlinuxcn.org/viewtopic.php?id=10561
❯ xinput list ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ OBINS OBINS AnnePro2 Mouse id=13 [slave pointer (2)] ⎜ ↳ YICHIP Wireless Device Mouse id=14 [slave pointer (2)] ⎜ ↳ YICHIP Wireless Device Consumer Control id=16 [slave pointer (2)] ⎜ ↳ SYNA3073:00 06CB:8265 Mouse id=17 [slave pointer (2)] ⎜ ↳ SYNA3073:00 06CB:8265 Touchpad id=18 [slave pointer (2)] ⎜ ↳ SynPS/2 Synaptics TouchPad id=20 [slave pointer (2)] ⎣ Virtual core keyboard id=3 [master keyboard (2)] ↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)] ↳ Power Button id=6 [slave keyboard (3)] ↳ Video Bus id=7 [slave keyboard (3)] ↳ Video Bus id=8 [slave keyboard (3)] ↳ Sleep Button id=9 [slave keyboard (3)] ↳ OBINS OBINS AnnePro2 id=10 [slave keyboard (3)] ↳ OBINS OBINS AnnePro2 Consumer Control id=11 [slave keyboard (3)] ↳ OBINS OBINS AnnePro2 Keyboard id=12 [slave keyboard (3)] ↳ YICHIP Wireless Device System Control id=15 [slave keyboard (3)] ↳ AT Translated Set 2 keyboard id=19 [slave keyboard (3)] ↳ HP WMI hotkeys id=21 [slave keyboard (3)] ↳ YICHIP Wireless Device Consumer Control id=22 [slave keyboard (3)]
In the command output above, the SYNA3073:00 06CB:8265 Touchpad id=18 is the touchpad, and the AT Translated Set 2 keyboard id=19 is the keyboard.
SYNA3073:00 06CB:8265 Touchpad id=18
AT Translated Set 2 keyboard id=19
# Disable the touchpad xinput disable 18 # Disable the keyboard xinput disable 19
xinput enable {id}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the command output above, the
SYNA3073:00 06CB:8265 Touchpad id=18
is the touchpad, and theAT Translated Set 2 keyboard id=19
is the keyboard.xinput enable {id}
.The text was updated successfully, but these errors were encountered: