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