Skip to content

Commit

Permalink
Merge pull request #71730 from reduz/fix-altgr-stuck
Browse files Browse the repository at this point in the history
Fix AltGR getting stuck on Windows right Alt-Tab
  • Loading branch information
akien-mga committed Jan 21, 2023
2 parents c02572d + e01452a commit cbcb770
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/windows/display_server_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3513,6 +3513,7 @@ void DisplayServerWindows::_process_activate_event(WindowID p_window_id, WPARAM
alt_mem = false;
control_mem = false;
shift_mem = false;
gr_mem = false;

// Restore mouse mode.
_set_mouse_mode_impl(mouse_mode);
Expand Down

0 comments on commit cbcb770

Please sign in to comment.