Community Tip - You can change your system assigned username to something more personal in your community settings. X
Hi,
I'd like to create a mapkey macro to modify existing view label.
When I create for example a detailed view, the label looks like this:
.. and I'd like modify to this (line wrap, plus remove parenthes)
Without mapkey macro I can do it manually.
I recorded a mapkey for this, but it doesn't do anything.
mapkey vn1 @MAPKEY_LABELView Note Correct 1x;\
mapkey(continued) ~ Move `main_dlg_cur` `NoteEdit` 2 35 35;\
mapkey(continued) ~ Move `main_dlg_cur` `NoteEdit` 2 21 21;\
mapkey(continued) ~ Key `main_dlg_cur` `proe_win` 9 452 250 196608 1024 1519 918 1920 1200 \
mapkey(continued) 29733267 `Del`;\
mapkey(continued) ~ Key `main_dlg_cur` `proe_win` 9 452 250 262144 1024 1519 918 1920 1200 \
mapkey(continued) 29733267 `Left Arrow`;\
mapkey(continued) ~ Key `main_dlg_cur` `proe_win` 9 452 250 262144 1024 1519 918 1920 1200 \
mapkey(continued) 29733267 `Left Arrow`;\
mapkey(continued) ~ Key `main_dlg_cur` `proe_win` 9 452 250 262144 1024 1519 918 1920 1200 \
mapkey(continued) 29733267 `Left Arrow`;\
mapkey(continued) ~ Key `main_dlg_cur` `proe_win` 9 452 250 262144 1024 1519 918 1920 1200 \
mapkey(continued) 29733267 `Left Arrow`;\
mapkey(continued) ~ Key `main_dlg_cur` `proe_win` 9 452 250 262144 1024 1519 918 1920 1200 \
mapkey(continued) 29733267 `Left Arrow`;\
mapkey(continued) ~ Key `main_dlg_cur` `proe_win` 9 452 250 262144 1024 1519 918 1920 1200 \
mapkey(continued) 29733267 `Left Arrow`;\
mapkey(continued) ~ Key `main_dlg_cur` `proe_win` 9 452 250 262144 1024 1519 918 1920 1200 \
mapkey(continued) 29733267 `Left Arrow`;\
mapkey(continued) ~ Key `main_dlg_cur` `proe_win` 9 452 250 262144 1024 1519 918 1920 1200 \
mapkey(continued) 29733267 `Left Arrow`;\
mapkey(continued) ~ Key `main_dlg_cur` `proe_win` 9 452 250 262144 1024 1519 918 1920 1200 \
mapkey(continued) 29733267 `Left Arrow`;\
mapkey(continued) ~ Key `main_dlg_cur` `proe_win` 9 452 250 262144 1024 1519 918 1920 1200 \
mapkey(continued) 29733267 `Left Arrow`;\
mapkey(continued) ~ Key `main_dlg_cur` `proe_win` 9 452 250 524296 1024 1519 918 1920 1200 \
mapkey(continued) 29733267 `Bkspce`;\
mapkey(continued) ~ Key `main_dlg_cur` `proe_win` 9 452 250 851978 1024 1519 918 1920 1200 \
mapkey(continued) 29733267 `Enter`;
Thank you for any help.
Solved! Go to Solution.
Hi,
in Creo 10.0 my mapkey zz works well ... use uploaded file.
Additional info ... https://www.ptc.com/en/support/article/CS378673
Hi,
in Creo 10.0 my mapkey zz works well ... use uploaded file.
Additional info ... https://www.ptc.com/en/support/article/CS378673
wow, this works great, thank you!