Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

How do I enable Three Finger Swipe for Back/Forward navigation on Firefox? (For Windows 8)

  • 3 replies
  • 22 have this problem
  • 3 views
  • Last reply by cor-el

This works on Internet Explorer and Chrome, but not Firefox...

This works on Internet Explorer and Chrome, but not Firefox...

All Replies (3)

You can check the related prefs on the about:config page.

  • browser.gesture.swipe.left -> Browser:BackOrBackDuplicate
  • browser.gesture.swipe.right -> Browser:ForwardOrForwardDuplicate
  • browser.gesture.swipe.left.shift -> Browser:PrevTab
  • browser.gesture.swipe.right.shift -> Browser:NextTab

So should I replace the

  • browser.gesture.swipe.left -> Browser:BackOrBackDuplicate
  • browser.gesture.swipe.right -> Browser:ForwardOrForwardDuplicate

with....

  • browser.gesture.swipe.left.shift -> Browser:PrevTab
  • browser.gesture.swipe.right.shift -> Browser:NextTab

or... Create a new "string" (Pref. Name)?

The name of the pref tells which gesture to use, so you can change/set the action of that pref accordingly.
You can set different actions for swipe left and swipe left while holding down the Shift key.