Fix sidebar shortcut for Mavericks and up

This commit is contained in:
mabam 2020-12-19 23:54:18 +01:00
parent 88b6bb8eed
commit 802be32814
4 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ tell application "Finder"
make new folder at "/usr/local/afpfs-ng-mac/link/" as POSIX file with properties {name:"AFP2 Mounts"}
activate
reveal "/usr/local/afpfs-ng-mac/link/AFP2 Mounts" as POSIX file
tell application "System Events" to keystroke "t" using command down
tell application "System Events" to keystroke "t" using {command down, control down}
close window 1
end if
end tell

View File

@ -38,9 +38,9 @@
<key>name</key>
<string>ScriptWindowState</string>
<key>positionOfDivider</key>
<real>346</real>
<real>333</real>
<key>savedFrame</key>
<string>3 129 606 617 0 0 1024 746 </string>
<string>3 149 602 597 0 0 1024 746 </string>
<key>selectedTabView</key>
<string>result</string>
</dict>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 362 B

After

Width:  |  Height:  |  Size: 362 B