Skip to content

Commit 42c2d87

Browse files
author
Aytackydln
committed
add Alt Keys in InputEvents.ClearHeldModifierKeys()
1 parent 2b41412 commit 42c2d87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Project-Aurora/Project-Aurora/Modules/Inputs/InputEvents.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ private void ClearHeldModifierKeys()
127127
Keys[] modifierKeys =
128128
[
129129
Keys.LWin, Keys.RWin, Keys.LControlKey, Keys.RControlKey,
130-
Keys.LShiftKey, Keys.RShiftKey
130+
Keys.LShiftKey, Keys.RShiftKey, Keys.LMenu, Keys.RMenu
131131
];
132132
foreach (var modifierKey in modifierKeys)
133133
{

0 commit comments

Comments
 (0)