Disable laptop build-in
Posted kpos
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Disable laptop build-in相关的知识,希望对你有一定的参考价值。
check input device ID:
xinput list ;by this you should remeber vitual core keyboard ID(master ID, 3 in my laptop), and AT keyboard ID(13 in my laptop).
Disable:
xinput float $(ATkeyboard ID) ;command as "xinput float 13" for me.
Enable:
xinput reattach $(AT keyboard ID) $(master ID) ;command as "xinput reattach 13 3" for me.
以上是关于Disable laptop build-in的主要内容,如果未能解决你的问题,请参考以下文章
[ffmpeg 扩展第三方库编译系列] 关于 mingw32 下编译libcaca