KittyKeyboardFunctionalKeyCode

Kitty keyboard numeric codes for functional keys in the initial input slice.

Printable Unicode scalar keys use their Unicode codepoint directly. These constants cover the non-printable control-equivalent keys planned for the first Kitty keyboard encoder milestone.

Properties

Link copied to clipboard
const val BACKSPACE: Int = 127

Backspace key.

Link copied to clipboard
const val ENTER: Int = 13

Main Enter key.

Link copied to clipboard
const val ESCAPE: Int = 27

Escape key.

Link copied to clipboard
const val KP_0: Int = 57399

Keypad 0.

Link copied to clipboard
const val KP_1: Int = 57400

Keypad 1.

Link copied to clipboard
const val KP_2: Int = 57401

Keypad 2.

Link copied to clipboard
const val KP_3: Int = 57402

Keypad 3.

Link copied to clipboard
const val KP_4: Int = 57403

Keypad 4.

Link copied to clipboard
const val KP_5: Int = 57404

Keypad 5.

Link copied to clipboard
const val KP_6: Int = 57405

Keypad 6.

Link copied to clipboard
const val KP_7: Int = 57406

Keypad 7.

Link copied to clipboard
const val KP_8: Int = 57407

Keypad 8.

Link copied to clipboard
const val KP_9: Int = 57408

Keypad 9.

Link copied to clipboard
const val KP_ADD: Int = 57413

Keypad addition sign.

Link copied to clipboard
const val KP_BEGIN: Int = 57427

Keypad begin key (center button of 5-keypad).

Link copied to clipboard
const val KP_DECIMAL: Int = 57409

Keypad decimal point.

Link copied to clipboard
const val KP_DIVIDE: Int = 57410

Keypad division sign.

Link copied to clipboard
const val KP_ENTER: Int = 57414

Keypad enter key.

Link copied to clipboard
const val KP_EQUAL: Int = 57415

Keypad equal sign.

Link copied to clipboard
const val KP_MULTIPLY: Int = 57411

Keypad multiplication sign.

Link copied to clipboard
const val KP_SEPARATOR: Int = 57416

Keypad separator.

Link copied to clipboard
const val KP_SUBTRACT: Int = 57412

Keypad subtraction sign.

Link copied to clipboard
const val TAB: Int = 9

Tab key.