Skip to main content
13-Aquamarine
January 2, 2013
Question

mapkeys for multiple modes

  • January 2, 2013
  • 11 replies
  • 2564 views
Anyone know of another way to do this?

Orginally I created mapkeys like this:
mapkey af @MAPKEY_LABELAll Datums Off;\
~ Activate `main_dlg_cur` \
`igToolbar_AncestorIGT_IGT_GRP_inh407412841.proe_win|.mcs29658718_mp|select_\
all_check` 0;\

mapkey ao @MAPKEY_LABELAll Datums On;\
~ Activate `main_dlg_cur` \
`igToolbar_AncestorIGT_IGT_GRP_inh407412841.proe_win|.mcs29658718_mp|select_\
all_check` 1;\

You will notice hi-lited in yellow it shows the Mode that you are in when you recorded the mapkey. It will not work in other modes.

The fix requires adding additional lines so this works in part, assy, and drawing modes. I'd prefer not to have to do this. I'd like the mapkey to work in any mode. Any ideas?

mapkey af @MAPKEY_LABELAll Datums Off;\
~ Activate `main_dlg_cur` \
`igToolbar_AncestorIGT_IGT_GRP_inh407412841.proe_win|.mcs29658718_mp|select_\
all_check` 0;\
~ Activate `main_dlg_cur` \
`igToolbar_AncestorIGT_IGT_GRP_inh396938342.proe_win|.mcs29658718_mp|select_\
all_check` 0;\
~ Activate `main_dlg_cur` \
`igToolbar_AncestorIGT_IGT_GRP_inh397369119.proe_win|.mcs29658718_mp|select_\
all_check` 0;

mapkey ao @MAPKEY_LABELAll Datums On;\
~ Activate `main_dlg_cur` \
`igToolbar_AncestorIGT_IGT_GRP_inh407412841.proe_win|.mcs29658718_mp|select_\
all_check` 1;\
~ Activate `main_dlg_cur` \
`igToolbar_AncestorIGT_IGT_GRP_inh396938342.proe_win|.mcs29658718_mp|select_\
all_check` 1;\
~ Activate `main_dlg_cur` \
`igToolbar_AncestorIGT_IGT_GRP_inh397369119.proe_win|.mcs29658718_mp|select_\
all_check` 1;



David Haigh
Phone: 925-424-3931
Fax: 925-423-7496
Lawrence Livermore National Lab
7000 East Ave, L-362
Livermore, CA 94550


This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread. You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist.

11 replies

davehaigh13-AquamarineAuthor
13-Aquamarine
January 4, 2013
Darrin,
So since the conversation had digressed to extra configs, I only posted the extra configs I have. I didn't say how I use them.

So here's the deal. In my config.pro that gets loaded when ProE starts, fix drawing dependency is turned off. I have added menus in WildFire 4 that the users can select if they have a drawing dependency issue. That menu loads the config file which changes the behavior of ProE, and allows them to then fix the dependency problem. Then they can set it back to off using the other menu.

David Haigh