mirror of
https://github.com/mabam/afpfs-ng-mac-GUI.git
synced 2025-01-02 20:29:39 +00:00
Fix sidebar shortcut for Mavericks and up
This commit is contained in:
parent
88b6bb8eed
commit
802be32814
@ -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
|
||||
|
@ -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.
Binary file not shown.
Before Width: | Height: | Size: 362 B After Width: | Height: | Size: 362 B |
Loading…
Reference in New Issue
Block a user