From f5de0b7701c6278f29eb183f848696d0ec953494 Mon Sep 17 00:00:00 2001 From: Jason Morley Date: Thu, 30 May 2024 20:26:14 -1000 Subject: [PATCH] =?UTF-8?q?fix:=20=E2=8C=A8=EF=B8=8F=20Restore=20the=20foc?= =?UTF-8?q?us=20toggle=20functionality=20(#88)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Thoughts/ThoughtsCommands.swift | 1 + 1 file changed, 1 insertion(+) 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") } }