SHORTCUT Property


9.0, PLBCMP GUI Only

 

The SHORTCUT property assigns a short cut key sequence to a menu item. The property uses the following format:

SHORTCUT[={value}]

Note the following:

  1. SHORTCUT may be used in SETPROP or GETPROP statements of a MENUITEM.

  2. {value} is a decimal number, a Numeric Variable, or an Expression. The supported values are:

  3.  

    Value

    Assigned Keys

    0

    none

    1-15

    F1 through F15 function keys.

    16 - 30

    Shifted F1 through 15 function keys

    31-40

    Control 0 through control 9

    41-66

    Control A through control Z

    67-81

    Control F1 though F15 function keys

    82-91

    Control, Shift 0 through 9

    92-117

    Control Shift A through Z

    118-132

    Control Shift F1 through F15

 

See Also: Object Properties, Object IO Instructions, Object Definitions

 



PL/B Language Reference SHIFT Property SHOWCHECKBOX Property