disable laptop keyboard

main
Tran Hau 2020-02-17 23:22:25 +07:00
parent 21c242c16d
commit c50da54efb
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# Disable laptop keyboard
Why? Because I want to place my mechanical keyboard over my laptop keyboard.
Read [Xinput](https://wiki.archlinux.org/index.php/Xinput) carefully.
Disable:
```sh
xinput float "AT Translated Set 2 keyboard"
```
Enable:
```sh
xinput reattach "AT Translated Set 2 keyboard" 3
```