cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X

Listing Mapkeys

Dom_CHENTRE
12-Amethyst

Listing Mapkeys

Hello,
I'm wondering if it's possible to extract all mapkeys from a config.pro file and transform it to csv or xls file.
In order to sort all of them (mapkeys keys and descriptions).
I would like to clean all my config.pro files and test.
Thanks !

1 ACCEPTED SOLUTION

Accepted Solutions

Sounds like the "Mapkey Manager.xlsm" from this post might be similar to what you're looking for - https://community.ptc.com/t5/System-Administration/Managing-Many-Mapkeys/td-p/449765.

 

Always be wary of VBA files from the internet though. You can preview the code before enabling the VBA macros using ALT-F11.

View solution in original post

7 REPLIES 7

It is certainly possible to do this with some programming. Why not just use one of the better text editors such as Notepad++ and manipulate the text format directly. There are some customizations for Creo available for Notepad++ which may be helpful to you.

 

https://notepad-plus-plus.org/ 

========================================
Involute Development, LLC
Consulting Engineers
Specialists in Creo Parametric
BenLoosli
23-Emerald II
(To:Dom_CHENTRE)

The configuration files are just plain text files. Any text editor can open the files and you can manipulate the information from there.

Hi,

what about this ... please replay video


Martin Hanák

Thank you, nice and simple solution !

Sounds like the "Mapkey Manager.xlsm" from this post might be similar to what you're looking for - https://community.ptc.com/t5/System-Administration/Managing-Many-Mapkeys/td-p/449765.

 

Always be wary of VBA files from the internet though. You can preview the code before enabling the VBA macros using ALT-F11.

Thanks, 
I can't find how to enable Macro, right now.
But I will look more in detail.

How To Enable Macros in Microsoft Excel [Tutorial] In Excel, you can change the macro security settings to control which macros run and under what circumstances when you open a workbook. For example, you might allow macros to run based on whether they are digitally signed by a trusted developer ...
Top Tags