From d38c58942c1cf0f44cdbda9d4ab813426ef06324 Mon Sep 17 00:00:00 2001 From: Martin Nash Date: Tue, 26 May 2020 22:11:33 -0700 Subject: [PATCH] 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