App architecture modifications.

Now GUI and the app itself is divided into two different binaries.
The app also provides system tray icon.
Whereas the GUI can be used to configure the app.
This commit is contained in:
Abraham 2023-06-11 19:17:50 +05:00
parent ea489d5719
commit 1323505b0a
232 changed files with 5059 additions and 8081 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,3 @@
Send {PrintScreen down} ; Press down the PrintScreen key.
Sleep 500 ; Keep it down
Send {Up PrintScreen} ; Release the PrintScreen key.

Binary file not shown.

View file

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

Binary file not shown.