These forums are now Read Only. If you have an Acrobat question, ask questions and get help from one of our experts.

Add menu command for Shift + Open

WesAtScottsdale
Registered: Dec 21 2009
Posts: 16

I have vendor app that is changing their software to intercept the Open command to point to their repository. I have a few users that will occasionally need to bypass that and open from disk.
 
Holding down Shift while clicking open allows the user to browse to a local directory. I would like to add that as a menu item/toolbar button, but I'm having trouble locating how to send the Shift + Open command.
 
Can anyone point me in the right direction? I've already added other items to the menu and toolbars so I'm not worried about that at this point.
 
Thanks in advance.
 
WesAtScottsdale

Wes

My Product Information:
Acrobat Pro 9.4.3, Windows
UVSAR
Expert
Registered: Oct 29 2008
Posts: 1357
There is no access to keyboard shortcuts or modifiers via the Acrobat API. You can create new menu items but can't assign them a keypress, or change any of the defaults.
try67
Expert
Registered: Oct 30 2008
Posts: 2398
Maybe with a plugin?

- AcrobatUsers Community Expert - Contact me personally at try6767 [at] gmail [dot] com
Check out my custom-made scripts website: http://try67.blogspot.com

UVSAR
Expert
Registered: Oct 29 2008
Posts: 1357
Yes, plugins can register a keyboard shortcut via the AVMenuItemNew() method - but not scripts.

try67 wrote:
Maybe with a plugin?