From d38c58942c1cf0f44cdbda9d4ab813426ef06324 Mon Sep 17 00:00:00 2001 From: Martin Nash Date: Tue, 26 May 2020 22:11:33 -0700 Subject: [PATCH 1/2] Fix issue where pressing the [return] key with an article highlighted would not open that article in the browser. KeyboardShortcut was calling a selector that didn't exist in the macOS app. --- Shared/Resources/GlobalKeyboardShortcuts.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Resources/GlobalKeyboardShortcuts.plist b/Shared/Resources/GlobalKeyboardShortcuts.plist index 0101a9a6b..b428ee0b5 100644 --- a/Shared/Resources/GlobalKeyboardShortcuts.plist +++ b/Shared/Resources/GlobalKeyboardShortcuts.plist @@ -110,7 +110,7 @@ key [return] action - openFeedInAppBrowser: + openInBrowser: key From 425b48a4e5e4dc35a98fc9e80b6868762d536c0e Mon Sep 17 00:00:00 2001 From: Martin Nash Date: Tue, 26 May 2020 22:12:05 -0700 Subject: [PATCH 2/2] Updated keyboard shortcut title to match title of other shortcuts performing the same action. --- Shared/Resources/GlobalKeyboardShortcuts.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shared/Resources/GlobalKeyboardShortcuts.plist b/Shared/Resources/GlobalKeyboardShortcuts.plist index b428ee0b5..7dab14cf5 100644 --- a/Shared/Resources/GlobalKeyboardShortcuts.plist +++ b/Shared/Resources/GlobalKeyboardShortcuts.plist @@ -106,7 +106,7 @@ title - Open in App Browser + Open in Browser key [return] action