project restructure with Rust workspaces
This commit is contained in:
parent
1f03a44f33
commit
6e585dd37d
428 changed files with 19372 additions and 6061 deletions
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue