From 7f7a41ff993b4f3002ed4045edd971ac9aedbc4b Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 22 Aug 2021 19:14:59 -0700 Subject: [PATCH] Replace clipboardqr with showqr. --- ctrl_f20_clipboardqr.ahk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctrl_f20_clipboardqr.ahk b/ctrl_f20_clipboardqr.ahk index 3486cee..1413df8 100644 --- a/ctrl_f20_clipboardqr.ahk +++ b/ctrl_f20_clipboardqr.ahk @@ -4,5 +4,5 @@ SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory. ^F20:: FileGetShortcut, D:\cmd\pythonw.lnk, exe -run %exe% D:\git\cmd\clipboardqr.py +run %exe% D:\git\cmd\showqr.py !c Return