connectMoveWords

fun connectMoveWords(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (count: Int) -> Unit): <Error class: unknown class>

The signal is a keybinding which gets emitted when the user initiates moving a word.

The default binding key is Alt+Left/Right Arrow and moves the current selection, or the current word by one word.

Parameters

connectFlags

A combination of ConnectFlags

handler

the Callback to connect. Params: count the number of words to move over