docs(adr): 0044 menu system and keyboard shortcuts#111
Merged
Conversation
Propose a consistent menu specification across main, compose, and a new Preferences window; drop placeholder Compose > Tools; move persistent settings out of the View menu and calendar sidebar into Preferences; wire keyboard shortcuts at the window level. Accounts stays accessible from its left-pane button rather than becoming a Preferences section. Rollout is phased: main window cleanup, Preferences window, then the compose window menus and shortcuts, each as its own PR.
The mobile branch ships a parallel shell (MobileShell with MobileAppBar and MobileTabBar) that has no menu bar at all. Add a Mobile chrome subsection that maps each desktop menu item to its mobile equivalent, or notes when there is none, and a consequences bullet making each rollout phase responsible for surfacing the matching mobile action.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Show/Hide Message Pane->Show Message Pane,Threading->Threaded View,Hide Window Decorations->Hide Title Bar).keydownlistener per window, shared dispatch table with menu click handlers so the two cannot drift.Ctrl/Cmdnormalization in one helper.This PR is doc-only. Implementation PRs will reference it.
Test plan