Merge pull request #998 from hisaac/mac-release

Add command arrow key shortcuts to sidebar shortcuts plist
This commit is contained in:
Maurice Parker 2019-09-08 13:02:58 -05:00 committed by GitHub
commit 0961753357
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>