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.

This commit is contained in:
Martin Nash 2020-05-26 22:11:33 -07:00
parent f6ee9d05bc
commit d38c58942c

View File

@ -110,7 +110,7 @@
<key>key</key>
<string>[return]</string>
<key>action</key>
<string>openFeedInAppBrowser:</string>
<string>openInBrowser:</string>
</dict>
<dict>
<key>key</key>