PRINTSCREENAUTOHOTKEY ile klavye düğmesine bastığımda Windows 7 keskin nişancı aracını çalıştırmaya çalışıyorum.
Yine de başarısız oldum. İşte AutoHotKey komut dosyası için ne var.
Bunu denedim
PRINTSCREEN::Run, c:\windows\system32\SnippingTool.exe
ve bu
PRINTSCREEN::Run, SnippingTool.exe
ve bu
PRINTSCREEN::Run, SnippingTool
Ve tüm bunlar bana temelde dosyayı bulamadığını söyleyen bir hata veriyor, ancak dosya yolu doğru görünüyor, bir pencereye yapıştırabilir ve snipping aracını açar, neden işe yaramayacağına dair herhangi bir fikir var mı?
İşte AHK dosyamın tam kodu ...
;
; AutoHotkey Version: 1.x
; Language: English
; Platform: Win7
; Author: Jason Davis <friendproject@>
;
; Script Function:
; Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
/*
PRINTSCREEN = Will run Windows 7 snipping tool
*/
PRINTSCREEN::Run, c:\windows\system32\SnippingTool.exe
return
%A_WinDir%
yerine%windir%
sahip,#noEnv
devre dışı ortamda.