ScriptSpot

Forum topic · Scripts Wanted

assign shortcut in button menu script

By dussla · 2012-07-05

Description

there is 6 button menu in 1 script
i would like to assign function key in specic button

i found many tut

but i can see 1 fuction key in 1 script only

is there good idea ?

Comments (1)

One idea...macroScript

kimarotta · 2012-07-05

One idea...


macroScript script1	category:"scripts"	buttonText:"script 1"	toolTip:""
(
	---script 1
)
macroScript script2	category:"scripts"	buttonText:"script 2"	toolTip:""
(
	---script 2
)
macroScript script3	category:"scripts"	buttonText:"script 3"	toolTip:""
(
	---script 3
)
macroScript script4	category:"scripts"	buttonText:"script 4"	toolTip:""
(
	---script 4
)
macroScript script5	category:"scripts"	buttonText:"script 5"	toolTip:""
(
	---script 5
)