Update C64-JoyKEY.sc

This commit is contained in:
Jarno Lehtinen 2023-02-13 14:50:48 +02:00 committed by GitHub
parent ab4e369eef
commit 2ed592220c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 6 deletions

View File

@ -38,15 +38,15 @@ end
# example, reset
macroblock
macro 3 -ALL
MAKE LSHIFT
MAKE LALT
MAKE LGUI
MAKE LALT
MAKE LSHIFT
DELAY 50
PRESS LCTRL
DELAY 100
BREAK LGUI
BREAK LALT
DELAY 50
BREAK LSHIFT
CLEAR_ALL
BREAK LALT
BREAK LGUI
endmacro
endblock