mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2025-01-30 23:00:14 -05:00
Update C64_matrix.sc
This commit is contained in:
parent
89f7a71d5c
commit
955a978803
@ -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ä
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user