Skip to content

Instantly share code, notes, and snippets.

@mec
Last active October 5, 2021 21:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mec/208cd82c2bee6e5363ed421c9d067e44 to your computer and use it in GitHub Desktop.
Save mec/208cd82c2bee6e5363ed421c9d067e44 to your computer and use it in GitHub Desktop.
Disable touchpad zooming in Firefox on a Mac

Disable touchpad zoom in Firefox for Mac

  • open Firefox
  • type about:config in the address bar
  • search for zoom
  • set apz.allow_double_tap_zooming to false
  • set apz.allow_zooming to false
  • set apz.mac.enable_double_tap_zoom_touchpad_gesture to false

Tested in Firefox 93.0b9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment