Registry / utility / vcaesar-keycode

vcaesar-keycode

JSON →
library0.10.1gogounverified

Package keycode provides key code constants and utilities for keyboard input handling.

go get github.com/vcaesar/keycode
INSTALL
IMPORT
SIG · VCAESAR-KEYCODE
V
vcaesar-keycode
utilitygov0.10.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

keycode
✓ github.com/vcaesar/keycode

Print the key code for the 'A' key.

package main import ( "fmt" "github.com/vcaesar/keycode" ) func main() { fmt.Println(keycode.KeyA) // Output: 65 }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.10.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
vcaesar-keycode — go get vcaesar-keycode · libregistry