We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3acb00f commit 691ca9fCopy full SHA for 691ca9f
OSL Programs/apps/System/Shortcut_Opener.osl
@@ -1,5 +1,9 @@
1
file "open" passed_data "onlyaccess"
2
-file "get" 4
3
-file "open" data.str
4
-file "start"
+file "open" fileGet(4).toStr()
+
+wc = window_create_data
5
+wc.passed_data = wc.forward_passed_data
6
+void wc.delete("forward_passed_data")
7
8
+file "start" wc
9
window "stop"
0 commit comments