2017-12-20 21:55:29 +01:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
|
|
<plist version="1.0">
|
|
|
|
<array>
|
|
|
|
<dict>
|
2019-09-04 11:37:03 +02:00
|
|
|
<key>title</key>
|
|
|
|
<string>Scroll or Go to Next Unread</string>
|
2017-12-20 21:55:29 +01:00
|
|
|
<key>key</key>
|
|
|
|
<string>[space]</string>
|
|
|
|
<key>action</key>
|
|
|
|
<string>scrollOrGoToNextUnread:</string>
|
|
|
|
</dict>
|
2020-07-10 20:33:25 +02:00
|
|
|
<dict>
|
|
|
|
<key>title</key>
|
|
|
|
<string>Scroll or Go to Next Unread</string>
|
|
|
|
<key>key</key>
|
|
|
|
<string>[space]</string>
|
|
|
|
<key>shiftModifier</key>
|
|
|
|
<true/>
|
|
|
|
<key>action</key>
|
|
|
|
<string>scrollUp:</string>
|
|
|
|
</dict>
|
2017-12-20 21:55:29 +01:00
|
|
|
<dict>
|
2019-09-04 11:37:03 +02:00
|
|
|
<key>title</key>
|
|
|
|
<string>Go to Previous Unread</string>
|
2017-12-20 21:55:29 +01:00
|
|
|
<key>key</key>
|
|
|
|
<string>-</string>
|
|
|
|
<key>action</key>
|
|
|
|
<string>goToPreviousUnread:</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>key</key>
|
|
|
|
<string>[uparrow]</string>
|
|
|
|
<key>shiftModifier</key>
|
|
|
|
<true/>
|
|
|
|
<key>action</key>
|
|
|
|
<string>goToPreviousUnread:</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>key</key>
|
|
|
|
<string>+</string>
|
|
|
|
<key>action</key>
|
|
|
|
<string>nextUnread:</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>key</key>
|
2017-12-21 05:51:17 +01:00
|
|
|
<string>+</string>
|
2017-12-20 21:55:29 +01:00
|
|
|
<key>shiftModifier</key>
|
|
|
|
<true/>
|
|
|
|
<key>action</key>
|
|
|
|
<string>nextUnread:</string>
|
|
|
|
</dict>
|
2019-03-19 05:39:18 +01:00
|
|
|
<dict>
|
2019-09-04 11:37:03 +02:00
|
|
|
<key>title</key>
|
|
|
|
<string>Next Unread</string>
|
2019-03-19 05:39:18 +01:00
|
|
|
<key>key</key>
|
|
|
|
<string>n</string>
|
|
|
|
<key>action</key>
|
|
|
|
<string>nextUnread:</string>
|
|
|
|
</dict>
|
2017-12-20 21:55:29 +01:00
|
|
|
<dict>
|
2019-09-04 11:37:03 +02:00
|
|
|
<key>title</key>
|
|
|
|
<string>Mark Read</string>
|
2017-12-20 21:55:29 +01:00
|
|
|
<key>key</key>
|
|
|
|
<string>r</string>
|
|
|
|
<key>action</key>
|
2019-09-30 07:44:32 +02:00
|
|
|
<string>toggleRead:</string>
|
2017-12-20 21:55:29 +01:00
|
|
|
</dict>
|
|
|
|
<dict>
|
2019-09-04 11:37:03 +02:00
|
|
|
<key>title</key>
|
|
|
|
<string>Mark All as Read</string>
|
2017-12-20 21:55:29 +01:00
|
|
|
<key>key</key>
|
|
|
|
<string>k</string>
|
|
|
|
<key>action</key>
|
|
|
|
<string>markAllAsRead:</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
2019-09-04 11:37:03 +02:00
|
|
|
<key>title</key>
|
|
|
|
<string>Mark Unread and Go To Next Unread</string>
|
2017-12-20 21:55:29 +01:00
|
|
|
<key>key</key>
|
|
|
|
<string>m</string>
|
|
|
|
<key>action</key>
|
|
|
|
<string>markUnreadAndGoToNextUnread:</string>
|
|
|
|
</dict>
|
2017-12-21 05:51:17 +01:00
|
|
|
<dict>
|
2019-09-04 11:37:03 +02:00
|
|
|
<key>title</key>
|
|
|
|
<string>Mark All as Read in Timeline and Go To Next Unread</string>
|
2017-12-21 05:51:17 +01:00
|
|
|
<key>key</key>
|
|
|
|
<string>l</string>
|
|
|
|
<key>action</key>
|
2017-12-21 06:23:48 +01:00
|
|
|
<string>markAllAsReadAndGoToNextUnread:</string>
|
2017-12-21 05:51:17 +01:00
|
|
|
</dict>
|
2017-12-25 21:29:13 +01:00
|
|
|
<dict>
|
2019-09-04 11:37:03 +02:00
|
|
|
<key>title</key>
|
|
|
|
<string>Mark Older as Read</string>
|
2017-12-25 21:29:13 +01:00
|
|
|
<key>key</key>
|
|
|
|
<string>o</string>
|
|
|
|
<key>action</key>
|
|
|
|
<string>markOlderArticlesAsRead:</string>
|
|
|
|
</dict>
|
2017-12-20 21:55:29 +01:00
|
|
|
<dict>
|
2019-09-04 11:37:03 +02:00
|
|
|
<key>title</key>
|
|
|
|
<string>Mark Unread</string>
|
2017-12-20 21:55:29 +01:00
|
|
|
<key>key</key>
|
|
|
|
<string>u</string>
|
|
|
|
<key>action</key>
|
2019-09-30 07:44:32 +02:00
|
|
|
<string>toggleRead:</string>
|
2017-12-20 21:55:29 +01:00
|
|
|
</dict>
|
|
|
|
<dict>
|
2019-09-04 11:37:03 +02:00
|
|
|
<key>title</key>
|
|
|
|
<string>Open in Browser</string>
|
2017-12-20 21:55:29 +01:00
|
|
|
<key>key</key>
|
|
|
|
<string>b</string>
|
|
|
|
<key>action</key>
|
|
|
|
<string>openInBrowser:</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
2019-09-04 11:37:03 +02:00
|
|
|
<key>title</key>
|
2020-05-29 17:09:04 +02:00
|
|
|
<string>Open In App Browser</string>
|
2017-12-20 21:55:29 +01:00
|
|
|
<key>key</key>
|
|
|
|
<string>[return]</string>
|
|
|
|
<key>action</key>
|
2020-05-29 15:56:20 +02:00
|
|
|
<string>openInAppBrowser:</string>
|
2017-12-20 21:55:29 +01:00
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>key</key>
|
|
|
|
<string>[enter]</string>
|
|
|
|
<key>action</key>
|
|
|
|
<string>openInBrowser:</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
2019-09-04 11:37:03 +02:00
|
|
|
<key>title</key>
|
|
|
|
<string>Go to Previous Feed</string>
|
2017-12-20 21:55:29 +01:00
|
|
|
<key>key</key>
|
|
|
|
<string>a</string>
|
|
|
|
<key>action</key>
|
|
|
|
<string>goToPreviousSubscription:</string>
|
|
|
|
</dict>
|
|
|
|
<dict>
|
2019-09-04 11:37:03 +02:00
|
|
|
<key>title</key>
|
|
|
|
<string>Go to Next Feed</string>
|
2017-12-20 21:55:29 +01:00
|
|
|
<key>key</key>
|
|
|
|
<string>z</string>
|
|
|
|
<key>action</key>
|
|
|
|
<string>goToNextSubscription:</string>
|
|
|
|
</dict>
|
2019-09-30 07:34:31 +02:00
|
|
|
<dict>
|
|
|
|
<key>key</key>
|
|
|
|
<string>s</string>
|
|
|
|
<key>action</key>
|
|
|
|
<string>toggleStarred:</string>
|
|
|
|
</dict>
|
2020-05-21 06:51:41 +02:00
|
|
|
<dict>
|
|
|
|
<key>key</key>
|
|
|
|
<string>[enter]</string>
|
|
|
|
<key>shiftModifier</key>
|
|
|
|
<true/>
|
|
|
|
<key>action</key>
|
2020-05-22 07:28:21 +02:00
|
|
|
<string>openInBrowserUsingOppositeOfSettings:</string>
|
2020-05-21 06:51:41 +02:00
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>key</key>
|
|
|
|
<string>[return]</string>
|
|
|
|
<key>shiftModifier</key>
|
|
|
|
<true/>
|
|
|
|
<key>action</key>
|
2020-05-22 07:28:21 +02:00
|
|
|
<string>openInBrowserUsingOppositeOfSettings:</string>
|
2020-05-21 06:51:41 +02:00
|
|
|
</dict>
|
|
|
|
<dict>
|
|
|
|
<key>key</key>
|
|
|
|
<string>B</string>
|
|
|
|
<key>shiftModifier</key>
|
|
|
|
<true/>
|
|
|
|
<key>action</key>
|
2020-05-22 07:28:21 +02:00
|
|
|
<string>openInBrowserUsingOppositeOfSettings:</string>
|
2020-05-21 06:51:41 +02:00
|
|
|
</dict>
|
2017-12-20 21:55:29 +01:00
|
|
|
</array>
|
|
|
|
</plist>
|