| Author |
Message |
Topic: REAL Wildcard Hotstring Option |
Nemroth
Replies: 16
Views: 1437
|
Forum: Wish List Posted: Sat Nov 26, 2005 7:45 pm Subject: REAL Wildcard Hotstring Option |
Of course you can allways do the things that the hotstrings do by the use of the Input command.
That brings us to the first ages of AHK. There was people who said "why hotstrings ?, There is Input w ... |
Topic: REAL Wildcard Hotstring Option |
Nemroth
Replies: 16
Views: 1437
|
Forum: Wish List Posted: Sat Nov 26, 2005 10:20 am Subject: REAL Wildcard Hotstring Option |
| I think the idea is very good but need a little change in its implementation, because hotstrings can execute a script. They are not used only for text replacement, and I think that your notation propo ... |
Topic: Preview of a Clipboard Helper (CH) |
Nemroth
Replies: 13
Views: 2835
|
Forum: Scripts & Functions Posted: Wed Nov 02, 2005 9:51 pm Subject: Re: Preview of a Clipboard Helper (CH) |
At first, thanks a lot for this very good script. You said you wanted to add more keyboard shortcuts. I propose this one, witch seems to lack :
Usage:
* delete selected clip (context menu via righ ... |
Topic: keyboard buffer during hotstrings? |
Nemroth
Replies: 27
Views: 1566
|
Forum: Ask for Help Posted: Fri Oct 28, 2005 5:26 pm Subject: keyboard buffer during hotstrings? |
| I think this feature could be built into the program as a default (assuming it's feasible). For example, if the user physically types something while the Send command is sending long text, those keyst ... |
Topic: keyboard buffer during hotstrings? |
Nemroth
Replies: 27
Views: 1566
|
Forum: Ask for Help Posted: Fri Oct 28, 2005 6:14 am Subject: keyboard buffer during hotstrings? |
Yes, I killed it by accident.
Never mind. I didn't kept a copy of my script, but it was so simple... To be complete for kronhead, the last version of my solution was ::*:ccc::
Clip ... |
Topic: keyboard buffer during hotstrings? |
Nemroth
Replies: 27
Views: 1566
|
Forum: Ask for Help Posted: Thu Oct 27, 2005 1:17 am Subject: keyboard buffer during hotstrings? |
| (this post was accidentally deleted) |
Topic: keyboard buffer during hotstrings? |
Nemroth
Replies: 27
Views: 1566
|
Forum: Ask for Help Posted: Wed Oct 26, 2005 8:52 pm Subject: keyboard buffer during hotstrings? |
It's an interesting idea. I've made a note to research it more.
Thanks Chris.
I think there is an other possibility. May be you can use the clipboard !!! It is not the best solution in all the si ... |
Topic: keyboard buffer during hotstrings? |
Nemroth
Replies: 27
Views: 1566
|
Forum: Ask for Help Posted: Tue Oct 25, 2005 9:35 pm Subject: keyboard buffer during hotstrings? |
you can try too :
::dont::
BlockInput, on
Send, don't
BlockInput, off
Return
(not tested)
But during the execution of the Send command, what you type on keyboard is totally i ... |
Topic: How to search for text on a terminal window (3270)? |
Nemroth
Replies: 6
Views: 614
|
Forum: Ask for Help Posted: Fri Oct 21, 2005 8:21 pm Subject: How to search for text on a terminal window (3270)? |
| I made automation process under Attachmate Extra!, witch is a 3270 emulator under Window. The only way I found to see if a string is on screen is to copy all the screen and copy it to clipboard, and t ... |
Topic: Specific Apps Mouse and Keyboard Remapping |
Nemroth
Replies: 2
Views: 623
|
Forum: Wish List Posted: Thu Oct 13, 2005 5:19 pm Subject: Specific Apps Mouse and Keyboard Remapping |
Context senstive hotkeys and hotstrings have been on the to-do list a long time so should happen someday. Thanks for the syntax ideas.
Thanks to take my proposition in account.
I already use an ... |
Topic: Specific Apps Mouse and Keyboard Remapping |
Nemroth
Replies: 2
Views: 623
|
Forum: Wish List Posted: Wed Oct 12, 2005 10:11 pm Subject: Specific Apps Mouse and Keyboard Remapping |
I know I ask for too much, but...
Is it possible to have a derivative fuctionnality of the last improvement, to allow mouse and keyboard remapping for specific applications ?
Suggested syntax :
a ... |
Topic: OK to sell? |
Nemroth
Replies: 87
Views: 8923
|
Forum: General Chat Posted: Tue Oct 11, 2005 7:10 pm Subject: OK to sell? |
I know it's an old post but when I read :
YOU ARE WRONG.
I think that Dewi Morgan didn't aswered to the real question, witch is :
WHAT IS PROTECTED BY THE (L)GPL ?
It is the AHK programm SOURCE C ... |
Topic: date cmd |
Nemroth
Replies: 20
Views: 1988
|
Forum: Ask for Help Posted: Thu Oct 06, 2005 10:12 pm Subject: date cmd |
try : FormatTime, TheDate,, ShortDate
msgbox %TheDate% |
Topic: ValVarSupr and Let |
Nemroth
Replies: 10
Views: 1021
|
Forum: Wish List Posted: Thu Oct 06, 2005 5:45 pm Subject: ValVarSupr and Let |
| Sorry for the late answer, I was very busy these last times. Just to say thank you to Invalid User and Laszlo for your answers, they are very interesting, as usual... |
Topic: date cmd |
Nemroth
Replies: 20
Views: 1988
|
Forum: Ask for Help Posted: Thu Oct 06, 2005 5:29 pm Subject: date cmd |
An a little but (I think, of course) util procedure and function : [url=http://www.autohotkey.com/forum/viewtopic.php?t=5611]date util
You can see in it tue usage of the FormatTime command. |
| |