Get rid of Brackets in an Annotation with mapkey
Hi everyone,
i have a bunch of drawings with annotations, which have text between brackets. example: (hallo)
Now i want to delete all the brackets in all Annotations. example: hallo
So i tried to use mapkeys to save me time. But Creo doesn't record the keystroke (backspace or delete), which i use to get rid of the bracket, it records the undeleted text. When i use the mapkey Creo just records the text in the mapkey. Here is a Snippet out of the Mapkey for better understanding
mapkey(continued) ~ Command `ProCmdEditProperties@PopupMenuGraphicWinStack` ;\ mapkey(continued) ~ Update `note_text_asynch` `txt_note_text` `hallo)`;\ mapkey(continued) ~ FocusOut `note_text_asynch` `txt_note_text`;\
So my question is, how can i record keystrokes in an mapkey or is there another way to delete (semi-)automatic brackets around text in an annotation?!
Thank you!

