assign shortcut in button menu script

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

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
kimarotta's picture

One idea...macroScript

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
)

kimarotta.com.br
3d Artist  

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.