added files
This commit is contained in:
parent
528d10d6f4
commit
a5aaff79d3
1
killTypeClipboard.bat
Executable file
1
killTypeClipboard.bat
Executable file
@ -0,0 +1 @@
|
||||
taskkill /IM "typeClipboard.exe" /F
|
5
typeClipboard.ahk
Executable file
5
typeClipboard.ahk
Executable 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
BIN
typeClipboard.exe
Executable file
Binary file not shown.
Loading…
Reference in New Issue
Block a user