Skip to content

Releases: UnsignedCoder/AutoTextInput

Pre-Release v0.1.0: Initial Prototype

Pre-release

Choose a tag to compare

@UnsignedCoder UnsignedCoder released this 08 Jun 01:03

Release v0.1.0: Initial Prototype

This is the first prototype of AutoTextInput. It is for basic functionality testing.

Features

  • Pastes text from the console and types it into the last active window.
  • Typing speed is hardcoded at 250 WPM.

Instructions

  1. Download and run AutoTextInput.exe.
  2. Paste text into the console and press Enter.
  3. The application switches to your previous window and types.
  4. Press Enter on an empty line to exit.

Known Issues

  • The program may not exit cleanly.
  • Windows-only.

Next Steps

  • Refactor for a UI and background processing.
  • Add global hotkeys for capturing clipboard text.
  • Create a system tray icon for access.