Add autohotkey scripts

This commit is contained in:
Crispy 2022-12-14 13:05:50 +01:00 committed by GitHub
parent 3813419d52
commit 93dc4c94d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 66 additions and 0 deletions

8
windows/stop_calling.ahk Normal file
View file

@ -0,0 +1,8 @@
#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.
^+U::
;Send, UNICODE
return