Add plists defining global and sidebar keyboard shortcuts.
This commit is contained in:
parent
035702d403
commit
b0fc2e7391
|
@ -0,0 +1,94 @@
|
|||
<?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>
|
||||
<key>key</key>
|
||||
<string>[space]</string>
|
||||
<key>action</key>
|
||||
<string>scrollOrGoToNextUnread:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<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>
|
||||
<string>[downarrow]</string>
|
||||
<key>shiftModifier</key>
|
||||
<true/>
|
||||
<key>action</key>
|
||||
<string>nextUnread:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<string>r</string>
|
||||
<key>action</key>
|
||||
<string>markRead:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<string>k</string>
|
||||
<key>action</key>
|
||||
<string>markAllAsRead:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<string>m</string>
|
||||
<key>action</key>
|
||||
<string>markUnreadAndGoToNextUnread:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<string>u</string>
|
||||
<key>action</key>
|
||||
<string>markUnread:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<string>b</string>
|
||||
<key>action</key>
|
||||
<string>openInBrowser:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<string>[return]</string>
|
||||
<key>action</key>
|
||||
<string>openInBrowser:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<string>[enter]</string>
|
||||
<key>action</key>
|
||||
<string>openInBrowser:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<string>a</string>
|
||||
<key>action</key>
|
||||
<string>goToPreviousSubscription:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<string>z</string>
|
||||
<key>action</key>
|
||||
<string>goToNextSubscription:</string>
|
||||
</dict>
|
||||
</array>
|
||||
</plist>
|
|
@ -0,0 +1,84 @@
|
|||
<?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>
|
||||
<key>key</key>
|
||||
<string>,</string>
|
||||
<key>action</key>
|
||||
<string>sidebarCollapse:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<string>[leftarrow]</string>
|
||||
<key>action</key>
|
||||
<string>sidebarCollapse:</string>
|
||||
<key>commandModifier</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<string>.</string>
|
||||
<key>action</key>
|
||||
<string>sidebarExpand:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<string>[rightarrow]</string>
|
||||
<key>action</key>
|
||||
<string>sidebarExpand:</string>
|
||||
<key>commandModifier</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<string>;</string>
|
||||
<key>action</key>
|
||||
<string>sidebarCollapseAll:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<string>[leftarrow]</string>
|
||||
<key>action</key>
|
||||
<string>sidebarCollapseAll:</string>
|
||||
<key>commandModifier</key>
|
||||
<true/>
|
||||
<key>optionModifier</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<string>'</string>
|
||||
<key>action</key>
|
||||
<string>sidebarExpandAll:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<string>[rightarrow]</string>
|
||||
<key>action</key>
|
||||
<string>sidebarExpandAll:</string>
|
||||
<key>commandModifier</key>
|
||||
<true/>
|
||||
<key>optionModifier</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<string>[rightarrow]</string>
|
||||
<key>action</key>
|
||||
<string>navigateToTimeline:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<string>[delete]</string>
|
||||
<key>action</key>
|
||||
<string>delete:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>key</key>
|
||||
<string>[deletefunction]</string>
|
||||
<key>action</key>
|
||||
<string>delete:</string>
|
||||
</dict>
|
||||
</array>
|
||||
</plist>
|
Loading…
Reference in New Issue