Skip to main content
Legend
January 17, 2015
Answered

How to assign an F (function) key as a command shortcut

  • January 17, 2015
  • 1 reply
  • 784 views

Hi, I'm looking to assign a function key (like F10) as part of a command shortcut (ExtendScript). Does anyone know how to do this? Thanks.

Russ

This topic has been closed for replies.
Correct answer JoH

The notation for F-keys is "/F1" to "/F16". I guess that's the same notation as used in FM config files. See also <http://help.adobe.com/en_US/FrameMaker/customize_frame_7.pdf>

1 reply

JoHCorrect answer
Inspiring
January 19, 2015

The notation for F-keys is "/F1" to "/F16". I guess that's the same notation as used in FM config files. See also <http://help.adobe.com/en_US/FrameMaker/customize_frame_7.pdf>

Russ WardAuthor
Legend
January 19, 2015

JoH, that's it. Thank you very much.