1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-08 03:28:20 +02:00

IsModifier updates

This commit is contained in:
Brian Fiete 2025-05-02 11:40:36 -07:00
parent 043bbb07d4
commit d48274694e

View file

@ -125,7 +125,11 @@ namespace Beefy.widgets
case .LWin,
.RWin,
.Alt,
.LAlt,
.RAlt,
.Control,
.LCtrl,
.RCtrl,
.Command,
.Shift:
return true;