| Author |
Message |
Forum: Scripts Topic: TypingAid v2.16b - Word AutoCompletion Utility |
| caveatrob |
|
Posted: May 14th, 2012, 2:33 am
|
|
Replies: 493 Views: 49298
|
|
 |
Forum: Scripts Topic: TypingAid v2.16b - Word AutoCompletion Utility |
| caveatrob |
|
Posted: May 9th, 2012, 7:16 pm
|
|
Replies: 493 Views: 49298
|
| Also curious - is my bastardized solution the absolute simplest AHK script or product out there to allow the search items to be replaced by different items? I'm inclined to run multiple instances of this for various windows and purposes, but the only issue i've encountered is that the script seems t... |
|
 |
Forum: Scripts Topic: TypingAid v2.16b - Word AutoCompletion Utility |
| caveatrob |
|
Posted: May 6th, 2012, 9:22 pm
|
|
Replies: 493 Views: 49298
|
Just made a single-script version of this that reads a file with key|value pairs and substitutes the value when the key is picked via the AutoComplete.
Kudos to TypingAid and the person who wrote the Get#, Set# hashkey code.
http://www.workingstorage.com/files/Typ ... mplete.rar |
|
 |
Forum: Support Topic: Get range of ICO dimensions inside ICO files |
| caveatrob |
|
Posted: February 4th, 2012, 5:47 am
|
|
Replies: 1 Views: 70
|
| I've been using some of the GDI code here on the forum to pull out the dimensions of PNG files, but when I go to ICO the code grabs (I thought) the highest-resolution image in the ICO file, which can contain many (from 16x to 256x in some cases) What I'd like to do is identify the high and low range... |
|
 |
Forum: Scripts Topic: Listbox Send Right Click Without Moving Mouse |
| caveatrob |
|
Posted: January 4th, 2012, 5:35 am
|
|
Replies: 0 Views: 312
|
| I've been struggling with UltraEdit recently, as its template lists make you right click, click "move up" or "move down" to move them up and down in the list. I wanted an AHK solution to just send the clicks and keystrokes to do that without moving the mouse. I finally figured it... |
|
 |
Forum: Scripts Topic: TypingAid v2.16b - Word AutoCompletion Utility |
| caveatrob |
|
Posted: September 30th, 2011, 6:16 pm
|
|
Replies: 493 Views: 49298
|
| PS - this also blocks other scripts when it's in suspend "" |
|
 |
Forum: Scripts Topic: TypingAid v2.16b - Word AutoCompletion Utility |
| caveatrob |
|
Posted: September 30th, 2011, 6:11 pm
|
|
Replies: 493 Views: 49298
|
Is there a way to set up the parms for this thing hardcoded and set it up as one file that runs per app (with title matching)?
I've tried Phrase Express, but aside from this script messing with other scripts that run inside windows, it's the best one yet. |
|
 |
Forum: Support Topic: Make directories for first-letters of filenames or range and |
| caveatrob |
|
Posted: September 19th, 2011, 6:44 am
|
|
Replies: 1 Views: 95
|
| I'm trying to sort out ebooks, and one thing I'd like to do is parse a list of filenames in a directory, create a folder for each letter of the alphabet that filenames begin with, and push those files into those folders. Alternately, I'd like to do ranges (A-E,F-K) and do the same thing. I've done t... |
|
 |
Forum: Support Topic: Changing the last character of a string and calling a func |
| caveatrob |
|
Posted: July 28th, 2011, 9:36 pm
|
|
Replies: 3 Views: 120
|
| I'm using hot keys starting with "MD" followed by a number, which calls a function for that number of days and presents the date: :*:md1:: { v:=fnDates_days_add(1) SendInput,%v% return } Is there any way to just write *one* hotkey instead of defining one for 2 days (md2) ... |
|
 |
Forum: Support Topic: Move files in a folder by weeks |
| caveatrob |
|
Posted: July 14th, 2011, 6:20 pm
|
|
Replies: 1 Views: 145
|
I'd like to read a folder full of files and then create folders like the following spec:
Week One - 07/15/2011 to 07/22/2011
and move the files into each folder that fall in that week. I'd like to be able to specify start and end dates for the weeks. |
|
 |
Forum: Support Topic: Dynamic variable name not resolving |
| caveatrob |
|
Posted: June 16th, 2011, 7:12 pm
|
|
Replies: 2 Views: 101
|
| I load up a dynamic variable in a loop in an included script: ReadLookups() { Loop,Read,%A_ScriptDir%\Includes\TestReplace\Ultra_Wordlist_Lookup.txt { StringSplit, Type_,A_LoopReadLine,`| ;MsgBox %Type_1% StringReplace, Type_1, Type_1,.,_, All items[%Type_1%]=%Type_2% val:=items[%T... |
|
 |
Forum: Scripts Topic: TypingAid v2.16b - Word AutoCompletion Utility |
| caveatrob |
|
Posted: June 16th, 2011, 6:12 pm
|
|
Replies: 493 Views: 49298
|
| Phew. I was in the code loading a hash table from a separate CSV. |
|
 |
Forum: Scripts Topic: TypingAid v2.16b - Word AutoCompletion Utility |
| caveatrob |
|
Posted: June 15th, 2011, 11:11 pm
|
|
Replies: 493 Views: 49298
|
Is there a way to make the script replace the typed keys not with the word that it makes but with an alternate? For example, if I typed .sp, which resolved to .spelling - have it produce [SP] instead of putting in .spelling.
Or should I go to like Phrase Express? |
|
 |
Forum: Support Topic: make a GUI paste into the caller |
| caveatrob |
|
Posted: June 1st, 2011, 12:04 am
|
|
Replies: 1 Views: 85
|
| I call a GUI via a Win-Key combination and it does a sendplay into the calling window. When the calling window doesn't lose focus. Is there a way to ensure the calling window gets the focus after the gui ends, or that the sendplay goes into the calling window? Or rather - the window from which the g... |
|
 |
Forum: Scripts Topic: TypingAid v2.16b - Word AutoCompletion Utility |
| caveatrob |
|
Posted: May 25th, 2011, 1:10 am
|
|
Replies: 493 Views: 49298
|
| Hi - sign me up to be on the test team for this awesome product! I don't have to fight much with Excel's sh*tty autocomplete anymore. Just added Excel to the titles and made a *slight* change to the script to make Enter, not control-enter, an autocompleting character. (incidentally, just run a repla... |
|
 |
| Sort by: |