Dateien nach "autohotkey" hochladen
This commit is contained in:
parent
6d4feccd62
commit
b02019e810
autohotkey
|
@ -0,0 +1,5 @@
|
|||
;#NoTrayIcon
|
||||
#p::
|
||||
Run, powershell.exe -ExecutionPolicy Bypass -File "C:\Users\ba4ju8\.config\scripts\windows-shutdown.ps1",, Hide
|
||||
return
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
;#NoTrayIcon
|
||||
#q::
|
||||
Run, powershell.exe -NoExit -Command "Set-Location $env:USERPROFILE"
|
||||
return
|
Loading…
Reference in New Issue