Touchpad Right click not work on Fedora
check this !
example:
gsettings list-recursively org.gnome.desktop.peripherals.touchpad
org.gnome.desktop.peripherals.touchpad accel-profile 'default'
org.gnome.desktop.peripherals.touchpad click-method 'click-method' < ------- replace to areas
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.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 true
org.gnome.desktop.peripherals.touchpad two-finger-scrolling-enabled true
- You need to change the touchpad clickarea method.
- This can be done via gnome-tweaks, or on command line first type
gsettings list-recursively org.gnome.desktop.peripherals.touchpad
- To see all options. To see current click setting type:
gsettings get org.gnome.desktop.peripherals.touchpad click-method
- To see options, type:
gsettings range org.gnome.desktop.peripherals.touchpad click-method
- To change to right click method, type:
gsettings set org.gnome.desktop.peripherals.touchpad click-method 'areas'
Comentarios
Publicar un comentario