如何映射打印键以在 Windows 10 上截取 Skitch for Windows 桌面屏幕截图?

如何映射打印键以在 Windows 10 上截取 Skitch for Windows 桌面屏幕截图?

有没有办法配置 Windows 桌面版 Skitch,以便在 Windows 10 上按下打印键时截取屏幕截图?如果我必须使用自动热键,那就没问题了。

答案1

尝试使用此自动热键脚本来截取全屏截图:

#If ProcessExist("Skitch.exe")

    PrintScreen:: Send {Ctrl Down}{Shift Down}6{Shift Up}{Ctrl Up} ; Ctrl+Shift+6

#If

ProcessExist(name){
    Process, Exist, %name%
    return Errorlevel
}

相关内容