mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
NativeMenuItem.Gesture is display-only when NativeMenuBar renders the menu inline on Windows/Linux: the managed fallback binds it to MenuItem.InputGesture, which never handles input. Only macOS's system menu bar actually executes its key equivalents, so Ctrl+O, Ctrl+S and F5 showed in the menu but did nothing. The Avalonia docs call this out explicitly: InputGesture only displays the text and must be paired with a KeyBinding for the shortcut to function. Assisted-by: Claude:claude-fable-5:Claude Codepull/4013/head
2 changed files with 76 additions and 0 deletions
Loading…
Reference in new issue