Created
February 28, 2025 15:12
-
-
Save aderumier/fefb3a37edf4eac2ab9426f9f9cb1e83 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "actions_player1": [ | |
| { | |
| "trigger": ["hotkey", "start"], | |
| "type": "key", | |
| "target": [ "KEY_LEFTALT", "KEY_F4" ] | |
| }, | |
| { | |
| "trigger": "start", | |
| "type": "key", | |
| "target": "KEY_1" | |
| }, | |
| { | |
| "trigger": "select", | |
| "type": "key", | |
| "target": "KEY_S" | |
| } | |
| ] | |
| ,"actions_gun1": [ | |
| { | |
| "trigger": "middle", | |
| "type": "key", | |
| "target": "KEY_1" | |
| }, | |
| { | |
| "trigger": "1", | |
| "type": "key", | |
| "target": "KEY_3" | |
| }, | |
| { | |
| "trigger": ["left", "right", "middle"], | |
| "type": "key", | |
| "hold": 2.0, | |
| "target": [ "KEY_LEFTALT", "KEY_F4" ], | |
| "description": "Exit emulator" | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment