From b02019e810f601e5a5f58caf9f9593d8b659f41c Mon Sep 17 00:00:00 2001 From: develcookingtest Date: Wed, 20 Mar 2024 16:04:51 +0000 Subject: [PATCH] Dateien nach "autohotkey" hochladen --- autohotkey/win-shutdown.ahk | 5 +++++ autohotkey/win-terminal.ahk | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 autohotkey/win-shutdown.ahk create mode 100644 autohotkey/win-terminal.ahk 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