project restructure with Rust workspaces
This commit is contained in:
parent
1f03a44f33
commit
6e585dd37d
428 changed files with 19372 additions and 6061 deletions
1
resources/commands/windows/ahk/Empty trash.ahk
Normal file
1
resources/commands/windows/ahk/Empty trash.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
FileRecycleEmpty,
|
||||
1
resources/commands/windows/ahk/Roll up windows.ahk
Normal file
1
resources/commands/windows/ahk/Roll up windows.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
WinMinimizeAll
|
||||
1
resources/commands/windows/ahk/Set language.ahk
Normal file
1
resources/commands/windows/ahk/Set language.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
Send, {Shift down}{Alt}{Shift up}
|
||||
1
resources/commands/windows/ahk/Task manager open.ahk
Normal file
1
resources/commands/windows/ahk/Task manager open.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
Run taskmgr.exe
|
||||
1
resources/commands/windows/ahk/blocking.ahk
Normal file
1
resources/commands/windows/ahk/blocking.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
DllCall("LockWorkStation")
|
||||
1
resources/commands/windows/ahk/clipboard.ahk
Normal file
1
resources/commands/windows/ahk/clipboard.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
Send #v
|
||||
3
resources/commands/windows/ahk/screenshot.ahk
Normal file
3
resources/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.
|
||||
1
resources/commands/windows/ahk/sleep.ahk
Normal file
1
resources/commands/windows/ahk/sleep.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
DllCall("PowrProf\SetSuspendState", "int", 1, "int", 1, "int", 1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue