Opengist

Explore

  • All gists
  • Topics
  • Users
Give feedback on the new UI Powered by Opengist ⋅ 54ms

user:thomas gists created by user

title:mygist gists with given title

description:sync gists with given description

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

all:systemctl search all fields

Login
a

autohotkey

Recently created Least recently created Recently updated Least recently updated
wthiel

wthiel / SendClipboardAsKeystrokes.ahk

Last active 4 months ago autohotkey

This script sends clipboard text as keystrokes with Ctrl+Shift+V. Useful when native paste doesn't work (e.g. SSH, RDP).

0 0 1
1 ;--------------------------------------------------------------
2 ; This script sends clipboard text as keystrokes with Ctrl+Shift+V.
3 ; Useful when native paste doesn't work (e.g. SSH, RDP).
4 ; Features:
5 ; - Shows a tooltip if the clipboard is empty.
6 ; - Adjustable SetKeyDelay for terminals that need slower input.
7 ; - Does NOT override normal Ctrl+V.
8 ;--------------------------------------------------------------
9
10 ; Adjust key delay here (ms between keys, ms press duration):