Mapkey for all possible "Edit" commands
- January 31, 2017
- 2 replies
- 7359 views
Hello,
some time ago I created a mapkey to select the command "Edit" for editing for example a feature in a part. It's comfortable, but it would be even more if with it I could also execute the edit for components positioning in assemblies and for internal features of components in assemblies model trees.
Here below (and also attached) a video of what I can/cannot currently do with that mapkey:
(I run it with the a keystroke).
As you can see it gives back error when attempting to run the mapkey within assemblies. I think it's because it had been recorded within a part.
Vice-versa, if I try to record one in an assembly, it doesn't work everywhere. (I suppose it's the selection with right mouse button to be a critical point).
The current mapkey script is this one:
mapkey e @MAPKEY_LABELmodifica;\
mapkey(continued) ~ RButtonArm `main_dlg_cur` `PHTLeft.AssyTree` `node11`;\
mapkey(continued) ~ PopupOver `main_dlg_cur` `ActionMenu` 1 `PHTLeft.AssyTree`;\
mapkey(continued) ~ Open `main_dlg_cur` `ActionMenu`;~ Close `main_dlg_cur` `ActionMenu`;\
mapkey(continued) ~ Activate `main_dlg_cur` `L05Edit`;
Anyone has already done this, or has an idea on how to write a script that fits all the "edit" cases?
Thanks
bye

