about:config 中是否有快捷方式或设置允许我仅使用鼠标和键盘使用捏合缩放功能?我没有触摸板,但比起经典的“CSS 缩放”,我更喜欢捏合缩放。我知道我可以使用 Windows 放大镜之类的工具,但这些工具会将图像栅格化...
答案1
从 Firefox 83 开始,您可以在页面中将该属性设置mousewheel.with_control.action
为。5
about:config
ctrl
+mousewheel
将控制捏合缩放而不是常规缩放。
如果你需要其他键绑定,你可以使用以下之一:
mousewheel.default.action
mousewheel.with_alt.action
mousewheel.with_control.action
mousewheel.with_meta.action
mousewheel.with_shift.action
mousewheel.with_win.action
Firefox 源代码中可能的值包括:
0: Nothing happens
1: Scrolling contents
2: Go back or go forward, in your history
3: Zoom in or out (reflowing zoom).
4: Treat vertical wheel as horizontal scroll
5: Zoom in or out (pinch zoom).