onAccelEdited

fun onAccelEdited(    connectFlags: <Error class: unknown class> = ConnectFlags(0u),     handler: (pathString: String, <Error class: unknown class>, <Error class: unknown class>, <Error class: unknown class>) -> Unit): <Error class: unknown class>(source)

Gets emitted when the user has selected a new accelerator.

Parameters

connectFlags

a combination of ConnectFlags

handler

the Callback to connect. Params: pathString the path identifying the row of the edited cell; accelKey the new accelerator keyval; accelMods the new accelerator modifier mask; hardwareKeycode the keycode of the new accelerator