project restructure with Rust workspaces

This commit is contained in:
Priler 2026-01-04 05:19:47 +05:00
parent 1f03a44f33
commit 6e585dd37d
428 changed files with 19372 additions and 6061 deletions

View file

@ -0,0 +1 @@
FileRecycleEmpty,

View file

@ -0,0 +1 @@
WinMinimizeAll

View file

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

View file

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

View file

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

View file

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

View file

@ -0,0 +1,3 @@
Send {PrintScreen down} ; Press down the PrintScreen key.
Sleep 500 ; Keep it down
Send {Up PrintScreen} ; Release the PrintScreen key.

View file

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