Hide and unhide parts from graphics area selection using cursor
I am on CREO 10.0.7.0 and I want to hide and unhide parts quickly by just pointing my cursor or at least clicking it. I was used to quickly hiding and unhiding parts with Tab and Alt+Tab in SolidWorks without even clicking anything.
I tried H for Hide but it only works when part is selected on the model tree. If I have to go to the model tree, I might as well just right click and select hide.
I tried these mapkeys below found on the community but they only work when selected from model tree. Is there a way to make them work when selected through the graphics area?
mapkey hc @MAPKEY_NAMEhide the selected component;\
mapkey(continued) @MAPKEY_LABELHide Component;~ Command `ProCmdViewHide`;
mapkey uh @MAPKEY_NAMEUn-Hide the selected Component;@MAPKEY_LABELUn-hide;\
mapkey(continued) ~ Command `ProCmdViewShow`;
mapkey spo @MAPKEY_NAMESELECT THE NEXT LEVEL SUB ASSEMBLY;\
mapkey(continued) @MAPKEY_LABELSELECT PARENT;\
mapkey(continued) ~ Timer `UI Desktop` `UI Desktop` `popupMenuRMBTimerCB`;\
mapkey(continued) ~ Close `rmb_popup` `PopupMenu`;~ Activate `rmb_popup` `Selobj_parent`;
mapkey rs @MAPKEY_NAMEReset the view status;@MAPKEY_LABELreset status;\
mapkey(continued) ~ Command `ProCmdViewRestLayStat`;

