Used internally by LspTextEditor
to manage signature help requests.
Constructor
Variables
shortcutKey:UInt = Keyboard.SPACE
The key used to trigger signature help, along with the specified modifiers.
See also:
shortcutRequiresAlt:Bool = false
Specifies the value of KeyboardEvent.altKey
is required to
trigger signature help.
See also:
shortcutRequiresCommand:Bool = false
Specifies the value of KeyboardEvent.commandKey
is required to
trigger signature help.
See also:
shortcutRequiresControl:Bool = false
Specifies the value of KeyboardEvent.controlKey
that is required to
trigger signature help.
See also:
shortcutRequiresCtrl:Bool = true
Specifies the value of KeyboardEvent.ctrlKey
is required to
trigger signature help.
See also:
shortcutRequiresShift:Bool = true
Specifies the value of KeyboardEvent.shiftKey
is required to
trigger signature help.
See also: