mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Remove the title from a couple of shortcuts. The shortcuts still work, they just don't show in the discovery view.
This commit is contained in:
@@ -19,8 +19,6 @@
|
||||
<string>goToPreviousUnread:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>title</key>
|
||||
<string>Go to Previous Unread</string>
|
||||
<key>key</key>
|
||||
<string>[uparrow]</string>
|
||||
<key>shiftModifier</key>
|
||||
@@ -29,16 +27,12 @@
|
||||
<string>goToPreviousUnread:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>title</key>
|
||||
<string>Next Unread</string>
|
||||
<key>key</key>
|
||||
<string>+</string>
|
||||
<key>action</key>
|
||||
<string>nextUnread:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>title</key>
|
||||
<string>Next Unread</string>
|
||||
<key>key</key>
|
||||
<string>+</string>
|
||||
<key>shiftModifier</key>
|
||||
|
||||
Reference in New Issue
Block a user