| Author |
Message |
Topic: ISense 1.5.4 |
Jiltdijk
Replies: 266
Views: 25551
|
Forum: Scripts & Functions Posted: Fri Apr 18, 2008 11:13 am Subject: ISense 1.5.4 |
On a seperate note, I think a couple more keys ought to be added to the "enter, tab, space" starter keys. Uparrow and downarrow would be very nice, as well as maybe home. Thanks.
The t ... |
Topic: ISense 1.5.4 |
Jiltdijk
Replies: 266
Views: 25551
|
Forum: Scripts & Functions Posted: Mon Apr 14, 2008 3:46 pm Subject: Not sending tab to the screen |
Dear Majkinetor,
When I use ISense in a table (in MS Word), pressing the tab key results in jumping to the next cell of the table and putting the complete word there. How can I change the code to p ... |
Topic: Incremental search for text to send |
Jiltdijk
Replies: 8
Views: 2744
|
Forum: Scripts & Functions Posted: Tue Oct 23, 2007 1:33 pm Subject: Incremental search for text to send |
Thanks for the modification.
I definitely want to look into ISense later, but first I'm getting back to my translation assignment and see how this works!
Jilt |
Topic: Incremental search for text to send |
Jiltdijk
Replies: 8
Views: 2744
|
Forum: Scripts & Functions Posted: Mon Oct 22, 2007 11:04 pm Subject: Incremental search for text to send |
Dear HugoV,
Thank you for your tip. I've downloaded Kollektor 03, it's indeed very much like the thing I was looking for.
I wonder if it's possible to link the word you find in the list to it's tr ... |
Topic: Automatic translation |
Jiltdijk
Replies: 2
Views: 203
|
Forum: Ask for Help Posted: Sun Oct 21, 2007 9:55 pm Subject: Automatic translation |
Dear forum,
I have an idea for a script that would automatically translate a typed word into another language, but I have hardly any idea how to implement this and am not even sure Autohotkey is th ... |
Topic: Create hotkey control+Numpad0+Numpad1 |
Jiltdijk
Replies: 2
Views: 230
|
Forum: Ask for Help Posted: Sun Feb 25, 2007 9:47 pm Subject: Create hotkey control+Numpad0+Numpad1 |
| Thank you Tonne, this tooltip function is something I've been wondering about as well and I will apply it some time (I wonder though how you can read a word from a program running on your pc into a va ... |
Topic: Create hotkey control+Numpad0+Numpad1 |
Jiltdijk
Replies: 2
Views: 230
|
Forum: Ask for Help Posted: Sun Feb 25, 2007 1:32 pm Subject: Create hotkey control+Numpad0+Numpad1 |
Dear forum,
What do I do to run a script by pressing Ctrl and two numpad keys, where the order in which the numpad keys are pressed down is relevant, because it reflects the direction of a translat ... |
Topic: How to put the cursor in an HTML input box |
Jiltdijk
Replies: 9
Views: 355
|
Forum: Ask for Help Posted: Wed Feb 14, 2007 1:17 pm Subject: How to put the cursor in an HTML input box |
Tested on IE6, not on IE7.
It works with IE7 as well. Thank you! |
Topic: How to put the cursor in an HTML input box |
Jiltdijk
Replies: 9
Views: 355
|
Forum: Ask for Help Posted: Wed Feb 14, 2007 11:44 am Subject: How to put the cursor in an HTML input box |
Clipboard = search AutoHotkey
command = javascript:document.forms[0].elements[1].value = "%Clipboard%"; document.forms[0].submit();
ControlSetText Edi ... |
Topic: How to put the cursor in an HTML input box |
Jiltdijk
Replies: 9
Views: 355
|
Forum: Ask for Help Posted: Wed Feb 14, 2007 11:12 am Subject: How to put the cursor in an HTML input box |
Btw. That's IE7, right?
Yes |
Topic: How to put the cursor in an HTML input box |
Jiltdijk
Replies: 9
Views: 355
|
Forum: Ask for Help Posted: Wed Feb 14, 2007 10:42 am Subject: How to put the cursor in an HTML input box |
Dear forum,
I'm using this code to select the word under the cursor, open Google in IE and look up the word with google.
^Numpad9::
SendInput {Right}^{Left}{Shi ... |
Topic: Script works slowly when started from OpenOffice |
Jiltdijk
Replies: 1
Views: 171
|
Forum: Ask for Help Posted: Sun Feb 04, 2007 2:00 pm Subject: Script works slowly when started from OpenOffice |
Dear forum,
I use the following script to select the word that's under the cursor and past it in the search box of Google:
SetTitleMatchMode, 2
^Numpad9::
Send {Right}^ ... |
Topic: Running a script several times |
Jiltdijk
Replies: 9
Views: 259
|
Forum: Ask for Help Posted: Sun Oct 01, 2006 8:54 am Subject: Running a script several times |
| How can I set titlematchmode for all the scripts in the text file? I already had it at the beginning and through guest's comment I found out I have to put it in every little script AFTER the shortkey ... |
Topic: Running a script several times |
Jiltdijk
Replies: 9
Views: 259
|
Forum: Ask for Help Posted: Sat Sep 30, 2006 10:35 pm Subject: Running a script several times |
Here's an example:
I have this in my script:
#!i::
IfWinExist Movie Database
{
WinActivate
}
else
{
Run www.imdb.com
}
WinWaitActive Movie Database
Return
If I reload it, it will ru ... |
Topic: Running a script several times |
Jiltdijk
Replies: 9
Views: 259
|
Forum: Ask for Help Posted: Fri Sep 29, 2006 8:59 am Subject: Running a script several times |
| I'm not sure anymore now what works for me and what doesn't, but I'll get back to you if I find out. |
| |