Update C64_matrix.sc

This commit is contained in:
Jarno Lehtinen 2024-02-13 20:36:23 +02:00 committed by GitHub
parent df931490dd
commit 1a10fc00ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 8 additions and 6 deletions

View File

@ -37,10 +37,12 @@ end
# colon (:) = SEMICOLON
# semicolon (;) = QUOTE
# macroblock
# macro F7 LSHIFT # LSHIFT + F7 = F12
# PRESS F12
# CLEAR_ALL
# endmacro
# endblock
# circumvent TheC64 LSHIFT-LEFTARROW Menu-problem
macroblock
macro BACK_QUOTE LSHIFT
CLEAR_META LSHIFT
DELAY 100
PRESS PAD_PERIOD
endmacro
endblock