Skip to content

docs: add workstation-v0 macOS shortcut map contract#127

Closed
mdheller with Copilot wants to merge 2 commits into
mainfrom
copilot/add-macos-shortcut-map-contract
Closed

docs: add workstation-v0 macOS shortcut map contract#127
mdheller with Copilot wants to merge 2 commits into
mainfrom
copilot/add-macos-shortcut-map-contract

Conversation

Copilot AI commented May 2, 2026

Copy link
Copy Markdown
Contributor

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.sh and mac-defaults.sh, tabulated with GNOME slot and owning helper:

    Shortcut Action Enforced by
    Super+Space SourceOS palette palette-hotkey.sh
    Super+E Files (Nautilus) mac-defaults.sh
    Super+Return Terminal mac-defaults.sh
    Super+Shift+3–6 Screenshots / folder mac-defaults.sh
  • Proposed / future bindings (non-active) — standard macOS Cmd-key equivalents (copy/paste/cut/undo/close/quit/app-switch/window-switch) explicitly marked future with 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.md

Cross-reference to the new shortcut-map document added to "Related docs".

Validation

# Both commands from the issue pass
test -s docs/workstation/shortcut-map.md
grep -R "Super+Shift+3" docs/workstation profiles/linux-dev/workstation-v0/gnome

Copilot AI linked an issue May 2, 2026 that may be closed by this pull request
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
Copilot AI requested a review from mdheller May 2, 2026 18:49
@mdheller mdheller marked this pull request as ready for review May 3, 2026 01:54

mdheller commented May 5, 2026

Copy link
Copy Markdown
Contributor

Replay review:

This PR is useful but non-mergeable against current main; do not merge stale history.

Preserve the useful content:

  • a bounded workstation-v0 shortcut contract;
  • explicit separation of active GNOME bindings from proposed/future macOS-style bindings;
  • validation coverage for the active bindings and helper references.

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.

@mdheller

Copy link
Copy Markdown
Contributor

Superseded: the workstation-v0 work on this branch was reimplemented directly on main (several of these files were updated on main as recently as 2026-06-20, after this PR opened). Merging now would regress newer content. Closing as superseded — the branch is preserved and can be reopened or cherry-picked anytime. Note: this branch also adds a net-new file tests/workstation-shortcut-map-contract.nix that is not on main — cherry-pick from branch copilot/add-macos-shortcut-map-contract if you still want it.

@mdheller mdheller closed this Jun 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

workstation-v0: define macOS shortcut map contract

2 participants