TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
Re: Acrobat comments set review status - any keyboard shortcuts ?
Subject:Re: Acrobat comments set review status - any keyboard shortcuts ? From:Stuart Burnfield <slb -at- westnet -dot- com -dot- au> To:Techwr-l <techwr-l -at- lists -dot- techwr-l -dot- com> Date:Mon, 26 Aug 2013 17:32:00 +0800 (WST)
Hi Monique. This forum thread suggests that you can't directly assign a shortcut like Ctrl-Shift-R to an action, but you can add a custom menu item, then use the accelerator key to that menu item:
Customize Keyboard Shortcuts http://forums.adobe.com/thread/966852
For example, you could add a Review menu under the Tools menu with options such as Rejected, Accepted and Completed. pressing Alt-T-R-R would set the status to Rejected, and so on.
You need to code a couple of lines of JavaScript for each menu item and save it in (I think) the Javascripts folder under your Acrobat installation folder. You need the Acrobat Javascript reference, which lists all the supported commands. This might be it: http://wwwimages.adobe.com/www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/js_api_reference.pdf
Page 72 covers setting the state of a text annotation. ("For a Review state model, the values are Accepted, Rejected, Cancelled, Completed and None. ")