You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I mapped the delete key to the Apple II's ← key because I'm used to typing that way on a Mac, but it should probably be mapped to delete by default.
Code is in keyDown: of EmulatorView.mm, but I should add a setting to map it to ←.
The text was updated successfully, but these errors were encountered:
Describe the bug
I mapped the
delete
key to the Apple II's←
key because I'm used to typing that way on a Mac, but it should probably be mapped todelete
by default.Code is in
keyDown:
ofEmulatorView.mm
, but I should add a setting to map it to←
.The text was updated successfully, but these errors were encountered: