Update C64_matrix.sc

This commit is contained in:
Jarno Lehtinen 2019-03-26 17:29:01 +02:00 committed by GitHub
parent 89f7a71d5c
commit 955a978803
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 22 deletions

View File

@ -21,29 +21,26 @@ matrix
end end
# arrow left = BACK_QUOTE (section/fraction) # arrow left = BACK_QUOTE (section/fraction)
# pound = INSERT # pound (£) = INSERT
# restore = PAGE_UP # restore = PAGE_UP
# run/stop = ESC # run/stop = ESC
# commodore = LCTRL # commodore = LCTRL
# arrow up = DELETE # arrow up = DELETE
# asterisk = RIGHT_BRACE # asterisk (*) = RIGHT_BRACE
# minus = EQUAL # minus (-) = EQUAL
# plus = MINUS # plus (+) = MINUS
# at '@' = LEFT_BRACE # at (@) = LEFT_BRACE
# ctrl = TAB # ctrl = TAB
# lshift = LSHIFT # lshift = LSHIFT
# rshift = RSHIFT # rshift = RSHIFT
# equal = BACKSLASH # equal (=) = BACKSLASH
# colon = SEMICOLON # colon (:) = SEMICOLON
# semicolon = QUOTE # semicolon (;) = QUOTE
macroblock macroblock
macro F7 LCTRL # C= + F7 = F12 macro F7 SHIFT # SHIFT + F7 = F12
PUSH_META CLEAR_META ALL
PRESS F12 PRESS F12
POP_ALL_META CLEAR_ALL
endmacro endmacro
endblock endblock
# +,- ja £, * ja @ shiftillä
#