Link to home
Start Free TrialLog in
Avatar of oaktrees
oaktrees

asked on

Help With an Auto Hotkey Script Edit

How can this script be altered to EXCLUDE a set of words like "the", to", "and", "from", "for" from the capitalization:

I quickly solved the retyping problem:
+^k:: ; SHIFT+CTRL+K converts text to capitalized
  Clipboard := ""
  SendInput, ^c ;copies selected text
  ClipWait
  StringUpper Clipboard, Clipboard, T ; Title mode conversion
  SendInput %Clipboard%
Return

Thanks!

OT
ASKER CERTIFIED SOLUTION
Avatar of Joe Winograd
Joe Winograd
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of oaktrees
oaktrees

ASKER

EXTREMELY HELPFUL!  EXTREMELY HELPFUL!  EXTREMELY HELPFUL!   J O E ! ! !  You are AH-MAZING!  Take a look at that SCRIPT and how well it works!!  Not just an answer - but an ARTICLE!  Helping not only me, but many others.  Building EE and just REALLY giving a helping hand.  I'm mired in a research project and while somewhat conversant in computers, I'd a NEVER been able to get that right.  Which would have strewn inconsistency across all the data I'm trying to organize.  

Your article lead me to your OTHER many articles!  When I see how much help you're giving to folks I feel grateful and impressed.  Thank you, Joe!
You're welcome, OT, and my thanks back to you for the extremely kind words...very nice to hear! Thanks, too, for the article Endorsement...I'm glad to know that the script is working well for you. Best of luck with your research project. Regards, Joe