| Author |
Message |
Topic: Gmail drive file transfer |
Simply Curious
Replies: 3
Views: 134
|
Forum: Ask for Help Posted: Thu Nov 06, 2008 1:20 pm Subject: Gmail drive file transfer |
Is there a way to automate sending files to [url=http://www.viksoe.dk/code/gmail.htm]gmail drive?
There is no drive letter assigned, so I don't know how to specify the path for FileCopy. I was thi ... |
Topic: Subroutine on input |
Simply Curious
Replies: 4
Views: 115
|
Forum: Ask for Help Posted: Mon Oct 13, 2008 4:01 am Subject: Subroutine on input |
Basically, I want a segment of code to be run whenever the user presses any key or moves the mouse in any way.
I've thought about having a separate thread with Input waiting for a press, but that w ... |
Topic: Subroutine on input |
Simply Curious
Replies: 4
Views: 115
|
Forum: Ask for Help Posted: Mon Oct 13, 2008 2:50 am Subject: Subroutine on input |
Good point, I should rephrase the question.
Is there a way to run a function or a subroutine on any user input, and, is so, what is it? |
Topic: Subroutine on input |
Simply Curious
Replies: 4
Views: 115
|
Forum: Ask for Help Posted: Sat Oct 11, 2008 8:01 pm Subject: Subroutine on input |
| Is there a way either to start a function or a subroutine when there is any input from the user? |
Topic: Random Name Generator |
Simply Curious
Replies: 7
Views: 523
|
Forum: Scripts & Functions Posted: Wed Aug 13, 2008 10:45 pm Subject: Random Name Generator |
I modified [url=http://www.autohotkey.net/~SimplyCurious/Scripts/RandomName.ahk]the function again. It now has an optional parameter that specifies the beginning of the word.
For example, RandomNa ... |
Topic: Random Name Generator |
Simply Curious
Replies: 7
Views: 523
|
Forum: Scripts & Functions Posted: Mon Aug 11, 2008 7:11 pm Subject: Random Name Generator |
| [url=http://www.autohotkey.net/~SimplyCurious/Scripts/RandomName.ahk]Here is a modified version of the script that looks at the previous two letters when choosing the next letter, instead of just the ... |
Topic: Random Name Generator |
Simply Curious
Replies: 7
Views: 523
|
Forum: Scripts & Functions Posted: Mon Aug 11, 2008 6:23 am Subject: Random Name Generator |
This was somewhere around the eighth result: Nichweterimayanshahtodekaicavirargskaneraulacketha
I had it generate 100,000 names, and the longest that it made was Babothailngalanohaflelyseierlsertra ... |
Topic: Random Name Generator |
Simply Curious
Replies: 7
Views: 523
|
Forum: Scripts & Functions Posted: Mon Aug 11, 2008 2:01 am Subject: Random Name Generator |
| This is a function that will generate a random name. Each letter is chosen based on the previous letter, so that letters are likely to appear in their usual patterns, and (most of the) generated name ... |
Topic: Voice Recognition COM |
Simply Curious
Replies: 43
Views: 5074
|
Forum: Scripts & Functions Posted: Sun Aug 10, 2008 3:08 am Subject: Voice Recognition COM |
Is there any way to pass parameters to the OnRecognition function?
So far, I've been making any variables that I need be global variables, but that feels like it could cause problems elsewhere. |
Topic: Check whether a bluetooth device is connected |
Simply Curious
Replies: 2
Views: 102
|
Forum: Ask for Help Posted: Fri Jul 04, 2008 10:23 pm Subject: Check whether a bluetooth device is connected |
| Thank you for the suggestion. Unfortunately, the bluetooth is an internal device, so it's always on and WM_DEVICECHANGE doesn't catch it. No message is received when the headset gets connected. |
Topic: Check whether a bluetooth device is connected |
Simply Curious
Replies: 2
Views: 102
|
Forum: Ask for Help Posted: Fri Jul 04, 2008 4:46 pm Subject: Check whether a bluetooth device is connected |
Is there any way to check whether or not a bluetooth headset is currently connected?
I've checked the registry, and I haven't been able to find any changes made from the connection in the bluetooth ... |
Topic: File based speech recognition |
Simply Curious
Replies: 0
Views: 705
|
Forum: Scripts & Functions Posted: Wed Jun 18, 2008 7:18 pm Subject: File based speech recognition |
This script is based off of the speech recognition script created by foom.
It requires the ;This is an attempt to make an easily changeable voice recognition system with AHK
;It is based on Foom's ... |
Topic: Switch thread during Runwait |
Simply Curious
Replies: 1
Views: 50
|
Forum: Ask for Help Posted: Wed Jun 04, 2008 7:21 pm Subject: Switch thread during Runwait |
I have a script that has multiple threads going at the same time. However, whenever one of the threads encounters a RunWait, all of the threads pause.
Is there a way to have the script switch acti ... |
Topic: Check laptop lid status |
Simply Curious
Replies: 2
Views: 194
|
Forum: Ask for Help Posted: Mon May 26, 2008 1:10 am Subject: Check laptop lid status |
| Oh yeah. So far, I've tried the mouse and keyboard hooks to see if it registers a keypress. Also, I haven't found any way to check the status of the monitor, since the monitor goes off once the lid ... |
Topic: Check laptop lid status |
Simply Curious
Replies: 2
Views: 194
|
Forum: Ask for Help Posted: Sun May 25, 2008 12:06 am Subject: Check laptop lid status |
Is there a way to see whether or not the lid is currently up or down?
The reason that I want this is so that I can have the laptop hibernate when the lid closes only if certain programs are not run ... |
| |