AutoHotkey Community
Let's help each other out
FAQ
Search
Memberlist
Register
Profile
Log in to check your private messages
Log in
Search found 2 matches
AutoHotkey Community Forum Index
Author
Message
Topic:
'Custom Hotkeys' as correct 'chord' behavior?
cheek
Replies:
1
Views:
169
Forum:
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
Forum:
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:
Select a forum
AutoHotkey
----------------
Ask for Help
Scripts & Functions
Bug Reports
Wish List
Announcements
General
----------------
Utilities & Resources
General Chat
Powered by
phpBB
© 2001, 2005 phpBB Group