mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Stop capturing arrow keys on Playlist
This commit is contained in:
@ -204,6 +204,9 @@ namespace osu.Game.Screens.OnlinePlay
|
||||
|
||||
public bool OnPressed(KeyBindingPressEvent<GlobalAction> e)
|
||||
{
|
||||
if (!AllowSelection)
|
||||
return false;
|
||||
|
||||
switch (e.Action)
|
||||
{
|
||||
case GlobalAction.SelectNext:
|
||||
|
Reference in New Issue
Block a user