Comment by sandreas

Comment by sandreas 10 hours ago

1 reply

So this would mean that either my configuration is bad or it might be a hardware limitation. So if you don't mind I would love to see your

  gsettings list-recursively | grep 'peripherals\.touchpad'                                                                                               
Here is mine (before you ask, disable-while-typing=false does not fix my problem) :

  org.gnome.desktop.peripherals.touchpad accel-profile 'default'
  org.gnome.desktop.peripherals.touchpad click-method 'fingers'
  org.gnome.desktop.peripherals.touchpad disable-while-typing true
  org.gnome.desktop.peripherals.touchpad edge-scrolling-enabled false
  org.gnome.desktop.peripherals.touchpad left-handed 'mouse'
  org.gnome.desktop.peripherals.touchpad middle-click-emulation false
  org.gnome.desktop.peripherals.touchpad natural-scroll true
  org.gnome.desktop.peripherals.touchpad send-events 'enabled'
  org.gnome.desktop.peripherals.touchpad speed -0.044999999999999998
  org.gnome.desktop.peripherals.touchpad tap-and-drag true
  org.gnome.desktop.peripherals.touchpad tap-and-drag-lock false
  org.gnome.desktop.peripherals.touchpad tap-button-map 'default'
  org.gnome.desktop.peripherals.touchpad tap-to-click true
  org.gnome.desktop.peripherals.touchpad two-finger-scrolling-enabled true
Retr0id 9 hours ago

    org.gnome.desktop.peripherals.touchpad accel-profile 'default'
    org.gnome.desktop.peripherals.touchpad click-method 'fingers'
    org.gnome.desktop.peripherals.touchpad disable-while-typing false
    org.gnome.desktop.peripherals.touchpad edge-scrolling-enabled false
    org.gnome.desktop.peripherals.touchpad left-handed 'mouse'
    org.gnome.desktop.peripherals.touchpad middle-click-emulation false
    org.gnome.desktop.peripherals.touchpad natural-scroll true
    org.gnome.desktop.peripherals.touchpad send-events 'enabled'
    org.gnome.desktop.peripherals.touchpad speed 0.0
    org.gnome.desktop.peripherals.touchpad tap-and-drag true
    org.gnome.desktop.peripherals.touchpad tap-and-drag-lock false
    org.gnome.desktop.peripherals.touchpad tap-button-map 'default'
    org.gnome.desktop.peripherals.touchpad tap-to-click false
    org.gnome.desktop.peripherals.touchpad two-finger-scrolling-enabled true
I have a feeling the magic here is happening in apple firmware, rather than driver or software.