Skip to content

Instantly share code, notes, and snippets.

@lucasmaurice
Last active May 26, 2023 14:44
Show Gist options
  • Save lucasmaurice/dffce9a281ed81c02f632da14d0b5790 to your computer and use it in GitHub Desktop.
Save lucasmaurice/dffce9a281ed81c02f632da14d0b5790 to your computer and use it in GitHub Desktop.
Paste to keyboard with Auto Hotkey v1: https://www.autohotkey.com/

This script allow you to send from keyboard the content of the clipboard.

The current config will type the content of the clipboard when CTRL+K is pressed.

^k::Sendraw %clipboard%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment