Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Why was the increase text keyboard+mouse shortcut combination removed?

  • 2 trả lời
  • 2 gặp vấn đề này
  • 12 lượt xem
  • Trả lời mới nhất được viết bởi John

more options

To easily increase page text size in the previous version of Firefox, I used to be able to press control + option + two finger swipe up or down (trackpad equivalent to scrolling up or down). This functionality seems to have been removed in FF 17.0.1. Can it please be re-added?

To easily increase page text size in the previous version of Firefox, I used to be able to press control + option + two finger swipe up or down (trackpad equivalent to scrolling up or down). This functionality seems to have been removed in FF 17.0.1. Can it please be re-added?

Giải pháp được chọn

You can restore the zoom feature by changing the values of the related prefs on the about:config page.

  • 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

These are the defaults for that action, so you can consider to change them to use the above posted commands.

  • browser.gesture.swipe.down -> cmd_scrollBottom
  • browser.gesture.swipe.up -> cmd_scrollTop
Đọc câu trả lời này trong ngữ cảnh 👍 2

Tất cả các câu trả lời (2)

more options

Giải pháp được chọn

You can restore the zoom feature by changing the values of the related prefs on the about:config page.

  • 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

These are the defaults for that action, so you can consider to change them to use the above posted commands.

  • browser.gesture.swipe.down -> cmd_scrollBottom
  • browser.gesture.swipe.up -> cmd_scrollTop
more options

Thanks so much. This works great.