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

Disabling keyboard navigation

hillary
Registered: Dec 7 2007
Posts: 2

I need to create a PDF where keyboard navigation (up, down, enter - anything that advances the page) is disabled. Navigation needs to be limited to the links embedded in the document. The original file is a Keynote presentation exported to a PDF. In Acrobat I've tried to write a Javascript disabling certain keyCodes, but have not had any luck. Is there another way to do this or a script that will take care of it? I've looked everywhere.
 
I am on a PC using Acrobat Professional 7.0. The original Keynote file is from a Mac using Keynote 8.0.

My Product Information:
Acrobat Pro 7.0.0, Windows
thomp
Expert
Registered: Feb 15 2006
Posts: 4411
One thing you cannot do with Acrobat is override the user's control of thier own system. This means that you cannot remove any of the regular functions of Acrobat, such as "Save", "NextPage", etc. You can hide the buttons and toolbars, but you can't disable the actual functions. And there's nothing you can do about the shortcut keys.

You're best bet is to set the options in the "Document Properties" for hiding the menus and toolbars.

Thom Parker
The source for PDF Scripting Info
www.pdfscripting.com
Very Important - How to Debug Your Script