├── .gitignore ├── CipboardTextTyper.ahk ├── ClipboardTextTyper-start.wav ├── LICENSE ├── README.md └── docs └── Demo.gif /.gitignore: -------------------------------------------------------------------------------- 1 | .vscode/launch.json 2 | -------------------------------------------------------------------------------- /CipboardTextTyper.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andresharpe/ClipboardTextTyper/HEAD/CipboardTextTyper.ahk -------------------------------------------------------------------------------- /ClipboardTextTyper-start.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andresharpe/ClipboardTextTyper/HEAD/ClipboardTextTyper-start.wav -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andresharpe/ClipboardTextTyper/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andresharpe/ClipboardTextTyper/HEAD/README.md -------------------------------------------------------------------------------- /docs/Demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andresharpe/ClipboardTextTyper/HEAD/docs/Demo.gif --------------------------------------------------------------------------------