Skip to content

Instantly share code, notes, and snippets.

@crmne
Last active July 31, 2020 10:33

Revisions

  1. crmne revised this gist Jul 31, 2020. 1 changed file with 3 additions and 1 deletion.
    4 changes: 3 additions & 1 deletion type_clipboard_contents.ahk
    Original file line number Diff line number Diff line change
    @@ -1 +1,3 @@
    SendRaw, %Clipboard%
    ; Save this script and run it.
    ; Win+Shift+v will type the contents of your clipboard
    #+v::SendRaw, %Clipboard%
  2. crmne created this gist Jul 31, 2020.
    1 change: 1 addition & 0 deletions type_clipboard_contents.ahk
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    SendRaw, %Clipboard%