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