ZTree.com  | ZEN  | About...  

 Index   Back

[OT] AutoHotKey - I need some help   [OT]

By: Ben Kent       
Date: Jul 09,2018 at 20:36
In Response to: [OT] AutoHotKey - I need some help (Doug Borg)

Doug

Do you have to use the clipboard manager?
Can you disable it, and implement what it does for you in AHK?

If the text you want to paste is in the standard clipboard and it's just you cannot do Ctrl-v

Maybe this will help

SetKeyDelay, 5, 10
Send {Raw}%Clipboard%


or this

nCount := 0
; Escape send key modifiers
sMunged := RegExReplace(Clipboard, "([!#\+\^\{\}])", "{$1}", nCount, -1, 1)
SetKeyDelay, 5, 10
SendEvent %sMunged%
sMunged := ""



Another thought.
Is what is in the clipboard the wrong format for the dialog to accept?

i.e. may use something like http://www.freeclipboardviewer.com/ to see which formats are on the clipboard.


Ben

1,008 views      
Thread locked
 

Messages in this Thread

 
96,631 Postings in 12,230 Threads, 350 registered users, 94 users online (0 registered, 94 guests)
Index | Admin contact |   Forum Time: Mar 19, 2024 - 10:30 am UTC  |  Hits:62,014,848  (12,129 Today )
RSS Feed