Key¶
Names for non-text input keys received via TerminalNotify.apply()
primitive val Key
Constructors¶
create¶
new val create()
: Key val^
Returns¶
- Key val^
Public Functions¶
ctrl_A¶
fun box ctrl_A()
: U8 val
Returns¶
- U8 val
ctrl_B¶
fun box ctrl_B()
: U8 val
Returns¶
- U8 val
ctrl_C¶
fun box ctrl_C()
: U8 val
Returns¶
- U8 val
ctrl_D¶
fun box ctrl_D()
: U8 val
Returns¶
- U8 val
ctrl_E¶
fun box ctrl_E()
: U8 val
Returns¶
- U8 val
ctrl_F¶
fun box ctrl_F()
: U8 val
Returns¶
- U8 val
ctrl_G¶
fun box ctrl_G()
: U8 val
Returns¶
- U8 val
ctrl_H¶
fun box ctrl_H()
: U8 val
Returns¶
- U8 val
ctrl_I¶
fun box ctrl_I()
: U8 val
Returns¶
- U8 val
ctrl_J¶
fun box ctrl_J()
: U8 val
Returns¶
- U8 val
ctrl_K¶
fun box ctrl_K()
: U8 val
Returns¶
- U8 val
ctrl_L¶
fun box ctrl_L()
: U8 val
Returns¶
- U8 val
ctrl_M¶
fun box ctrl_M()
: U8 val
Returns¶
- U8 val
ctrl_N¶
fun box ctrl_N()
: U8 val
Returns¶
- U8 val
ctrl_O¶
fun box ctrl_O()
: U8 val
Returns¶
- U8 val
ctrl_P¶
fun box ctrl_P()
: U8 val
Returns¶
- U8 val
ctrl_Q¶
fun box ctrl_Q()
: U8 val
Returns¶
- U8 val
ctrl_R¶
fun box ctrl_R()
: U8 val
Returns¶
- U8 val
ctrl_S¶
fun box ctrl_S()
: U8 val
Returns¶
- U8 val
ctrl_T¶
fun box ctrl_T()
: U8 val
Returns¶
- U8 val
ctrl_U¶
fun box ctrl_U()
: U8 val
Returns¶
- U8 val
ctrl_V¶
fun box ctrl_V()
: U8 val
Returns¶
- U8 val
ctrl_W¶
fun box ctrl_W()
: U8 val
Returns¶
- U8 val
ctrl_X¶
fun box ctrl_X()
: U8 val
Returns¶
- U8 val
ctrl_Y¶
fun box ctrl_Y()
: U8 val
Returns¶
- U8 val
ctrl_Z¶
fun box ctrl_Z()
: U8 val
Returns¶
- U8 val
tab¶
fun box tab()
: U8 val
Returns¶
- U8 val
enter¶
fun box enter()
: U8 val
Returns¶
- U8 val
escape¶
fun box escape()
: U8 val
Returns¶
- U8 val
esc¶
fun box esc()
: U8 val
Returns¶
- U8 val
back_space¶
fun box back_space()
: U8 val
Returns¶
- U8 val
eq¶
fun box eq(
that: Key val)
: Bool val
Parameters¶
- that: Key val
Returns¶
- Bool val
ne¶
fun box ne(
that: Key val)
: Bool val
Parameters¶
- that: Key val
Returns¶
- Bool val