added files

This commit is contained in:
Nick Leffler 2020-08-25 10:41:59 -04:00
parent 528d10d6f4
commit a5aaff79d3
3 changed files with 6 additions and 0 deletions

1
killTypeClipboard.bat Executable file
View File

@ -0,0 +1 @@
taskkill /IM "typeClipboard.exe" /F

5
typeClipboard.ahk Executable file
View File

@ -0,0 +1,5 @@
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
^q::Send %clipboard%

BIN
typeClipboard.exe Executable file

Binary file not shown.