如何像在 Linux(Ubuntu)中一样在 Windows 7 中缩放屏幕

如何像在 Linux(Ubuntu)中一样在 Windows 7 中缩放屏幕

在 Linux 中,我们可以使用 Windows 键 + 鼠标滚动来缩放屏幕。在 Windows 7 上如何操作

答案1

您可以按住 Windows 键,然后按“+”或“-”,但效果不如在 Linux 或 OS X 上好。

答案2

您可以使用第三方软件来实现这一点。我最喜欢的组合是放大AeroZoom

答案3

如果你想使用 winkey 和鼠标滚轮缩放,你可以尝试脚本。

; Created By :
;     Ahmed Kotb on 27/5/2011
; licensed under :
;     Creative commons Attribution 3.0
;     http://creativecommons.org/licenses/by/3.0/us/
; version :
;     1.0

; A small script that enables you to zoom in/out using the winkey
; and mouse wheel instead of winkey +/- on windows7 magnifier program

#NoEnv
SendMode Input
SetWorkingDir %A_ScriptDir%

;zoom in
#WheelUp::send #{sc4E}
;zoom out
#WheelDown::send #{sc4A}

答案4

对我来说(Win7),Control 和鼠标缩放功能相同 - 在 Firefox 和 Foxit 中确实如此。或者 Ctrl 和 +/- 键。

相关内容