| View previous topic :: View next topic |
| Author |
Message |
GoD Guest
|
Posted: Thu Jun 26, 2008 7:57 pm Post subject: change text in textbox while typing |
|
|
I use TotalCommander and I use the QuickSearch very often.
The QuickSearch only finds text in filenames with an exact match (and I don't want to change it).
So if I have 2 folders
-= Important Pictures =-
Pic
and I start typing ALT+PIC, it will automatically jump to the Pic folder.
But I cannot press the T because there is no exact match at the beginning of a file or folder. What I want to do now is to check with
ahk_class TQUICKSEARCH
if the last key is in the textbox. If not, paste a * at the beginning of the textbox and press the key again. so it will look like *pict in the textbox and TC will jump to the first folder. |
|
| Back to top |
|
 |
sinkfaze
Joined: 18 Mar 2008 Posts: 139
|
Posted: Sat Jun 28, 2008 1:15 pm Post subject: |
|
|
Not to dissuade you from Total Commander or anything but have you tried using nDroid? It may be better suited to your task. _________________ Have trouble searching the site for information? Try Quick Search for Autohotkey. |
|
| Back to top |
|
 |
|