联想 Thinkpad X1 Carbon (G4) 上次更新后,我的触摸板在打字时会随机使用左键单击。当我禁用“点击以单击”时,一切正常,有人遇到过这个问题吗?
答案1
听起来就像你打字时手掌接触到鼠标垫。我不确定这在 ubuntu 中是否有效,但你可以试试syndaemon -i 0.5 -t -K -R
syndaemon # a program that monitors keyboard activity
-i # how many seconds to wait after last keyboard click
-t # only disable tapping and scrolling
-K # ignore modifier keys and modifier+key combos
-R #use XRecord extension for detecting keyboard activity ...