diff --git a/Thoughts/ThoughtsCommands.swift b/Thoughts/ThoughtsCommands.swift index 0950a07..a6a1ff9 100644 --- a/Thoughts/ThoughtsCommands.swift +++ b/Thoughts/ThoughtsCommands.swift @@ -39,6 +39,7 @@ struct ThoughtsCommands: Commands { applicationModel.toggleFocus() } } + .keyboardShortcut("t") } }