1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-24 01:14:51 +08:00

Change osu key bindings

This commit is contained in:
Ethan Yang
2018-07-08 11:47:39 -07:00
Unverified
parent 27311ce1fc
commit 157ca8b2a4
+2 -2
View File
@@ -31,8 +31,8 @@ namespace osu.Game.Rulesets.Osu
public override IEnumerable<KeyBinding> GetDefaultKeyBindings(int variant = 0) => new[]
{
new KeyBinding(InputKey.Z, OsuAction.LeftButton),
new KeyBinding(InputKey.X, OsuAction.RightButton),
new KeyBinding(InputKey.A, OsuAction.LeftButton),
new KeyBinding(InputKey.S, OsuAction.RightButton),
new KeyBinding(InputKey.MouseLeft, OsuAction.LeftButton),
new KeyBinding(InputKey.MouseRight, OsuAction.RightButton),
};