Add ctrl_f20_clipboardqr.ahk.
This commit is contained in:
parent
aa25e1d8d0
commit
0d9b0cf21d
1 changed files with 8 additions and 0 deletions
8
ctrl_f20_clipboardqr.ahk
Normal file
8
ctrl_f20_clipboardqr.ahk
Normal file
|
@ -0,0 +1,8 @@
|
|||
#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.
|
||||
|
||||
^F20::
|
||||
FileGetShortcut, D:\cmd\pythonw.lnk, exe
|
||||
run %exe% D:\git\cmd\clipboardqr.py
|
||||
Return
|
Loading…
Reference in a new issue