docs: add workstation-v0 macOS shortcut map contract#127
Open
docs: add workstation-v0 macOS shortcut map contract#127
Conversation
Agent-Logs-Url: https://github.com/SociOS-Linux/source-os/sessions/dd6cc2b9-ac19-4a2e-9886-6359cf53f15a Co-authored-by: mdheller <21163552+mdheller@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add macOS shortcut map contract for workstation-v0
docs: add workstation-v0 macOS shortcut map contract
May 2, 2026
Member
|
Replay review: This PR is useful but non-mergeable against current Preserve the useful content:
Recommended action: replay this document/test into the fresh workstation acceptance cleanup branch, preferably alongside the canonical acceptance matrix from #129. After that replacement PR is open, close this PR as superseded. |
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.
The workstation-v0 Mac-on-Linux lane lacked a single authoritative document distinguishing currently-enforced GNOME shortcuts from planned macOS-parity bindings, making it unclear what is active vs. aspirational.
Changes
docs/workstation/shortcut-map.md(new)Bounded shortcut contract with two explicit sections:
Active bindings — 7 shortcuts currently enforced by
palette-hotkey.shandmac-defaults.sh, tabulated with GNOME slot and owning helper:Super+Spacepalette-hotkey.shSuper+Emac-defaults.shSuper+Returnmac-defaults.shSuper+Shift+3–6mac-defaults.shProposed / future bindings (non-active) — standard macOS Cmd-key equivalents (copy/paste/cut/undo/close/quit/app-switch/window-switch) explicitly marked
futurewith no backing config entries yet.Validation commands and non-goals section matching issue boundaries.
tests/workstation-shortcut-map-contract.nix(new)Nix smoke test (same pattern as
workstation-mac-defaults-contract.nix) asserting the document exists, all 7 active shortcuts are present, active/future distinction is captured, and all three helper scripts are referenced.docs/workstation/README.mdCross-reference to the new shortcut-map document added to "Related docs".
Validation