force SC to front when opening help file
This commit is contained in:
parent
c70c7531c2
commit
93448e0ee1
|
@ -7,7 +7,9 @@
|
||||||
<key>command</key>
|
<key>command</key>
|
||||||
<string>require_cmd sc3c
|
<string>require_cmd sc3c
|
||||||
sc3c -d "${TM_SELECTED_TEXT:-\"\"}"
|
sc3c -d "${TM_SELECTED_TEXT:-\"\"}"
|
||||||
|
osascript << END
|
||||||
|
tell application "SuperCollider" to activate
|
||||||
|
END
|
||||||
</string>
|
</string>
|
||||||
<key>fallbackInput</key>
|
<key>fallbackInput</key>
|
||||||
<string>none</string>
|
<string>none</string>
|
||||||
|
|
Loading…
Reference in New Issue