Commands fixes + New commands

This commit is contained in:
Abraham 2023-05-01 04:24:06 +05:00
parent 1ef42e27e2
commit 229d7194a5
60 changed files with 404 additions and 103 deletions

View file

@ -0,0 +1 @@
FileRecycleEmpty,

Binary file not shown.

View file

@ -0,0 +1 @@
WinMinimizeAll

Binary file not shown.

View file

@ -0,0 +1 @@
Send, {Shift down}{Alt}{Shift up}

Binary file not shown.

View file

@ -0,0 +1 @@
Run taskmgr.exe

Binary file not shown.

View file

@ -0,0 +1 @@
DllCall("LockWorkStation")

Binary file not shown.

View file

@ -0,0 +1 @@
Send #v

Binary file not shown.

View file

@ -0,0 +1 @@
Send, #{PrintScreen}

Binary file not shown.

View file

@ -0,0 +1 @@
DllCall("PowrProf\SetSuspendState", "int", 1, "int", 1, "int", 1)

Binary file not shown.