mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-10 17:02:54 +01:00
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:
parent
f6ee9d05bc
commit
d38c58942c
@ -110,7 +110,7 @@
|
||||
<key>key</key>
|
||||
<string>[return]</string>
|
||||
<key>action</key>
|
||||
<string>openFeedInAppBrowser:</string>
|
||||
<string>openInBrowser:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
|
Loading…
Reference in New Issue
Block a user