1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-07-04 15:26:00 +02:00

Console fixes

This commit is contained in:
Brian Fiete 2024-07-25 11:12:43 +02:00
parent fa015e314d
commit d32c8212a9
3 changed files with 24 additions and 14 deletions

View file

@ -126,7 +126,8 @@ namespace Beefy.widgets
.RWin,
.Alt,
.Control,
.Command:
.Command,
.Shift:
return true;
default:
return false;