Backspace key resets arcade machine when used

You’ll need to disable the system keys (or at least disable the Menu system key). I don’t think there’s a block version of this yet, but here is the code in JavaScript:

keymap.setSystemKeys(0, 0, 0, 0)
1 Like