Commands fixes + New commands
This commit is contained in:
parent
1ef42e27e2
commit
229d7194a5
60 changed files with 404 additions and 103 deletions
1
src-tauri/commands/windows/ahk/Empty trash.ahk
Normal file
1
src-tauri/commands/windows/ahk/Empty trash.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
FileRecycleEmpty,
|
||||
BIN
src-tauri/commands/windows/ahk/Empty trash.exe
Normal file
BIN
src-tauri/commands/windows/ahk/Empty trash.exe
Normal file
Binary file not shown.
1
src-tauri/commands/windows/ahk/Roll up windows.ahk
Normal file
1
src-tauri/commands/windows/ahk/Roll up windows.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
WinMinimizeAll
|
||||
BIN
src-tauri/commands/windows/ahk/Roll up windows.exe
Normal file
BIN
src-tauri/commands/windows/ahk/Roll up windows.exe
Normal file
Binary file not shown.
1
src-tauri/commands/windows/ahk/Set language.ahk
Normal file
1
src-tauri/commands/windows/ahk/Set language.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
Send, {Shift down}{Alt}{Shift up}
|
||||
BIN
src-tauri/commands/windows/ahk/Set language.exe
Normal file
BIN
src-tauri/commands/windows/ahk/Set language.exe
Normal file
Binary file not shown.
1
src-tauri/commands/windows/ahk/Task manager open.ahk
Normal file
1
src-tauri/commands/windows/ahk/Task manager open.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
Run taskmgr.exe
|
||||
BIN
src-tauri/commands/windows/ahk/Task manager open.exe
Normal file
BIN
src-tauri/commands/windows/ahk/Task manager open.exe
Normal file
Binary file not shown.
1
src-tauri/commands/windows/ahk/blocking.ahk
Normal file
1
src-tauri/commands/windows/ahk/blocking.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
DllCall("LockWorkStation")
|
||||
BIN
src-tauri/commands/windows/ahk/blocking.exe
Normal file
BIN
src-tauri/commands/windows/ahk/blocking.exe
Normal file
Binary file not shown.
1
src-tauri/commands/windows/ahk/clipboard.ahk
Normal file
1
src-tauri/commands/windows/ahk/clipboard.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
Send #v
|
||||
BIN
src-tauri/commands/windows/ahk/clipboard.exe
Normal file
BIN
src-tauri/commands/windows/ahk/clipboard.exe
Normal file
Binary file not shown.
1
src-tauri/commands/windows/ahk/screenshot.ahk
Normal file
1
src-tauri/commands/windows/ahk/screenshot.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
Send, #{PrintScreen}
|
||||
BIN
src-tauri/commands/windows/ahk/screenshot.exe
Normal file
BIN
src-tauri/commands/windows/ahk/screenshot.exe
Normal file
Binary file not shown.
1
src-tauri/commands/windows/ahk/sleep.ahk
Normal file
1
src-tauri/commands/windows/ahk/sleep.ahk
Normal file
|
|
@ -0,0 +1 @@
|
|||
DllCall("PowrProf\SetSuspendState", "int", 1, "int", 1, "int", 1)
|
||||
BIN
src-tauri/commands/windows/ahk/sleep.exe
Normal file
BIN
src-tauri/commands/windows/ahk/sleep.exe
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue