Add ctrl_f20_clipboardqr.ahk.

This commit is contained in:
voussoir 2021-08-01 16:12:58 -07:00
parent aa25e1d8d0
commit 0d9b0cf21d
No known key found for this signature in database
GPG key ID: 5F7554F8C26DACCB

8
ctrl_f20_clipboardqr.ahk Normal file
View 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