Properties

Link copied to clipboard
open val PointerKeyboardModifiers.isKeyboardMultiSelectionKeyPressed: Boolean

Functions

Link copied to clipboard
abstract fun KeyEvent.edit(): Boolean?

Edit item

Link copied to clipboard
abstract fun KeyEvent.extendSelectionToFirstItem(): Boolean?

Extend Selection to First Node inherited from Move Caret to Text Start with Selection

Link copied to clipboard
abstract fun KeyEvent.extendSelectionToLastItem(): Boolean?

Extend Selection to Last Node inherited from Move Caret to Text End with Selection

Link copied to clipboard
abstract fun KeyEvent.extendSelectionWithNextItem(): Boolean?

Extend Selection with Next Node inherited from Down with Selection

Link copied to clipboard
abstract fun KeyEvent.extendSelectionWithPreviousItem(): Boolean?

Extend Selection with Previous Node inherited from Up with Selection

Link copied to clipboard
abstract fun KeyEvent.scrollPageDownAndExtendSelection(): Boolean?

Scroll Page Down and Extend Selection inherited from Page Down with Selection

Link copied to clipboard
abstract fun KeyEvent.scrollPageDownAndSelectItem(): Boolean?

Scroll Page Down and Select Node inherited from Page Down

Link copied to clipboard
abstract fun KeyEvent.scrollPageUpAndExtendSelection(): Boolean?

Scroll Page Up and Extend Selection inherited from Page Up with Selection

Link copied to clipboard
abstract fun KeyEvent.scrollPageUpAndSelectItem(): Boolean?

Scroll Page Up and Select Node inherited from Page Up

Link copied to clipboard
abstract fun KeyEvent.selectFirstItem(): Boolean?

Select First Node

Link copied to clipboard
abstract fun KeyEvent.selectLastItem(): Boolean?

Select Last Node inherited from Move Caret to Text End

Link copied to clipboard
abstract fun KeyEvent.selectNextItem(): Boolean?

Select Next Node inherited from Down

Link copied to clipboard
abstract fun KeyEvent.selectPreviousItem(): Boolean?

Select Previous Node inherited from Up