如何使用鼠标放大 Windows?(就像在 OS X 中一样)

Nim*_*buz 15 windows zoom magnifier

在 OS X 中,您只需指定Cmdctrl+ 鼠标滚动即可放大。这适用于任何应用程序的任何地方。

Windows 7 也有一个不错的放大镜,并有一些热键:

放大镜键盘快捷键

下表包含使用放大镜的键盘快捷键。

Windows logo key + Plus Sign or Minus Sign    Zoom in or out
Ctrl+Alt+Spacebar Preview the desktop in full-screen mode
Ctrl+Alt+F    Switch to full-screen mode
Ctrl+Alt+L    Switch to lens mode
Ctrl+Alt+D    Switch to docked mode
Ctrl+Alt+I    Invert colors
Ctrl+Alt+arrow keys   Pan in the direction of the arrow keys
Ctrl+Alt+R    Resize the lens
Windows logo key + Esc    Exit Magnifier
Run Code Online (Sandbox Code Playgroud)

...但我想像在 OS X 中一样使用鼠标进行放大和缩小。这可能吗?

Lar*_*end 9

尝试ZoomIt进行缩放(从 SysInternals 免费)。与 Windows 放大镜相比,我更喜欢 ZoomIt。它甚至允许我在屏幕上绘图——非常适合演示。问题是,您仍然需要使用键盘来激活 ZoomIt;可以使用鼠标滚轮进行放大和缩小。

准确获取的唯一方法 - 至少根据我的知识 - 您想要的是使用 AutoHotKey 脚本来捕获 Ctrl+Wheel 事件并模拟 WinKey+Plus Sign 或 WinKey+Minus Sign 按键。


小智 7

AeroZoom正是您想要的。

它使用 Windows 放大镜作为后端,但允许您设置Ctrl或与滚轮结合使用其他一些键来放大和缩小。

它还具有许多无法从放大镜访问的其他设置,例如从屏幕上隐藏放大镜。