Enumeration

TermboxKey

Declaration

enum Termbox.Key

Description

Key values for key and mouse events.

Control-key aliases are available as enum members and mirror termbox2.

Members

TBG_KEY_CTRL_TILDE

Ctrl-tilde key.

  • Value: 0
  • Available since: 0.1
TBG_KEY_CTRL_2

Ctrl-2 key.

  • Value: 0
  • Available since: 0.1
TBG_KEY_CTRL_A

Ctrl-A key.

  • Value: 1
  • Available since: 0.1
TBG_KEY_CTRL_B

Ctrl-B key.

  • Value: 2
  • Available since: 0.1
TBG_KEY_CTRL_C

Ctrl-C key.

  • Value: 3
  • Available since: 0.1
TBG_KEY_CTRL_D

Ctrl-D key.

  • Value: 4
  • Available since: 0.1
TBG_KEY_CTRL_E

Ctrl-E key.

  • Value: 5
  • Available since: 0.1
TBG_KEY_CTRL_F

Ctrl-F key.

  • Value: 6
  • Available since: 0.1
TBG_KEY_CTRL_G

Ctrl-G key.

  • Value: 7
  • Available since: 0.1
TBG_KEY_BACKSPACE

Backspace key.

  • Value: 8
  • Available since: 0.1
TBG_KEY_CTRL_H

Ctrl-H key.

  • Value: 8
  • Available since: 0.1
TBG_KEY_TAB

Tab key.

  • Value: 9
  • Available since: 0.1
TBG_KEY_CTRL_I

Ctrl-I key.

  • Value: 9
  • Available since: 0.1
TBG_KEY_CTRL_J

Ctrl-J key.

  • Value: 10
  • Available since: 0.1
TBG_KEY_CTRL_K

Ctrl-K key.

  • Value: 11
  • Available since: 0.1
TBG_KEY_CTRL_L

Ctrl-L key.

  • Value: 12
  • Available since: 0.1
TBG_KEY_ENTER

Enter key.

  • Value: 13
  • Available since: 0.1
TBG_KEY_CTRL_M

Ctrl-M key.

  • Value: 13
  • Available since: 0.1
TBG_KEY_CTRL_N

Ctrl-N key.

  • Value: 14
  • Available since: 0.1
TBG_KEY_CTRL_O

Ctrl-O key.

  • Value: 15
  • Available since: 0.1
TBG_KEY_CTRL_P

Ctrl-P key.

  • Value: 16
  • Available since: 0.1
TBG_KEY_CTRL_Q

Ctrl-Q key.

  • Value: 17
  • Available since: 0.1
TBG_KEY_CTRL_R

Ctrl-R key.

  • Value: 18
  • Available since: 0.1
TBG_KEY_CTRL_S

Ctrl-S key.

  • Value: 19
  • Available since: 0.1
TBG_KEY_CTRL_T

Ctrl-T key.

  • Value: 20
  • Available since: 0.1
TBG_KEY_CTRL_U

Ctrl-U key.

  • Value: 21
  • Available since: 0.1
TBG_KEY_CTRL_V

Ctrl-V key.

  • Value: 22
  • Available since: 0.1
TBG_KEY_CTRL_W

Ctrl-W key.

  • Value: 23
  • Available since: 0.1
TBG_KEY_CTRL_X

Ctrl-X key.

  • Value: 24
  • Available since: 0.1
TBG_KEY_CTRL_Y

Ctrl-Y key.

  • Value: 25
  • Available since: 0.1
TBG_KEY_CTRL_Z

Ctrl-Z key.

  • Value: 26
  • Available since: 0.1
TBG_KEY_ESC

Escape key.

  • Value: 27
  • Available since: 0.1
TBG_KEY_CTRL_LSQ_BRACKET

Ctrl-left-square-bracket key.

  • Value: 27
  • Available since: 0.1
TBG_KEY_CTRL_3

Ctrl-3 key.

  • Value: 27
  • Available since: 0.1
TBG_KEY_CTRL_4

Ctrl-4 key.

  • Value: 28
  • Available since: 0.1
TBG_KEY_CTRL_BACKSLASH

