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:
Maurice Parker 2019-09-05 11:29:49 -05:00
parent efd17502e0
commit 8a5ae8c2a8

View File

@ -19,8 +19,6 @@
<string>goToPreviousUnread:</string> <string>goToPreviousUnread:</string>
</dict> </dict>
<dict> <dict>
<key>title</key>
<string>Go to Previous Unread</string>
<key>key</key> <key>key</key>
<string>[uparrow]</string> <string>[uparrow]</string>
<key>shiftModifier</key> <key>shiftModifier</key>
@ -29,16 +27,12 @@
<string>goToPreviousUnread:</string> <string>goToPreviousUnread:</string>
</dict> </dict>
<dict> <dict>
<key>title</key>
<string>Next Unread</string>
<key>key</key> <key>key</key>
<string>+</string> <string>+</string>
<key>action</key> <key>action</key>
<string>nextUnread:</string> <string>nextUnread:</string>
</dict> </dict>
<dict> <dict>
<key>title</key>
<string>Next Unread</string>
<key>key</key> <key>key</key>
<string>+</string> <string>+</string>
<key>shiftModifier</key> <key>shiftModifier</key>