Skip to content

Key

[Source]

Names for non-text input keys received via TerminalNotify.apply()

primitive val Key

Constructors

create

[Source]

new val create()
: Key val^

Returns


Public Functions

ctrl_A

[Source]

fun box ctrl_A()
: U8 val

Returns


ctrl_B

[Source]

fun box ctrl_B()
: U8 val

Returns


ctrl_C

[Source]

fun box ctrl_C()
: U8 val

Returns


ctrl_D

[Source]

fun box ctrl_D()
: U8 val

Returns


ctrl_E

[Source]

fun box ctrl_E()
: U8 val

Returns


ctrl_F

[Source]

fun box ctrl_F()
: U8 val

Returns


ctrl_G

[Source]

fun box ctrl_G()
: U8 val

Returns


ctrl_H

[Source]

fun box ctrl_H()
: U8 val

Returns


ctrl_I

[Source]

fun box ctrl_I()
: U8 val

Returns


ctrl_J

[Source]

fun box ctrl_J()
: U8 val

Returns


ctrl_K

[Source]

fun box ctrl_K()
: U8 val

Returns


ctrl_L

[Source]

fun box ctrl_L()
: U8 val

Returns


ctrl_M

[Source]

fun box ctrl_M()
: U8 val

Returns


ctrl_N

[Source]

fun box ctrl_N()
: U8 val

Returns


ctrl_O

[Source]

fun box ctrl_O()
: U8 val

Returns


ctrl_P

[Source]

fun box ctrl_P()
: U8 val

Returns


ctrl_Q

[Source]

fun box ctrl_Q()
: U8 val

Returns


ctrl_R

[Source]

fun box ctrl_R()
: U8 val

Returns


ctrl_S

[Source]

fun box ctrl_S()
: U8 val

Returns


ctrl_T

[Source]

fun box ctrl_T()
: U8 val

Returns


ctrl_U

[Source]

fun box ctrl_U()
: U8 val

Returns


ctrl_V

[Source]

fun box ctrl_V()
: U8 val

Returns


ctrl_W

[Source]

fun box ctrl_W()
: U8 val

Returns


ctrl_X

[Source]

fun box ctrl_X()
: U8 val

Returns


ctrl_Y

[Source]

fun box ctrl_Y()
: U8 val

Returns


ctrl_Z

[Source]

fun box ctrl_Z()
: U8 val

Returns


tab

[Source]

fun box tab()
: U8 val

Returns


enter

[Source]

fun box enter()
: U8 val

Returns


escape

[Source]

fun box escape()
: U8 val

Returns


esc

[Source]

fun box esc()
: U8 val

Returns


back_space

[Source]

fun box back_space()
: U8 val

Returns


eq

[Source]

fun box eq(
  that: Key val)
: Bool val

Parameters

  • that: Key val

Returns


ne

[Source]

fun box ne(
  that: Key val)
: Bool val

Parameters

  • that: Key val

Returns