Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/opalmer/robotype
https://github.com/opalmer/robotype
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/opalmer/robotype
- Owner: opalmer
- License: mit
- Created: 2018-02-04T01:12:11.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-04T02:09:21.000Z (almost 7 years ago)
- Last Synced: 2024-10-11T21:21:07.148Z (3 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# About
This is a simple program written in Go which is intended
to act as keyboard input to a dialog windows, text
file, etc. It can ready either from a text file or
from clipboard input.## Initial Use Case
I wrote this because I got a hardware device that can simulate text input as a
HID device and I needed a way to quickly add text macros. Unfortunately, the
UI provided is sub-optimal for large blocks of text and using their SDK would
require more work compared to hacking this together.## Hacking
This program requires [Robot Go](github.com/go-vgo/robotgo). Follows its
instructions for getting it installed. You will not be able to cross-compile
due to the underlying C library dependencies.