mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-08 19:48:20 +02:00
IsModifier updates
This commit is contained in:
parent
043bbb07d4
commit
d48274694e
1 changed files with 4 additions and 0 deletions
|
@ -125,7 +125,11 @@ namespace Beefy.widgets
|
||||||
case .LWin,
|
case .LWin,
|
||||||
.RWin,
|
.RWin,
|
||||||
.Alt,
|
.Alt,
|
||||||
|
.LAlt,
|
||||||
|
.RAlt,
|
||||||
.Control,
|
.Control,
|
||||||
|
.LCtrl,
|
||||||
|
.RCtrl,
|
||||||
.Command,
|
.Command,
|
||||||
.Shift:
|
.Shift:
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue