트랙패드가 제대로 작동하지만 키보드의 버튼을 누르면 마우스가 정지되어 더 이상 트랙패드를 사용할 수 없습니다. 키를 놓으면 트랙패드가 다시 작동합니다. 이는 마우스를 이동하면서 키보드를 계속 사용하고 싶은 일부 소프트웨어의 문제입니다.
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
항해키보드와 마우스상표.
아래에터치패드, 옵션 선택 취소입력하는 동안 비활성화됨.
도움이 되었기를 바랍니다!