fun <T> ListView<T>.onUserSelect(clickCount: Int = 2, action: (T) -> Unit): Unit
Execute action when the enter key is pressed or the mouse is clicked
clickCount - The number of mouse clicks to trigger the action
clickCount
action - The runnable to execute on select
action