Skip to content

Bot de teclado para búsquedas en el navegador web predeterminado

License

Notifications You must be signed in to change notification settings

zeroidentidad/keyboardbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

keyboardbot

Bot de teclado para búsquedas en el navegador web predeterminado.

Las teclas fuera del siguiente conjunto de constantes de caracteres se consideraran disparador de búsqueda. Por defecto Intro o Enter.

const (
	Tilde = iota + 96
	A B C D E F G
	H I J K L M N O
	P Q R S T U V
	W X Y Z
)

const (
	Escape   = 27
	Spacebar = 32
	Hyphen   = 45
	Asterisk = 42
	Plus     = 43
	Slash    = 47
	Dot      = 46
)

const (
	Zero = iota + 48
	One
	Two
	Three
	Four
	Five
	Six
	Seven
	Eight
	Nine
)

const (
	ArrowUp = iota + 65
	ArrowDown
	ArrowRight
	ArrowLeft
)

Captura

captura

Builds para Linux y Windows en ./releases

About

Bot de teclado para búsquedas en el navegador web predeterminado

Topics

Resources

License

Stars

Watchers

Forks