Accelerators

PDF-XChange Viewer SDK for Developer's
(ActiveX and Simple DLL Versions)

Moderators: PDF-XChange Support, Daniel - PDF-XChange, Chris - PDF-XChange, Sean - PDF-XChange, Vasyl - PDF-XChange, Ivan - Tracker Software, Stefan - PDF-XChange

Rad1
User
Posts: 108
Joined: Wed May 13, 2009 2:21 pm

Accelerators

Post by Rad1 »

Hello,

How can I allow some accelerators (Ctrl-C, Ctrl-V) and deny others (Ctrl-O, Ctrl-P,...) ?

Thank you for help.
Corwin - Tracker Sup
User
Posts: 664
Joined: Tue Nov 14, 2006 12:23 pm

Re: Accelerators

Post by Corwin - Tracker Sup »

Using ActiveX you can allow or deny only all accelerators, so you cannot chose what accelerators should work and what not. But you can make needed accelerators in your program, and call appropriate commands in AX component.
Rad1
User
Posts: 108
Joined: Wed May 13, 2009 2:21 pm

Re: Accelerators

Post by Rad1 »

is this possible using JavaScript ??? I develope a web application using JS.
Corwin - Tracker Sup
User
Posts: 664
Joined: Tue Nov 14, 2006 12:23 pm

Re: Accelerators

Post by Corwin - Tracker Sup »

Well you can make your own shortkeys, but they will work only when AX is not in focus. Otherwise AX will "eat" any input messages.
You do not have the required permissions to view the files attached to this post.