Merge pull request #628 from STRML/fix/remove-cmd-number-shortcut

fix: remove Cmd+1..9 company-switch shortcut
This commit is contained in:
Dotta 2026-03-11 21:12:10 -05:00 committed by GitHub
commit c4e64be4bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 22 deletions

View file

@ -1313,7 +1313,7 @@ export function DesignGuide() {
["C", "New Issue (outside inputs)"],
["[", "Toggle Sidebar"],
["]", "Toggle Properties Panel"],
["Cmd+1..9 / Ctrl+1..9", "Switch Company (by rail order)"],
["Cmd+Enter / Ctrl+Enter", "Submit markdown comment"],
].map(([key, desc]) => (
<div key={key} className="flex items-center justify-between px-4 py-2">