Skip to content

Commit

Permalink
Yolo documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DominikBucher12 committed Mar 7, 2021
1 parent 388dbf6 commit 832d9a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions XTouchBar/Shortcut/Shortcut+Instances.swift
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ extension Shortcut {
modifiers: [.command, .shift, .option],
itemDescription: "Show code review"
)
#warning("No icon, so let's not use it 👌🏻")

static let findAndReplaceInWorkspace = Shortcut(
id: "findAndReplaceInWorkspace:",
key: .F,
Expand All @@ -78,8 +78,9 @@ extension Shortcut {
modifiers: [.command, .shift],
itemDescription: "Open quickly document"
)

// there are 4 different "addDocumentation:" shortcuts: one for playgrounds, one for asset catalog comparison etc.
// how do we handle that???
// but they are same shortcuts :)
static let addDocumentation = Shortcut(
iconData: NSImage(named: "Add Documentation")?.tiffRepresentation,
id: "addDocumentation:",
Expand Down

0 comments on commit 832d9a1

Please sign in to comment.