enable trackpad zoom in Firefox
With Firefox 29 just out, I’ve been testing it out as an alternative to Safari. However, if you’re new to Firefox you’ll probably find that the trackpad pinch and zoom gestures are not set by default. To turn them on, you’re going to need to do a bit of tinkering.
Open Firefox and type
about:config
in the address bar. Then type ‘browser.gesture’ in the search field and make the following changes to the ‘Value’ field for each of these preferences:
browser.gesture.pinch.in -> cmd_fullZoomReduce
browser.gesture.pinch.in.shift -> cmd_fullZoomReset
browser.gesture.pinch.out -> cmd_fullZoomEnlarge
browser.gesture.pinch.out.shift -> cmd_fullZoomReset
browser.gesture.pinch.latched -> false
Optionally you might want to also reduce the browser.gesture.pinch.threshold (I’ve got mine on 60).
Posted on April 30, 2014, in Safari 6.0 and tagged firefox, gesture, pinch, trackpad, zoom. Bookmark the permalink. 3 Comments.
This was SO helpful. It was driving me crazy that the pinch-zoom stopped working with Yosemite! Thank you!
about:config then Go to the ‘browser.gesture.tap’ pref and change the value to : cmd_fullZoomEnlarge
Any way to enable the tap with two fingers gesture to zoom in on the page?