mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Add command arrow key shortcuts to sidebar shortcuts plist
This commit is contained in:
@@ -70,5 +70,25 @@
|
||||
<key>action</key>
|
||||
<string>delete:</string>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>title</key>
|
||||
<string>Expand Selected Row</string>
|
||||
<key>key</key>
|
||||
<string>[rightarrow]</string>
|
||||
<key>action</key>
|
||||
<string>expandSelectedRows:</string>
|
||||
<key>commandModifier</key>
|
||||
<true/>
|
||||
</dict>
|
||||
<dict>
|
||||
<key>title</key>
|
||||
<string>Collapse Selected Row</string>
|
||||
<key>key</key>
|
||||
<string>[leftarrow]</string>
|
||||
<key>action</key>
|
||||
<string>collapseSelectedRows:</string>
|
||||
<key>commandModifier</key>
|
||||
<true/>
|
||||
</dict>
|
||||
</array>
|
||||
</plist>
|
||||
|
||||
Reference in New Issue
Block a user