mirror of
https://github.com/ppy/osu.git
synced 2025-01-27 19:35:15 +08:00
Initialise new key bindings with a primary key
This commit is contained in:
parent
845d5cdea2
commit
ee6a26bd6e
@ -50,6 +50,7 @@ namespace osu.Game.Input
|
|||||||
// insert any defaults which are missing.
|
// insert any defaults which are missing.
|
||||||
usage.Context.Add(new RealmKeyBinding
|
usage.Context.Add(new RealmKeyBinding
|
||||||
{
|
{
|
||||||
|
ID = Guid.NewGuid().ToString(),
|
||||||
KeyBinding = new KeyBinding
|
KeyBinding = new KeyBinding
|
||||||
{
|
{
|
||||||
KeyCombination = insertable.KeyCombination,
|
KeyCombination = insertable.KeyCombination,
|
||||||
|
Loading…
Reference in New Issue
Block a user