Skip to content

Commit

Permalink
Fix Super key regression after 8a7111a (#1728)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgutman authored Oct 9, 2023
1 parent da04f97 commit 395d572
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platform/windows/input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -582,6 +582,8 @@ namespace platf {

// https://docs.microsoft.com/en-us/windows/win32/inputdev/about-keyboard-input#keystroke-message-flags
switch (modcode) {
case VK_LWIN:
case VK_RWIN:
case VK_RMENU:
case VK_RCONTROL:
case VK_INSERT:
Expand Down

0 comments on commit 395d572

Please sign in to comment.