Skip to main content
5-Regular Member
September 19, 2023
Solved

please check Mapkey log

  • September 19, 2023
  • 1 reply
  • 1342 views
I am using Creo Parametric Release 10.0 and Datecode10.0.0.0

Hello, I just made below mapkey yesterday. And I want modify it, I want add something between them.....sadly I can't remember how I did it...
can you explain them ??

mapkey ac @MAPKEY_LABELauto color;\
mapkey(continued) ~ Select `main_dlg_cur` `View:ProCmdViewGallery`;\
mapkey(continued) ~ Select `main_dlg_cur` \
mapkey(continued) `ProCmdViewGallery_layoutph.palette_holder.clearAppearance`;\
mapkey(continued) ~ Close `main_dlg_cur` \
mapkey(continued) `ProCmdViewGallery_layoutph.palette_holder.clearAppearance`;\
mapkey(continued) ~ Activate `main_dlg_cur` `clearAllAppearance`;\
mapkey(continued) ~ Activate `UI Message Dialog` `yes`;
    Best answer by tbraxton

    It appears to invoke this command from the GUI.

     

    Clear all apearancesClear all apearances

     

    1 reply

    tbraxton
    22-Sapphire II
    tbraxton22-Sapphire IIAnswer
    22-Sapphire II
    September 19, 2023

    It appears to invoke this command from the GUI.

     

    Clear all apearancesClear all apearances

     

    5-Regular Member
    September 19, 2023

    Thank you for the reply first.. 
    And can I ask you 1 more thing. 

    I want to know what is 

     

    mapkey ac @MAPKEY_LABELauto color;\
    mapkey(continued) ~ Select `main_dlg_cur` `View:ProCmdViewGallery`;\
    mapkey(continued) ~ Close `main_dlg_cur` `View:ProCmdViewGallery`;\
    mapkey(continued) ~ Command `ProCmdViewAppearanceEditor`;\
    mapkey(continued) ~ Select `main_dlg_cur` `View:ProCmdViewGallery`;\
    mapkey(continued) ~ Close `main_dlg_cur` `View:ProCmdViewGallery`;\
    mapkey(continued) ~ Command `ProCmdViewAppearanceEditor`;

     

    I really appreciate your reply

    24-Ruby III
    September 19, 2023

    @YK_TRIONNET_KR wrote:

    Thank you for the reply first.. 
    And can I ask you 1 more thing. 

    I want to know what is 

     

    mapkey ac @MAPKEY_LABELauto color;\
    mapkey(continued) ~ Select `main_dlg_cur` `View:ProCmdViewGallery`;\
    mapkey(continued) ~ Close `main_dlg_cur` `View:ProCmdViewGallery`;\
    mapkey(continued) ~ Command `ProCmdViewAppearanceEditor`;\
    mapkey(continued) ~ Select `main_dlg_cur` `View:ProCmdViewGallery`;\
    mapkey(continued) ~ Close `main_dlg_cur` `View:ProCmdViewGallery`;\
    mapkey(continued) ~ Command `ProCmdViewAppearanceEditor`;

     

    I really appreciate your reply


    Hi,

    it would be nice from you to run mapkey and then find UI command related to it. It's not difficult and at least you'll learn something yourself.