Ctrl-backslash key.

  • Value: 28
  • Available since: 0.1
TBG_KEY_CTRL_5

Ctrl-5 key.

  • Value: 29
  • Available since: 0.1
TBG_KEY_CTRL_RSQ_BRACKET

Ctrl-right-square-bracket key.

  • Value: 29
  • Available since: 0.1
TBG_KEY_CTRL_6

Ctrl-6 key.

  • Value: 30
  • Available since: 0.1
TBG_KEY_CTRL_7

Ctrl-7 key.

  • Value: 31
  • Available since: 0.1
TBG_KEY_CTRL_SLASH

Ctrl-slash key.

  • Value: 31
  • Available since: 0.1
TBG_KEY_CTRL_UNDERSCORE

Ctrl-underscore key.

  • Value: 31
  • Available since: 0.1
TBG_KEY_SPACE

Space key.

  • Value: 32
  • Available since: 0.1
TBG_KEY_BACKSPACE2

Alternate backspace key.

  • Value: 127
  • Available since: 0.1
TBG_KEY_CTRL_8

Ctrl-8 key.

  • Value: 127
  • Available since: 0.1
TBG_KEY_F1

F1 key.

  • Value: 65535
  • Available since: 0.1
TBG_KEY_F2

F2 key.

  • Value: 65534
  • Available since: 0.1
TBG_KEY_F3

F3 key.

  • Value: 65533
  • Available since: 0.1
TBG_KEY_F4

F4 key.

  • Value: 65532
  • Available since: 0.1
TBG_KEY_F5

F5 key.

  • Value: 65531
  • Available since: 0.1
TBG_KEY_F6

F6 key.

  • Value: 65530
  • Available since: 0.1
TBG_KEY_F7

F7 key.

  • Value: 65529
  • Available since: 0.1
TBG_KEY_F8

F8 key.

  • Value: 65528
  • Available since: 0.1
TBG_KEY_F9

F9 key.

  • Value: 65527
  • Available since: 0.1
TBG_KEY_F10

F10 key.

  • Value: 65526
  • Available since: 0.1
TBG_KEY_F11

F11 key.

  • Value: 65525
  • Available since: 0.1
TBG_KEY_F12

F12 key.

  • Value: 65524
  • Available since: 0.1
TBG_KEY_INSERT

Insert key.

  • Value: 65523
  • Available since: 0.1
TBG_KEY_DELETE

Delete key.

  • Value: 65522
  • Available since: 0.1
TBG_KEY_HOME

Home key.

  • Value: 65521
  • Available since: 0.1
TBG_KEY_END

End key.

  • Value: 65520
  • Available since: 0.1
TBG_KEY_PGUP

Page Up key.

  • Value: 65519
  • Available since: 0.1
TBG_KEY_PGDN

Page Down key.

  • Value: 65518
  • Available since: 0.1
TBG_KEY_ARROW_UP

Up arrow key.

  • Value: 65517
  • Available since: 0.1
TBG_KEY_ARROW_DOWN

Down arrow key.

  • Value: 65516
  • Available since: 0.1
TBG_KEY_ARROW_LEFT

Left arrow key.

  • Value: 65515
  • Available since: 0.1
TBG_KEY_ARROW_RIGHT

Right arrow key.

  • Value: 65514
  • Available since: 0.1
TBG_KEY_BACK_TAB

Back-tab key.

  • Value: 65513
  • Available since: 0.1
TBG_KEY_MOUSE_LEFT

Left mouse button.

  • Value: 65512
  • Available since: 0.1
TBG_KEY_MOUSE_RIGHT

Right mouse button.

  • Value: 65511
  • Available since: 0.1
TBG_KEY_MOUSE_MIDDLE

Middle mouse button.

  • Value: 65510
  • Available since: 0.1
TBG_KEY_MOUSE_RELEASE

Mouse button release.

  • Value: 65509
  • Available since: 0.1
TBG_KEY_MOUSE_WHEEL_UP

Mouse wheel up.

  • Value: 65508
  • Available since: 0.1
TBG_KEY_MOUSE_WHEEL_DOWN

Mouse wheel down.

  • Value: 65507
  • Available since: 0.1