AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 2 matches
AutoHotkey Community Forum Index
Author Message
  Topic: 'Custom Hotkeys' as correct 'chord' behavior?
cheek

Replies: 1
Views: 169

PostForum: Ask for Help   Posted: Wed Apr 08, 2009 3:41 am   Subject: 'Custom Hotkeys' as correct 'chord' behavior?
Hi,

I wrote the little script today:


LButton::SendInput {LButton down}
LButton UP::SendInput {LButton up}
~LButton & RButton::SendInput { ...
  Topic: 'send ^v' does not always paste correct clipboard contents
cheek

Replies: 1
Views: 133

PostForum: Ask for Help   Posted: Wed Apr 01, 2009 8:58 pm   Subject: 'send ^v' does not always paste correct clipboard contents
Im seeing some strange behavior trying to automate a paste operation to send a large volume of text at once. I am using essentially


Clipboard = [LARGE TEXT]
Send ^v


and seeing the t ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group