| Author |
Message |
Topic: Sort Autocorrect entries |
IconBoy
Replies: 1
Views: 103
|
Forum: Ask for Help Posted: Tue Sep 02, 2008 4:04 am Subject: Sort Autocorrect entries |
I am enjoying using the autocorrect.ahk script which is a wonderful timesaver. Whenever I add a correction with the hotkey (Win+R I think), it adds my entry to the bottom of the file.
Is there away t ... |
Topic: Batch add photos (Date picture taken) to WordPress blog |
IconBoy
Replies: 1
Views: 144
|
Forum: Ask for Help Posted: Wed Aug 20, 2008 7:31 pm Subject: Batch add photos (Date picture taken) to WordPress blog |
Okay, so I am quite a few months behind in updating the kids' photoblog so family and friends can see.
Is there an "automated" batch script I could use that would add all the photos in a ... |
Topic: Open two (or more) websites with a hotkey |
IconBoy
Replies: 6
Views: 181
|
Forum: Ask for Help Posted: Tue Aug 19, 2008 7:30 am Subject: Open two (or more) websites with a hotkey |
Thanks for the extra help.
The message notification went into my spam folder so I only saw it now. |
Topic: Open two (or more) websites with a hotkey |
IconBoy
Replies: 6
Views: 181
|
Forum: Ask for Help Posted: Sun Aug 17, 2008 4:40 pm Subject: Open two (or more) websites with a hotkey |
| I just realized that those links open up separate instances of the browser. Is there any way that it will only open only one instance of it with the other link(s) as a separate tab? |
Topic: Open two (or more) websites with a hotkey |
IconBoy
Replies: 6
Views: 181
|
Forum: Ask for Help Posted: Wed Aug 13, 2008 4:22 pm Subject: Open two (or more) websites with a hotkey |
| Thanks very much. |
Topic: Open two (or more) websites with a hotkey |
IconBoy
Replies: 6
Views: 181
|
Forum: Ask for Help Posted: Wed Aug 13, 2008 3:39 pm Subject: Open two (or more) websites with a hotkey |
I am trying to open two or more websites with a hotkey but am not succeeding in doing it.
I have tried:
#Numpad7::run http://www.lifehacker.com/|http://www.gizmodo.com/
and
#Numpad ... |
Topic: an easy way to run a program and open file in program? |
IconBoy
Replies: 3
Views: 226
|
Forum: Ask for Help Posted: Wed Aug 13, 2008 6:46 am Subject: Start Corel Paint Shop Pro and open file |
"]run notepad.exe "%A_ScriptFullPath%"
I was just searching how I could open a file using a graphic program and tried it but with two files and now I can open them quickly using Win+Alt+X - ... |
Topic: Run one hotkey on two computers via internet |
IconBoy
Replies: 7
Views: 249
|
Forum: Ask for Help Posted: Tue Jul 22, 2008 4:13 pm Subject: Run one hotkey on two computers via internet |
Thank you for the detailed help and explanation - much appreciated. As a newbie, it takes quite a lot getting used to these "programming things".
I now can have a play with it and see what ... |
Topic: Run one hotkey on two computers via internet |
IconBoy
Replies: 7
Views: 249
|
Forum: Ask for Help Posted: Tue Jul 22, 2008 8:14 am Subject: Run one hotkey on two computers via internet |
O my goodness me
Now I am completely lost with what you have shown above.
Is there a (step-by-step) tutorial (okay, maybe not each and every step!) possibly that would help me understand wh ... |
Topic: Run one hotkey on two computers via internet |
IconBoy
Replies: 7
Views: 249
|
Forum: Ask for Help Posted: Tue Jul 22, 2008 6:54 am Subject: Run one hotkey on two computers via internet |
Thank you for the replies.
Right now, when Windows starts up, it loads my AHK file with these shortcuts. I have the file in my documents with shortcuts added to Startup folder. I want this file of ... |
Topic: Run one hotkey on two computers via internet |
IconBoy
Replies: 7
Views: 249
|
Forum: Ask for Help Posted: Tue Jul 22, 2008 2:59 am Subject: Run one hotkey on two computers via internet |
I am constantly updating ah AHK file that I use for keyboard shortcuts and would like to use it on more than one computer.
Is it possible that it could be hosted on some webspace and whatever compute ... |
Topic: Without pressing space, enter |
IconBoy
Replies: 2
Views: 74
|
Forum: Ask for Help Posted: Wed Jun 18, 2008 11:59 pm Subject: Without pressing space, enter |
Thanks very much.
I used
:?*:.rsc::
KeyWait r, s
KeyWait c, d
Shutdown, 4
return
so that if I type .rsc anytime, it will restart my computer. |
Topic: Without pressing space, enter |
IconBoy
Replies: 2
Views: 74
|
Forum: Ask for Help Posted: Wed Jun 18, 2008 11:01 pm Subject: Without pressing space, enter |
Is there a way that I can run a shortcut by pressing a few keys ("rsc" = restart computer) without being in a writing application (notepad, Word etc.) so that it runs just by me typing it?
... |
Topic: Winkey+spacebar or number pad key |
IconBoy
Replies: 2
Views: 79
|
Forum: Ask for Help Posted: Wed Jun 18, 2008 11:00 pm Subject: Winkey+spacebar or number pad key |
Great - that worked a treat!  |
Topic: Winkey+spacebar or number pad key |
IconBoy
Replies: 2
Views: 79
|
Forum: Ask for Help Posted: Wed Jun 18, 2008 9:58 pm Subject: Winkey+spacebar or number pad key |
I am trying to open a webpage by pressing Winkey+Spacebar or Winkey+Numberpad 2 with these hotkeys:
#{Space}::run http://www.google.com/
or
#{Numpad2}::run h ... |
| |