
トラックパッドは正常に機能しますが、キーボードのボタンを押すとマウスが停止し、トラックパッドを使用できなくなります。キーを離すとトラックパッドが再び機能します。これは、マウスを移動しながらキーボードを使い続けたいソフトウェアの問題です。
DELLノートブックでUbuntu 20.04を使用しています。
xinput list-props
タッチパッドID出力
Device 'DELL07E6:00 06CB:76AF Touchpad':
Device Enabled (172): 1
Coordinate Transformation Matrix (174): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000
libinput Tapping Enabled (327): 1
libinput Tapping Enabled Default (328): 0
libinput Tapping Drag Enabled (329): 1
libinput Tapping Drag Enabled Default (330): 1
libinput Tapping Drag Lock Enabled (331): 0
libinput Tapping Drag Lock Enabled Default (332): 0
libinput Tapping Button Mapping Enabled (333): 1, 0
libinput Tapping Button Mapping Default (334): 1, 0
libinput Natural Scrolling Enabled (311): 1
libinput Natural Scrolling Enabled Default (312): 0
libinput Disable While Typing Enabled (335): 1
libinput Disable While Typing Enabled Default (336): 1
libinput Scroll Methods Available (313): 1, 1, 0
libinput Scroll Method Enabled (314): 1, 0, 0
libinput Scroll Method Enabled Default (315): 1, 0, 0
libinput Click Methods Available (337): 1, 1
libinput Click Method Enabled (338): 1, 0
libinput Click Method Enabled Default (339): 1, 0
libinput Middle Emulation Enabled (340): 0
libinput Middle Emulation Enabled Default (341): 0
libinput Accel Speed (318): 0.000000
libinput Accel Speed Default (319): 0.000000
libinput Left Handed Enabled (323): 0
libinput Left Handed Enabled Default (324): 0
libinput Send Events Modes Available (292): 1, 1
libinput Send Events Mode Enabled (293): 0, 0
libinput Send Events Mode Enabled Default (294): 0, 0
Device Node (295): "/dev/input/event10"
Device Product ID (296): 1739, 30383
libinput Drag Lock Buttons (325): <no items>
libinput Horizontal Scroll Enabled (326): 1
答え1
xinput
タッチパッドまたはトラックパッドIDを書き留めます。
実装する
xinput set-prop <id> 'libinput Disable While Typing Enabled' 0
または、あなたがしたように、その属性をリストし、
xinput list-props <id>
「入力時に無効にする」行の属性番号(あなたの場合は335)を記録してから実行します。xinput set-prop <id> <property> 0
答え2
上記の解決策の代わりに、これは私には効果がありませんでした。
インストール後、gnome-tweaks
GUIを使用して手動で設定を変更できますDisable while typing
。
gnome-tweaksをインストールします。
sudo apt install gnome-tweaks
インストール後、端末に次のコマンドを入力してgnome-tweaksを開きます。
gnome-tweaks
航海キーボードとマウスブランド。
下にタッチパッド、オプションの選択解除入力中に無効。
役に立ったことを願っています!