FluidInputAction

Default input actions one can listen to.

Values

ValueMeaning
press

Press the input. Used for example to activate buttons.

submit

Submit input, eg. finish writing in textInput.

cancel

Cancel the input.

focusPrevious

Focus previous input.

focusNext

Focus next input.

focusLeft

Focus input on the left.

focusRight

Focus input on the right.

focusUp

Focus input above.

focusDown

Focus input below.

backspace

Erase last character in an input.

backspaceWord

Erase last a word in an input.

entryPrevious

Navigate to the previous list entry.

entryNext

Navigate to the next list entry.

entryUp

Navigate up in a tree, eg. in the file picker.

scrollLeft

Scroll left a bit.

scrollRight

Scroll right a bit.

scrollUp

Scroll up a bit.

scrollDown

Scroll down a bit

pageLeft

Scroll left by a page. Unbound by default.

pageUp

Scroll up by a page.

pageDown

Scroll down by a page.

Meta