Shortcut.Default

Syntax:

New Shortcut(<Key>, <Alt>, <Control>, <Shift>)

Parameters:

<Key> (required)

Type: Key.
Primary shortcut key.

<Alt> (optional)

Type: Boolean.
True indicates the shortcut includes Alt, otherwise it is False.

<Control> (optional)

Type: Boolean.
True indicates the shortcut includes Control, otherwise it is False.

<Shift> (optional)

Type: Boolean.
True indicates the shortcut includes Shift, otherwise it is False.

Description:

Combines the specified key with the Alt, Control and Shift keys to form shortcuts.

    

1C:Enterprise Developer's Community