Mapkey clutter
Mapkey clutter
(OP)
i know it's out there somewhere. i saw a short guide on reducing un-needed clutter in mapkey definitions for the wildfire* syntax. just trying to reduce my 15 page config.pro. =(
Ed Lee
Sr. Designer
H2Gen
Alexandria, VA





RE: Mapkey clutter
BEFORE:
mapkey mm @MAPKEY_LABELmeasure;\
mapkey(continued) ~ Select `main_dlg_cur` `MenuBar1`1 `Analysis`;\
mapkey(continued) ~ Close `main_dlg_cur` `MenuBar1`;\
mapkey(continued) ~ Activate `main_dlg_cur` `Analysis.psh_analysis_measure`;\
mapkey(continued) ~ Open `measure` `MsrTypeOptions`;~ Close `measure` `MsrTypeOptions`;\
mapkey(continued) ~ Select `measure` `MsrTypeOptions`1 `Distance`;
AFTER:
mapkey mm @MAPKEY_LABELmeasure;\
mapkey(continued) ~ Activate `main_dlg_cur` `Analysis.psh_analysis_measure`;\
mapkey(continued) ~ Open `measure` `MsrTypeOptions`;~ Close `measure` `MsrTypeOptions`;\
mapkey(continued) ~ Select `measure` `MsrTypeOptions`1 `Distance`;
These two lines are basically recording the fact you clicked the 'Analysis' dropdown, but the real command is the 'Analysis.psh_analysis_measure'.
mapkey(continued) ~ Select `main_dlg_cur` `MenuBar1`1 `Analysis`;\
mapkey(continued) ~ Close `main_dlg_cur` `MenuBar1`;\
<tg>
RE: Mapkey clutter
cmdmgr_trail_output YES
However, you will have to remake all your mapkeys.
RE: Mapkey clutter
Here's what I had seen on cleaning up mapkeys:
http://www.proefaq.com/?p=27
<tg>
RE: Mapkey clutter
dgallup, what effect does that switch have exactly? i'll play with it anyway, just want to be aware of any adverse effects.
Ed Lee
Sr. Designer
H2Gen
Alexandria, VA
RE: Mapkey clutter