Skip to content

Instantly share code, notes, and snippets.

@aderumier
Created February 28, 2025 15:12
Show Gist options
  • Select an option

  • Save aderumier/fefb3a37edf4eac2ab9426f9f9cb1e83 to your computer and use it in GitHub Desktop.

Select an option

Save aderumier/fefb3a37edf4eac2ab9426f9f9cb1e83 to your computer and use it in GitHub Desktop.
{
"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