https://github.com/zeroidentidad/keyboardbot
Bot de teclado para búsquedas en el navegador web predeterminado
https://github.com/zeroidentidad/keyboardbot
gobot
Last synced: about 2 months ago
JSON representation
Bot de teclado para búsquedas en el navegador web predeterminado
- Host: GitHub
- URL: https://github.com/zeroidentidad/keyboardbot
- Owner: zeroidentidad
- License: unlicense
- Created: 2023-10-19T21:53:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-20T03:03:44.000Z (over 1 year ago)
- Last Synced: 2025-01-30T11:11:13.417Z (4 months ago)
- Topics: gobot
- Language: Go
- Homepage:
- Size: 3.08 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 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.
```go
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

Builds para Linux y Windows en [./releases](./releases)