bind key in gui
how to bind key working in a gui like (shift left click) for selection window , i made the script similar to the selection windows , i am not able to bind the key working in gui and how to remove the bind key
Answers
-
you can customize selection window, refer to the file quickwindowmenu.tcl in scripts folder
do not bind your scripts that conflict with hypermesh defaults (it is possible but sometimes crash)
0 -
0
-
this is my script its work fine , i bind the keys with no 1 2 3 but i want make it work with in gui with double middle click are some some other key
0 -
i am not able to post images , why
0 -
hummm,.. not much understand your ideal
you bind your script with key 1, 2, 3 and they worked fine
you want to bind your script with <Double-B2> but they do not work. because <Double-B2> already bind to graphic internally
0