| Author |
Message |
Topic: Shutdown at specific times |
k0shyX
Replies: 2
Views: 113
|
Forum: Ask for Help Posted: Mon Nov 03, 2008 10:07 pm Subject: Shutdown at specific times |
| Thanks, didn't know it could be so easy! |
Topic: Shutdown at specific times |
k0shyX
Replies: 2
Views: 113
|
Forum: Ask for Help Posted: Mon Nov 03, 2008 12:17 pm Subject: Shutdown at specific times |
Hi, I usually try not to leave my computer on for long intervals of time. However, being a huge procrastinator, I usually print out school reports and such right before I leave for school.
Sometime ... |
Topic: Countdown in a GUI |
k0shyX
Replies: 2
Views: 111
|
Forum: Ask for Help Posted: Thu Sep 11, 2008 8:59 pm Subject: Countdown in a GUI |
| Thanks SKAN, it's perfect. |
Topic: Change & Synchronize System Date / Time / Clock |
k0shyX
Replies: 3
Views: 648
|
Forum: Scripts & Functions Posted: Fri Aug 22, 2008 11:14 pm Subject: Change & Synchronize System Date / Time / Clock |
| I edited the script, check the changelog above for more details. |
Topic: Change & Synchronize System Date / Time / Clock |
k0shyX
Replies: 3
Views: 648
|
Forum: Scripts & Functions Posted: Thu Aug 21, 2008 10:57 am Subject: Change & Synchronize System Date / Time / Clock |
Thanks for the reply
I searched the forums, and I saw that solution as well, but what I do with this application is set my system time and date back months, sometimes years ago. That way I can tric ... |
Topic: Change & Synchronize System Date / Time / Clock |
k0shyX
Replies: 3
Views: 648
|
Forum: Scripts & Functions Posted: Thu Aug 21, 2008 1:51 am Subject: Change & Synchronize System Date / Time / Clock |
What is this:
This is a script I call Time Travel. I made it to update the system clock with any time the user wants.
http://www.autohotkey.net/~k0shyX/Time%20Travel/Screenshot.png
Why is it us ... |
Topic: Detect A Specific New Window |
k0shyX
Replies: 7
Views: 181
|
Forum: Ask for Help Posted: Tue Aug 05, 2008 12:22 am Subject: Detect A Specific New Window |
@ mailsummit2000 -
The check probably takes less than a millisecond. No matter how old your computer is, you will not be able to notice the CPU difference whatsoever.
Yeah, I was concerned about ... |
Topic: Detect A Specific New Window |
k0shyX
Replies: 7
Views: 181
|
Forum: Ask for Help Posted: Mon Aug 04, 2008 5:29 pm Subject: Detect A Specific New Window |
| Thanks Krogdor! And sorry for the confusion BoBo², I should have explained it better. |
Topic: Detect A Specific New Window |
k0shyX
Replies: 7
Views: 181
|
Forum: Ask for Help Posted: Mon Aug 04, 2008 4:43 pm Subject: Detect A Specific New Window |
| Hi, this annoying popup window for one of my applications always pops up whenever I run it. Is there a way for my script to autodetect when that popup appears, so it can automatically close it? |
Topic: Pasting rich text script not working |
k0shyX
Replies: 3
Views: 124
|
Forum: Ask for Help Posted: Fri Jul 25, 2008 3:33 am Subject: Pasting rich text script not working |
I dunno what I did, but now my script works!
Here it is:
FileCreateDir, %A_ScriptDir%\Saved Rich Texts
SetWorkingDir, %A_ScriptDir%\Saved Rich Texts
#z::
InputBox, filetodo, Save f ... |
Topic: Pasting rich text script not working |
k0shyX
Replies: 3
Views: 124
|
Forum: Ask for Help Posted: Fri Jul 25, 2008 3:16 am Subject: Pasting rich text script not working |
Nope, that's not it.
I just tried something, in the code for the Win+a hotkey I changed the FileRead filename to an actual path of the RTF file
#a::
Clipboard =
filetodo =
FileSelec ... |
Topic: Pasting rich text script not working |
k0shyX
Replies: 3
Views: 124
|
Forum: Ask for Help Posted: Thu Jul 24, 2008 3:46 pm Subject: Pasting rich text script not working |
Hi, I'm creating a new script based off of dhomi's. It's main purpose is for copying and pasting rich text into Gmail, for things such as signatures.
Here is dhomi's script - http://www.autohotkey. ... |
Topic: Appskey only performing real function on hold |
k0shyX
Replies: 5
Views: 141
|
Forum: Ask for Help Posted: Thu Jul 24, 2008 2:13 pm Subject: Appskey only performing real function on hold |
Yes, I can do what you suggested, but then the key that I put first will not be sent until after I release the key.
For example, one of my hotkeys is "Appskey & G". If I change it to ... |
Topic: Appskey only performing real function on hold |
k0shyX
Replies: 5
Views: 141
|
Forum: Ask for Help Posted: Thu Jul 24, 2008 3:58 am Subject: Appskey only performing real function on hold |
Solved my own problem... partially...
I modded the code you provided a little, here it is
AppsKey::
Loop, 100
{
If !(GetKeyState("AppsKey","P") ... |
Topic: Appskey only performing real function on hold |
k0shyX
Replies: 5
Views: 141
|
Forum: Ask for Help Posted: Thu Jul 24, 2008 3:21 am Subject: Appskey only performing real function on hold |
Sorry, but that doesn't seem to work. Here's my script
; Minimize Window to Tray Menu
; http://www.autohotkey.com
; This script assigns a hotkey of your choice to hide any window so that
; i ... |
| |