mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-18 12:28:37 +01:00
Merge branch 'mac-release'
This commit is contained in:
commit
77373c5bc0
@ -82,5 +82,25 @@
|
|||||||
<key>action</key>
|
<key>action</key>
|
||||||
<string>delete:</string>
|
<string>delete:</string>
|
||||||
</dict>
|
</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>
|
</array>
|
||||||
</plist>
|
</plist>
|
||||||
|
Loading…
Reference in New Issue
Block a user