| Author |
Message |
Topic: Intellisense-like autoreplacement with multiple suggestions |
rogal
Replies: 149
Views: 13327
|
Forum: Ask for Help Posted: Wed Jan 13, 2010 11:02 pm Subject: more than 10 words |
Hi,
Thanks for the great script. I am trying version 1,2, and I found that if I have many items with the same first three characters, typingaid does not show them at all.
I don't know if this i ... |
Topic: Compatible Hotkeys in Colemak & Dvorak Layout |
rogal
Replies: 4
Views: 5237
|
Forum: Scripts & Functions Posted: Tue Apr 28, 2009 5:26 am Subject: Compatible Hotkeys in Colemak & Dvorak Layout |
| Thinking about trying out Colemak. Do I understand correctly that, without the steps you describe above, it'll break my existing hotkeys? Rogal, if it's not too much trouble could you run through that ... |
Topic: "ahk_id 0x932" appears when pasting |
rogal
Replies: 7
Views: 443
|
Forum: Ask for Help Posted: Mon Mar 16, 2009 6:02 am Subject: "ahk_id 0x932" appears when pasting |
| Wow. I just installed the new version of AutoHotKey and the problem went away. It is much more reliable even without sleep commands. |
Topic: "ahk_id 0x932" appears when pasting |
rogal
Replies: 7
Views: 443
|
Forum: Ask for Help Posted: Fri Mar 13, 2009 9:38 pm Subject: "ahk_id 0x932" appears when pasting |
Mostly reliable should be a last resort.
Were you specifying SendMode Input or SendMode Play in your script before? I still think tweaking the sequencing in the script will ultimately be ... |
Topic: "ahk_id 0x932" appears when pasting |
rogal
Replies: 7
Views: 443
|
Forum: Ask for Help Posted: Fri Mar 13, 2009 7:47 pm Subject: "ahk_id 0x932" appears when pasting |
I used sendplay instead of send, and it is much better. Now it is mostly reliable.  |
Topic: "ahk_id 0x932" appears when pasting |
rogal
Replies: 7
Views: 443
|
Forum: Ask for Help Posted: Fri Mar 13, 2009 7:25 pm Subject: "ahk_id 0x932" appears when pasting |
Clipboard_temp := Clipboard
Clipboard = %command%
Send, ^v
Send, {left %cursor_move_left%}
Sleep, 300
Clipboard := Clipboard_temp
AHK sends ^v just fine, but it can't co ... |
Topic: "ahk_id 0x932" appears when pasting |
rogal
Replies: 7
Views: 443
|
Forum: Ask for Help Posted: Fri Mar 13, 2009 6:59 pm Subject: "ahk_id 0x932" appears when pasting |
Hi,
I'm using a function such as:
Clipboard_temp := Clipboard
Clipboard = %command%
send, ^v
send, {left %cursor_move_left%}
Clipboard := Clipboard_temp
To paste ... |
Topic: AHK DDE FUNCTIONS. (Including a/sync,batch,multi-channel) |
rogal
Replies: 40
Views: 9118
|
Forum: Scripts & Functions Posted: Mon Mar 09, 2009 3:54 pm Subject: AHK DDE FUNCTIONS. (Including a/sync,batch,multi-channel) |
Joy2DWorld, Thanks a lot for this script.
I have a program(SumatraPDF) which only provides DDE protocol, and this script really came in handy.
If you have updated version or something, please l ... |
Topic: Is it possible to assign different sound volume levels? |
rogal
Replies: 9
Views: 604
|
Forum: Ask for Help Posted: Wed Dec 24, 2008 4:33 pm Subject: Is it possible to assign different sound volume levels? |
well, here is an example image i found online
http://news.softpedia.com/images/news2/The-Windows-Vista-Volume-Mixer-3.png
Wow. Thanks a lot for letting me know. I have been so blinded. (I have bee ... |
Topic: Is it possible to assign different sound volume levels? |
rogal
Replies: 9
Views: 604
|
Forum: Ask for Help Posted: Wed Dec 24, 2008 2:41 pm Subject: Is it possible to assign different sound volume levels? |
Is it possible to assign different sound volume levels to different applications?
I like to have my live messenger to let me know when somebody talks to me with sound, but I want that sound to be ... |
Topic: ISense 1.5.4 |
rogal
Replies: 322
Views: 63695
|
Forum: Scripts & Functions Posted: Thu Dec 04, 2008 10:16 pm Subject: ISense 1.5.4 |
majkinetor, do you plan to implement the hot number feature (that you can insert desired word with number) that I suggested several month ago?
I really think that feature will come in handy. I was ... |
Topic: Bulk image Downloader |
rogal
Replies: 2
Views: 863
|
Forum: Utilities & Resources Posted: Tue May 27, 2008 7:26 pm Subject: Bulk image Downloader |
Try Pictures Toolbar:
http://www.diodia.com/download.htm
Very easy to use and intuitive. You just select images by mouse dragging and click download button. |
Topic: Favmenu 2.0 final |
rogal
Replies: 135
Views: 36031
|
Forum: Scripts & Functions Posted: Mon May 26, 2008 5:01 pm Subject: Does not work in Vista? |
majkinetor,
Favmenu does not work in Vista?
I recently installed Vista Ultimate and in windows explorer, it works OK, but in Open/Save dialog, when I select a folder through the Favmenu, a new e ... |
Topic: ISense 1.5.4 |
rogal
Replies: 322
Views: 63695
|
Forum: Scripts & Functions Posted: Mon May 26, 2008 6:23 am Subject: ISense 1.5.4 |
... and if I press a number, the coresponding word is inputted. I think it will make typing faster since you don't have to go back and forth to the arrow keys while typing.
rogal - That is a great id ... |
Topic: ISense 1.5.4 |
rogal
Replies: 322
Views: 63695
|
Forum: Scripts & Functions Posted: Mon May 19, 2008 2:57 am Subject: ISense 1.5.4 |
Just in case if anyone is using Isense for usual typing just like me ..
If you want Isense to preserve the uppercas/lowercase at the first of a word, modify the following part:
;delete typed wo ... |
| |