Skip to content

Commit af96f2a

Browse files
Removed LMENU from the list of extended keys.
1 parent 8690285 commit af96f2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

WindowsInput/InputBuilder.cs

-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ public INPUT this[int position]
8181
public static bool IsExtendedKey(VirtualKeyCode keyCode)
8282
{
8383
if (keyCode == VirtualKeyCode.MENU ||
84-
keyCode == VirtualKeyCode.LMENU ||
8584
keyCode == VirtualKeyCode.RMENU ||
8685
keyCode == VirtualKeyCode.CONTROL ||
8786
keyCode == VirtualKeyCode.RCONTROL ||

0 commit comments

Comments
 (0)