Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

Learn More

Cannot zoom with touchpad on MacBook Pro in Firefox 4

  • 4 답장
  • 482 이 문제를 만남
  • 1 보기
  • 최종 답변자: john1130

more options

It seems that after installing firefox 4 I cannot use my MacBook Pro touchpad (trackpad) for zooming in or out the page anymore, as I used to do in the previous versions of Firefox.

Many people are used to use their touchpads for zooming, instead of clicking the Cmnd +/-, and its one of the basic touchpad functions that we have on our MacBooks, and many apps are using it.

It seems that after installing firefox 4 I cannot use my MacBook Pro touchpad (trackpad) for zooming in or out the page anymore, as I used to do in the previous versions of Firefox. Many people are used to use their touchpads for zooming, instead of clicking the Cmnd +/-, and its one of the basic touchpad functions that we have on our MacBooks, and many apps are using it.

선택된 해결법

Please see http://support.mozilla.com/en-US/questions/777886 for the solution to the same problem. Or like jesnft said in the above link, follow these steps-


For Firefox 4.0, several people have provided the solutions. The solution at: http://techmix.net/blog/2011/03/26/pr.../problem-with-pinchzoom-on-firefox-4-mac-osx/ restores Pinch-Zoom capability but with discrete steps. You also need to set browser.gesture.pinch.latched to false as was pointed out by iibpmii

So combining the steps, the complete solution that worked for me is:

   - Open a new Tab and type in “about:config” (without the quote) in the address bar
   - You will be asked to confirm to continue. Just do it.
   - Search for the term “browser.gesture” (without the quote).
   - Edit the browser.gesture.pinch settings as follows: 
   browser.gesture.pinch.in Value = cmd_fullZoomReduce
   browser.gesture.pinch.in.shift Value = cmd_fullZoomReset
   browser.gesture.pinch.latched Value = false
   browser.gesture.pinch.out Value = cmd_fullZoomEnlarge
   browser.gesture.pinch.out.shift Value = cmd_fullZoomReset
문맥에 따라 이 답변을 읽어주세요 👍 35

모든 댓글 (4)

more options

선택된 해결법

Please see http://support.mozilla.com/en-US/questions/777886 for the solution to the same problem. Or like jesnft said in the above link, follow these steps-


For Firefox 4.0, several people have provided the solutions. The solution at: http://techmix.net/blog/2011/03/26/pr.../problem-with-pinchzoom-on-firefox-4-mac-osx/ restores Pinch-Zoom capability but with discrete steps. You also need to set browser.gesture.pinch.latched to false as was pointed out by iibpmii

So combining the steps, the complete solution that worked for me is:

   - Open a new Tab and type in “about:config” (without the quote) in the address bar
   - You will be asked to confirm to continue. Just do it.
   - Search for the term “browser.gesture” (without the quote).
   - Edit the browser.gesture.pinch settings as follows: 
   browser.gesture.pinch.in Value = cmd_fullZoomReduce
   browser.gesture.pinch.in.shift Value = cmd_fullZoomReset
   browser.gesture.pinch.latched Value = false
   browser.gesture.pinch.out Value = cmd_fullZoomEnlarge
   browser.gesture.pinch.out.shift Value = cmd_fullZoomReset

글쓴이 brinda 수정일시

more options

Wow, thanks, it worked!

more options

Awesome! If you could please mark this question as solved, it would be easier for other contributors :)

more options

This answer worked for me too. Thanks Brinda!