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 56 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Indent text anywhere
lehenryjr

Replies: 7
Views: 417

PostForum: Ask for Help   Posted: Wed Apr 20, 2011 11:42 pm   Subject: Indent text anywhere
Hugo, Thanks again…
I did; I tried to pull out all the functions from the TF.AHK, but I didn't know what was out of whack for me… and to be perfectly honest, your code is far exceeds me; I was just ...
  Topic: Indent text anywhere
lehenryjr

Replies: 7
Views: 417

PostForum: Ask for Help   Posted: Wed Apr 20, 2011 3:50 pm   Subject: Indent text anywhere
Hugo,
You're awesome man, but I just can't figure out the processing on what I need to do to get it in to a single file… thanks anyway.

I did another search on the forum for 'wordwrap' and found ...
  Topic: Indent text anywhere
lehenryjr

Replies: 7
Views: 417

PostForum: Ask for Help   Posted: Tue Apr 19, 2011 1:18 pm   Subject: Indent text anywhere
Hugo,
Thanks man… that's a great reference information, but I'm putting efforts in to keeping the whole thing in one file. I see that you can use the file as a great functions reference for other thi ...
  Topic: Indent text anywhere
lehenryjr

Replies: 7
Views: 417

PostForum: Ask for Help   Posted: Sat Apr 16, 2011 2:10 pm   Subject: Indent text anywhere
I'm always indenting text areas where I believe the information needs to be emphasized… mainly in support forums and on peoples blogs, comments area.

I've got a hotkey setup to push text over 5 cha ...
  Topic: Launch Script on Control mouse click
lehenryjr

Replies: 3
Views: 78

PostForum: Ask for Help   Posted: Wed Apr 06, 2011 4:05 pm   Subject: Launch Script on Control mouse click
Awesome! found it thanks…

I hope you have a nice day!
  Topic: Launch Script on Control mouse click
lehenryjr

Replies: 3
Views: 78

PostForum: Ask for Help   Posted: Wed Apr 06, 2011 3:01 pm   Subject: Launch Script on Control mouse click
I'd speculate I'm not using the right search terms, but I'm not able to find an example in the forum on how to launch a hotstring based on a CTRL right-click of the mouse…

And I also need to ensure ...
  Topic: Is there an easier way to do this? Just curious… Percentages
lehenryjr

Replies: 4
Views: 113

PostForum: Ask for Help   Posted: Fri Mar 25, 2011 4:10 pm   Subject: Is there an easier way to do this? Just curious… Percentages
The idea was to change the way the information was presented. Sometimes as I'm typing I forget to do the percent sign, and I like to ensure the presentation consistent; so in instances where I forget, ...
  Topic: Is there an easier way to do this? Just curious… Percentages
lehenryjr

Replies: 4
Views: 113

PostForum: Ask for Help   Posted: Fri Mar 25, 2011 3:28 pm   Subject: Is there an easier way to do this? Just curious… Percentages
I put this in to place to make an attempt to handle formatting percentages, and it works, but I was wondering if there was an easier way to code this?

;; Handle Percentages
:?:0 percent ...
  Topic: [Library] bit.ly API
lehenryjr

Replies: 32
Views: 5823

PostForum: Scripts & Functions   Posted: Sun Feb 20, 2011 2:43 am   Subject: [Library] bit.ly API
This is working fine for me…

#Include bitlyAPI.ahk
#UseHook
#InstallKeybdHook
#Persistent
#Singleinstance force


^!F12::
Clipboard=
send ^c
clipwait
url=%clipboard%
val & ...
  Topic: Question about compiling
lehenryjr

Replies: 25
Views: 3015

PostForum: Ask for Help   Posted: Mon Feb 14, 2011 5:25 pm   Subject: Question about compiling
Can someone paste the [full] current version of this script?
Many thanks...
  Topic: Random Phrase based on hotstring
lehenryjr

Replies: 5
Views: 146

PostForum: Ask for Help   Posted: Thu Oct 28, 2010 9:01 pm   Subject: Random Phrase based on hotstring
Well, this is my finished product. It's what I'll be adding to my file…

The goal was to incorporate it in to my AHK file of other corrections.
This is a perfect addition.

The trigger is 'iai' = ...
  Topic: Random Phrase based on hotstring
lehenryjr

Replies: 5
Views: 146

PostForum: Ask for Help   Posted: Thu Oct 28, 2010 8:46 pm   Subject: Random Phrase based on hotstring
Thanks masterfocus and hugov…
Both great help!
I appreciate your time...
  Topic: Random Phrase based on hotstring
lehenryjr

Replies: 5
Views: 146

PostForum: Ask for Help   Posted: Thu Oct 28, 2010 8:43 pm   Subject: Random Phrase based on hotstring
ah, hell… Thanks — I was using the incorrect syntax.
Sheez..

Thanks for your time...
  Topic: Random Phrase based on hotstring
lehenryjr

Replies: 5
Views: 146

PostForum: Ask for Help   Posted: Thu Oct 28, 2010 8:36 pm   Subject: Random Phrase based on hotstring
I'm attempting to see if I can enter a word, or abbreviation, like you would a hotstring, and have that replaced with a random phrase.

I understand that I can assign a specific key, key combination ...
  Topic: Microsoft Windows 7 voice recognition - add/adding words
lehenryjr

Replies: 0
Views: 263

PostForum: Ask for Help   Posted: Tue Aug 17, 2010 6:31 pm   Subject: Microsoft Windows 7 voice recognition - add/adding words
I've been playing with windows 7 voice recognition; The recognition seems to be working just fine, But the process of adding new words >>>>>>>>>>( Window Title & ...
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group