Skip to content

Commit

Permalink
Update Keybindings in playerOptions.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LSPECTRONIZTAR authored Oct 10, 2024
1 parent 52110da commit 57e8202
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Game Assets/miscellanous/playerOptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,57 +86,57 @@
"name": "osu!standard",
"description": "Reassign key bindings for gameplay actions. Keymapping for osu!standard corresponds to the alternative click keys.",
"optionType": "keymap",
"defaultValue": { "1": "z", "2": "x" }
"defaultValue": { "Left button": ["z", "m1"], "Right button": ["x", "m2"], "Smoke": ["c"] }
},
{
"name": "osu!taiko",
"optionType": "keymap",
"defaultValue": { "1": "x", "2": "c", "3": "z", "4": "v" }
"defaultValue": { "Left rim": ["d"], "Left center": ["f"], "Right center": ["j"], "Right rim": ["k"] }
},
{
"name": "osu!mania 1K",
"optionType": "keymap",
"defaultValue": { "1": "space" }
"defaultValue": { "Key 1": ["space"] }
},
{
"name": "osu!mania 2K",
"optionType": "keymap",
"defaultValue": { "1": "f", "2": "j" }
"defaultValue": { "Key 1": ["f"], "Key 2": ["j"] }
},
{
"name": "osu!mania 3K",
"optionType": "keymap",
"defaultValue": { "1": "f", "2": "space", "3": "j" }
"defaultValue": { "Key 1": ["f"], "Key 2": ["space"], "Key 3": ["j"] }
},
{
"name": "osu!mania 4K",
"optionType": "keymap",
"defaultValue": { "1": "d", "2": "f", "3": "j", "4": "k" }
"defaultValue": { "Key 1": ["d"], "Key 2": ["f"], "Key 3": ["j"], "Key 4": ["k"] }
},
{
"name": "osu!mania 5K",
"optionType": "keymap",
"defaultValue": { "1": "d", "2": "f", "3": "space", "4": "j", "5": "k" }
"defaultValue": { "Key 1": ["d"], "Key 2": ["f"], "Key 3": ["space"], "Key 4": ["j"], "Key 5": ["k"] }
},
{
"name": "osu!mania 6K",
"optionType": "keymap",
"defaultValue": { "1": "s", "2": "d", "3": "f", "4": "j", "5": "k", "6": "l" }
"defaultValue": { "Key 1": ["s"], "Key 2": ["d"], "Key 3": ["f"], "Key 4": ["j"], "Key 5": ["k"], "Key 6": ["l"] }
},
{
"name": "osu!mania 7K",
"optionType": "keymap",
"defaultValue": { "1": "s", "2": "d", "3": "f", "4": "space", "5": "j", "6": "k", "7": "l" }
"defaultValue": { "Key 1": ["s"], "Key 2": ["d"], "Key 3": ["f"], "Key 4": ["space"], "Key 5": ["j"], "Key 6": ["k"], "Key 7": ["l"] }
},
{
"name": "osu!mania 8K",
"optionType": "keymap",
"defaultValue": { "1": "a", "2": "s", "3": "d", "4": "f", "5": "j", "6": "k", "7": "l", "8": ";" }
"defaultValue": { "Key 1": ["a"], "Key 2": ["s"], "Key 3": ["d"], "Key 4": ["f"], "Key 5": ["j"], "Key 6": ["k"], "Key 7": ["l"], "Key 8": [";"] }
},
{
"name": "osu!mania 9K",
"optionType": "keymap",
"defaultValue": { "1": "a", "2": "s", "3": "d", "4": "f", "5": "space", "6": "j", "7": "k", "8": "l", "9": ";" }
"defaultValue": { "Key 1": ["a"], "Key 2": ["s"], "Key 3": ["d"], "Key 4": ["f"], "Key 5": ["space"], "Key 6": ["j"], "Key 7": ["k"], "Key 8": ["l"], "Key 9": [";"] }
}
]
}

0 comments on commit 57e8202

Please sign in to comment.