Skip to content

Fix menubar focus using Alt on Windows#2521

Merged
msiglreith merged 1 commit intorust-windowing:masterfrom
amrbashir:fix-menubar-focus-windows
Oct 20, 2022
Merged

Fix menubar focus using Alt on Windows#2521
msiglreith merged 1 commit intorust-windowing:masterfrom
amrbashir:fix-menubar-focus-windows

Conversation

@amrbashir
Copy link
Copy Markdown
Contributor

@amrbashir amrbashir commented Oct 19, 2022

  • Tested on all platforms changed
  • Added an entry to CHANGELOG.md if knowledge of this change could be valuable to users
  • Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • Created or updated an example program if it would help users understand this functionality
  • Updated feature matrix, if new features were added or implemented

I am not sure if this is the right fix or not because I am not familiar with the keyboard handling in winit and win32 in general and I actually found this fix by trial and error with keyboard related handling branches.

  1. winit@92fdf5ba
    image

  2. PR@985000e1
    image

@amrbashir amrbashir requested a review from msiglreith as a code owner October 19, 2022 19:26
Copy link
Copy Markdown
Member

@msiglreith msiglreith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, looks reasonable to mirror the WS_SYSKEYDOWN part

@msiglreith msiglreith merged commit 2fb15db into rust-windowing:master Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants