Add command arrow key shortcuts to sidebar shortcuts plist

This commit is contained in:
Isaac Halvorson 2019-09-08 12:54:26 -05:00
parent 0e7d971e65
commit 8b635fc04c
1 changed files with 20 additions and 0 deletions

View File

@ -70,5 +70,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>