I have a mapkey where the right click button did not work anymore in Creo 10. Mapkey is from Creo 2.
Below I added rules from my trail file: RButtonDisarm...
Only do I need all those numbers after `proe_win`? Or can I clean up my mapkey?
mapkey strt @MAPKEY_NAMEStart;\
mapkey(continued) ~ Activate `main_dlg_cur` `page_Annotate_control_btn` 1;\
mapkey(continued) ~ Command `ProCmdDwgCrSymInstCust` ;\
mapkey(continued) ~ Select `main_dlg_cur` `Symbol:casc343974600`;\
mapkey(continued) ~ Close `main_dlg_cur` `Symbol:casc343974600`;\
mapkey(continued) ~ Command `ProCmdPmaOptSymLib` `PRO_SYMBOL_DIR/basis.sym`;\
mapkey(continued) ~ RButtonArm `main_dlg_cur` `proe_win` 9 1277 670 0 4 1716 811 1920 1080 39712;\
mapkey(continued) ~ Move `main_dlg_cur` `proe_win` 9 1277 670 0 4 1716 811 1920 1080 39722;\
mapkey(continued) ~ Timer `` `` `popupMenuRMBTimerCB`;\
mapkey(continued) ~ RButtonDisarm `main_dlg_cur` `proe_win` 9 1277 670 0 256 1716 811 1920 1080 40165;\
mapkey(continued) ~ Exit `main_dlg_cur` `proe_win` 9 1277 670 0 4 1716 811 1920 1080 40166;\
mapkey(continued) ~ Close `rmb_popup` `PopupMenu`;\
mapkey(continued) ~ Activate `rmb_popup` `Absolute Coordinates`;\
mapkey(continued) ~ Input `coordinputs` `XInputPanel` `0`;\
mapkey(continued) ~ Update `coordinputs` `XInputPanel` `0`;\
mapkey(continued) ~ FocusIn `coordinputs` `YInputPanel`;\
mapkey(continued) ~ Input `coordinputs` `YInputPanel` `0`;\
mapkey(continued) ~ Update `coordinputs` `YInputPanel` `0`;~ Activate `coordinputs` `psh_ok`;
Solved! Go to Solution.
I kept the mapkey as it is. If I remove lines like Move, Timer it does not work anymore.
This doesn't work anymore because between Creo 2 and Creo 10 they changed the symbol UI and mapkeys relating to symbols need to be re-recorded.
To get to the absolute coordinates panel you need to right click after selecting your symbol and that option is in the context menu.
Hi Chris, I adapted the mapkey for Creo 10 so this works for me, I only don't know if I can remove some lines or numbers to make the lines more clean.
Best regards,
You can not remove all of the numbers. I am pretty sure you can remove the move line and the timer line, but you could have to experiment and give it a try.
You might want to read through this:
https://community.ptc.com/t5/System-Administration/Mapkey-Writing-Editing-Tips/td-p/443729
I kept the mapkey as it is. If I remove lines like Move, Timer it does not work anymore.