termctrl

package
v0.6.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	KeyCharA = 1 + iota
	KeyCharB
	KeyCharC
	KeyCharD
	KeyCharE
	KeyCharF
	KeyCharG
	KeyCharH
	KeyCharI
	KeyCharJ
	KeyCharK
	KeyCharL
	KeyCharM
	KeyCharN
	KeyCharO
	KeyCharP
	KeyCharQ
	KeyCharR
	KeyCharS
	KeyCharT
	KeyCharU
	KeyCharV
	KeyCharW
	KeyCharX
	KeyCharY
	KeyCharZ
	KeyEscape

	KeyLeftBracket  = '['
	KeyRightBracket = ']'
	KeyEnter        = '\r'
	KeyBackspace    = 127

	KeyUnknown = 0xd800 + iota
	KeyUp
	KeyDown
	KeyLeft
	KeyRight
	KeyHome
	KeyEnd
	KeyPasteStart
	KeyPasteEnd
	KeyInsert
	KeyDelete
	KeyPgUp
	KeyPgDn
	KeyPause
	KeyF1
	KeyF2
	KeyF3
	KeyF4
	KeyF5
	KeyF6
	KeyF7
	KeyF8
	KeyF9
	KeyF10
	KeyF11
	KeyF12
)

Giant list of key constants.

Everything above KeyUnknown matches an actual ASCII key value. After that, we have various pseudo-keys in order to represent complex byte sequences that correspond to keys like Page up, Right arrow, etc.

View Source
const (
	KeyCtrl = ' '
	KeyAlt  = ' '
)

TODO ...

Variables

View Source
var PasteEnd = []byte{KeyEscape, '[', '2', '0', '1', '~'}
View Source
var PasteStart = []byte{KeyEscape, '[', '2', '0', '0', '~'}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL