Skip to main content
1-Visitor
July 9, 2013
Solved

Is there a shortcut for "Find Next Change" in Arbortext?

  • July 9, 2013
  • 1 reply
  • 1133 views

I apologize for arbortext newbie question, but I don't see a quick option for going through changes in a document. I do not see a toolbar shortcut, key stroke shortcut, or recording a macro option available.

Is file menu "Tools-->Change Tracking-->Find Next Change" only option?

Thanks in advance for help.

    Best answer by JayR

    Found it. Find-->Go To, select Changes

    1 reply

    JayR1-VisitorAuthorAnswer
    1-Visitor
    July 9, 2013

    Found it. Find-->Go To, select Changes

    1-Visitor
    July 9, 2013

    If you search the Editor install tree recursively using a text editor or find tool looking in .acl files for the word "change", you can locate the following alias:

    NextTrackedChange

    Which resolves to:

    change_tracking_find(oid_caret(), oid_caret_pos());

    Either of those could be mapped to a keyboard shortcut you are willing to "steal" from its normal function OR placed more prominently on the Find menu. Search for the "map" command for the first idea and "menu_add" for the second.