disable laptop keyboard
parent
21c242c16d
commit
c50da54efb
|
@ -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
|
||||||
|
```
|
Loading…
Reference in New Issue