VTermKey

VTerm key codes from libvterm. These correspond to VTermKey enum in vterm.h

Properties

Link copied to clipboard
const val BACKSPACE: Int = 3
Link copied to clipboard
const val DEL: Int = 10
Link copied to clipboard
const val DOWN: Int = 6
Link copied to clipboard
const val END: Int = 12
Link copied to clipboard
const val ENTER: Int = 1
Link copied to clipboard
const val ESCAPE: Int = 4
Link copied to clipboard
const val FUNCTION_0: Int = 256
Link copied to clipboard
const val FUNCTION_1: Int = 257
Link copied to clipboard
const val FUNCTION_10: Int = 266
Link copied to clipboard
const val FUNCTION_11: Int = 267
Link copied to clipboard
const val FUNCTION_12: Int = 268
Link copied to clipboard
const val FUNCTION_2: Int = 258
Link copied to clipboard
const val FUNCTION_3: Int = 259
Link copied to clipboard
const val FUNCTION_4: Int = 260
Link copied to clipboard
const val FUNCTION_5: Int = 261
Link copied to clipboard
const val FUNCTION_6: Int = 262
Link copied to clipboard
const val FUNCTION_7: Int = 263
Link copied to clipboard
const val FUNCTION_8: Int = 264
Link copied to clipboard
const val FUNCTION_9: Int = 265
Link copied to clipboard
const val HOME: Int = 11
Link copied to clipboard
const val INS: Int = 9
Link copied to clipboard
const val KP_0: Int = 512
Link copied to clipboard
const val KP_1: Int = 513
Link copied to clipboard
const val KP_2: Int = 514
Link copied to clipboard
const val KP_3: Int = 515
Link copied to clipboard
const val KP_4: Int = 516
Link copied to clipboard
const val KP_5: Int = 517
Link copied to clipboard
const val KP_6: Int = 518
Link copied to clipboard
const val KP_7: Int = 519
Link copied to clipboard
const val KP_8: Int = 520
Link copied to clipboard
const val KP_9: Int = 521
Link copied to clipboard
const val KP_COMMA: Int = 524
Link copied to clipboard
const val KP_DIVIDE: Int = 527
Link copied to clipboard
const val KP_ENTER: Int = 528
Link copied to clipboard
const val KP_EQUAL: Int = 529
Link copied to clipboard
const val KP_MINUS: Int = 525
Link copied to clipboard
const val KP_MULT: Int = 522
Link copied to clipboard
const val KP_PERIOD: Int = 526
Link copied to clipboard
const val KP_PLUS: Int = 523
Link copied to clipboard
const val LEFT: Int = 7
Link copied to clipboard
const val NONE: Int = 0
Link copied to clipboard
const val PAGEDOWN: Int = 14
Link copied to clipboard
const val PAGEUP: Int = 13
Link copied to clipboard
const val RIGHT: Int = 8
Link copied to clipboard
const val TAB: Int = 2
Link copied to clipboard
const val UP: Int = 5