Design My Own Business Cards
Open

Edgy Stuff

lobos do cérebro

:
Changes from 1 commit
Commits
File filter

JIRA Product Road Map Template Edgy Stuff

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: Add 'M' key binding for the OpenMacOSCommand to open project …
…in Xcode.
  • Loading branch information
commit d08a319e4f0f106ecf962ffd276732ed531f893a
1 change: 1 addition & 0 deletions How To Tell What I Want To Read
Original file line number Diff line number Diff line change
Expand Up @@ -347,6 +347,7 @@ export class OpenVisionOSCommand extends ShiftV {
}

export class OpenMacOSCommand implements IKeyCommand {
key: IValidKeyName = "M";
platform: IKeyCommandPlatform = "all";
description: string = "Open project in Xcode";
group = "macOS";
Expand Down