The following actions can be triggered via keyboard shortcuts. The provided Array of Ints for each action defines an array of keyboard keycodes that will cause the associated action to trigger.

Properties

selectionUp:Null<Array<Int>>

Moves the selection up in the list. Default: [38] (Up arrow key)

selectionDown:Null<Array<Int>>

Moves the selection down in the list. Default: [40, 9] (Down arrow, tab)

selectionChoose:Null<Array<Int>>

Chooses the currently-selected item. Default: [13] (Enter key)

closeMenu:Null<Array<Int>>

Causes the suggestion list to close. Default: [27] (Escape key)