diff options
Diffstat (limited to '.npehero/controls.json')
-rw-r--r-- | .npehero/controls.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.npehero/controls.json b/.npehero/controls.json new file mode 100644 index 0000000..fd7f0ad --- /dev/null +++ b/.npehero/controls.json @@ -0,0 +1,17 @@ +{ + "LEGACY_STOP": "ESCAPE", + "LANE4": "K", + "LANE1": "F", + "LANE0": "D", + "LANE3": "J", + "LANE2": "SPACE", + "DELETE_NOTE": "DELETE", + "SCROLL_LOCK": "L", + "NOTE_DOWN": "DOWN", + "LEGACY_PRINT": "Q", + "PLAY_PAUSE": "P", + "SELECT_ALL": "S", + "CLEAR_SELECTION": "ESCAPE", + "SELECT_MULTIPLE": "CONTROL", + "NOTE_UP": "UP" +}
\ No newline at end of file |