• Register
    • Login
    • Search
    • Recent
    • Wiki
    • Github
    • 百度网盘
    • Onedrive
    • Official
    • Shop

    Fix "Disable Touchpad while typing" not working

    PI CM5 Laptop
    1
    1
    305
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • plumlis
      plumlis last edited by

      Cool pi laptop Ubuntu system use libinput to manage touchpad and keyboard.

      But "Disable Touchpad while typing" is not working. That's because keyboard is on the USB bus, And this feature will not woking on USB keyboard but only internal one.

      You can create /etc/libinput/local-overrides.quirks:

      [Cool Pi Laptop Keyboard]
      MatchUdevType=keyboard
      MatchBus=usb
      MatchVendor=0x1C4F
      MatchProduct=0x06B
      AttrKeyboardIntegration=internal
      

      Reboot laptop ,and "Disable Touchpad while typing" will work perfectly.

      See:
      https://github.com/elementary/os/wiki/Pinebook-Pro:-Build-Notes
      https://forum.manjaro.org/t/disable-touchpad-while-typing-not-working/12674/3
      https://github.com/samueldr/wip-pinebook-pro/blob/master/pinebook_pro.nix

      blog: https://plumz.me

      1 Reply Last reply Reply Quote 1
      • 1 / 1
      • First post
        Last post