Skip to main content
Participant
August 11, 2011
Question

how to specify Page Up/Down keys in keyboard short cut?

  • August 11, 2011
  • 1 reply
  • 970 views

I'd like to assign Alt-Page Up and Alt-Page Down keys as a keyboard shortcut. How do I specify these and other special keys?

This topic has been closed for replies.

1 reply

Michael_Müller-Hillebrand
Legend
August 12, 2011

nerdoll,

Your question seem to be not related to FrameMaker scripting.

Check out the manual called "Customizing [Frame Products]" available in the FrameMaker Developer Center.

- Michael

nerdollAuthor
Participant
August 12, 2011

thanks for the reference. excerpt:

You represent other special keys with keysyms. A keysym is a keyword that denotes a special key on the
keyboard. Keysyms are always preceded by a forward slash (/). Valid keysyms are Up, Down, Left, Right, Home,
End, PgUp, PgDn, Return, Tab, BkSp, Space, Delete, Insert, F1 through F16, and Escape. For instance, to include
the Tab key as part of a key sequence, you use /Tab.