Currently xfce-settings hardcodes touchpad multi-tap gesture buttons, and provides no way to disable that behavior. I usually use two-finger middle click and three-finger right-click, but xfce4 overrides my settings on Xorg.conf synaptics settings and hardcodes them for three-finger middle click and two-finger right click. From http://git.xfce.org/xfce/xfce4-settings/tree/dialogs/mouse-settings/main.c: tap_to_click = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (object)); /* format: RT, RB, LT, LB, F1, F2, F3 */ data[4] = tap_to_click ? 1 : 0; data[5] = tap_to_click ? 3 : 0; data[6] = tap_to_click ? 2 : 0; Xfce should, whether provide a way for selecting data[5] = 2 and data[6] = 3, or disable that setting completely and let xorg/synaptics do the job.
*** Bug 10608 has been marked as a duplicate of this bug. ***
-- GitLab Migration Automatic Message -- This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/10. Please create an account or use an existing account on one of our supported OAuth providers. If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev