mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 15:31:31 +00:00
Added submodule back in (raw files)
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
REM Locks the screen on macOS
|
||||
REM Provides a quick way to secure your computer when stepping away
|
||||
REM Ensures privacy and data protection
|
||||
|
||||
|
||||
REM Title: Quick Lock Screen
|
||||
REM Author: Narsty
|
||||
REM Target: MacOS
|
||||
REM Version: 1.0
|
||||
REM Category: GOODUSB
|
||||
|
||||
|
||||
ID 05ac:021e Apple:Keyboard
|
||||
DELAY 2000
|
||||
GUI SPACE
|
||||
DELAY 500
|
||||
STRING terminal
|
||||
DELAY 500
|
||||
ENTER
|
||||
DELAY 500
|
||||
STRING echo "Locking Screen..."
|
||||
ENTER
|
||||
DELAY 500
|
||||
GUI-CTRL q
|
||||
ENTER
|
||||
DELAY 1000
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user