KittyKeyboardEventType

Kitty keyboard event-type values used in the second CSI-u parameter field.

Values mirror kitty's "Comprehensive keyboard handling in terminals" protocol: https://sw.kovidgoyal.net/kitty/keyboard-protocol/.

Properties

Link copied to clipboard
const val PRESS: Int = 1

Key press event, the default when no event type subfield is present.

Link copied to clipboard
const val RELEASE: Int = 3

Key release event.

Link copied to clipboard
const val REPEAT: Int = 2

Key repeat event.