Skip to content

Commit

Permalink
Add workarounds of 2 finger swipes for web browser navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
gnuhead-chieb authored and JoseExposito committed Sep 7, 2023
1 parent d1d36a3 commit 3e5a684
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -766,8 +766,11 @@ Yes, [Touché](https://github.com/JoseExposito/touche) is the official desktop a
#### Can I use 2 finger swipes for web browser navigation?
No, at least not with Touchégg. It is up to the web browser to implement that feature.
You can request this feature in your favourite's web browser bug tracker.
No, at least not with Touchégg. However, you can use following alternatives methods.
If you are using a Firefox-based browser, you can use Wayland instead of X11 for this functionality as standard; if you want to stay in X11 or cannot use Wayland, you can also use [this extension](https://addons.mozilla.org/firefox/addon/two-finger-history-jump/) instead.
If you are using a Chromium-based browser, simply run it with the `--enable-features=TouchpadOverscrollHistoryNavigation` command line option.If you want this to permanent, edit the shortcut on the Start menu.
# Copyright
Expand Down

0 comments on commit 3e5a684

Please sign in to comment.