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:
parent
ea489d5719
commit
1323505b0a
232 changed files with 5059 additions and 8081 deletions
1
app/commands/windows/ahk/Empty trash.ahk
Normal file
1
app/commands/windows/ahk/Empty trash.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
FileRecycleEmpty,
|
||||
BIN
app/commands/windows/ahk/Empty trash.exe
Normal file
BIN
app/commands/windows/ahk/Empty trash.exe
Normal file
Binary file not shown.
1
app/commands/windows/ahk/Roll up windows.ahk
Normal file
1
app/commands/windows/ahk/Roll up windows.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
WinMinimizeAll
|
||||
BIN
app/commands/windows/ahk/Roll up windows.exe
Normal file
BIN
app/commands/windows/ahk/Roll up windows.exe
Normal file
Binary file not shown.
1
app/commands/windows/ahk/Set language.ahk
Normal file
1
app/commands/windows/ahk/Set language.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
Send, {Shift down}{Alt}{Shift up}
|
||||
BIN
app/commands/windows/ahk/Set language.exe
Normal file
BIN
app/commands/windows/ahk/Set language.exe
Normal file
Binary file not shown.
1
app/commands/windows/ahk/Task manager open.ahk
Normal file
1
app/commands/windows/ahk/Task manager open.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
Run taskmgr.exe
|
||||
BIN
app/commands/windows/ahk/Task manager open.exe
Normal file
BIN
app/commands/windows/ahk/Task manager open.exe
Normal file
Binary file not shown.
1
app/commands/windows/ahk/blocking.ahk
Normal file
1
app/commands/windows/ahk/blocking.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
DllCall("LockWorkStation")
|
||||
BIN
app/commands/windows/ahk/blocking.exe
Normal file
BIN
app/commands/windows/ahk/blocking.exe
Normal file
Binary file not shown.
1
app/commands/windows/ahk/clipboard.ahk
Normal file
1
app/commands/windows/ahk/clipboard.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
Send #v
|
||||
BIN
app/commands/windows/ahk/clipboard.exe
Normal file
BIN
app/commands/windows/ahk/clipboard.exe
Normal file
Binary file not shown.
3
app/commands/windows/ahk/screenshot.ahk
Normal file
3
app/commands/windows/ahk/screenshot.ahk
Normal 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.
|
||||
BIN
app/commands/windows/ahk/screenshot.exe
Normal file
BIN
app/commands/windows/ahk/screenshot.exe
Normal file
Binary file not shown.
1
app/commands/windows/ahk/sleep.ahk
Normal file
1
app/commands/windows/ahk/sleep.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
DllCall("PowrProf\SetSuspendState", "int", 1, "int", 1, "int", 1)
|
||||
BIN
app/commands/windows/ahk/sleep.exe
Normal file
BIN
app/commands/windows/ahk/sleep.exe
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue