diff --git a/autohotkey/win-shutdown.ahk b/autohotkey/win-shutdown.ahk new file mode 100644 index 0000000..d2f7b96 --- /dev/null +++ b/autohotkey/win-shutdown.ahk @@ -0,0 +1,5 @@ +;#NoTrayIcon +#p:: +Run, powershell.exe -ExecutionPolicy Bypass -File "C:\Users\ba4ju8\.config\scripts\windows-shutdown.ps1",, Hide +return + diff --git a/autohotkey/win-terminal.ahk b/autohotkey/win-terminal.ahk new file mode 100644 index 0000000..b0beca0 --- /dev/null +++ b/autohotkey/win-terminal.ahk @@ -0,0 +1,4 @@ +;#NoTrayIcon +#q:: +Run, powershell.exe -NoExit -Command "Set-Location $env:USERPROFILE" +return