| Author |
Message |
Topic: changing hotkeys |
Clash
Replies: 11
Views: 119
|
Forum: Ask for Help Posted: Mon Jul 07, 2008 10:41 pm Subject: changing hotkeys |
strange  |
Topic: changing hotkeys |
Clash
Replies: 11
Views: 119
|
Forum: Ask for Help Posted: Mon Jul 07, 2008 10:12 pm Subject: changing hotkeys |
mmm. here is an example of my code.
label:
Gui, submit, nohide
hotkey, lbutton, label_do_down
hotkey, lbutton up, label_do_up
return
label_do_down:
Send, {RButton}
re ... |
Topic: changing hotkeys |
Clash
Replies: 11
Views: 119
|
Forum: Ask for Help Posted: Mon Jul 07, 2008 10:09 pm Subject: changing hotkeys |
i have another question. is this valid?
hotkey, lbutton up, label
if not, how would i do it? |
Topic: changing hotkeys |
Clash
Replies: 11
Views: 119
|
Forum: Ask for Help Posted: Mon Jul 07, 2008 9:40 pm Subject: changing hotkeys |
| yep |
Topic: changing hotkeys |
Clash
Replies: 11
Views: 119
|
Forum: Ask for Help Posted: Mon Jul 07, 2008 9:34 pm Subject: changing hotkeys |
| oops. i'm on the right tracks anyway though? |
Topic: changing hotkeys |
Clash
Replies: 11
Views: 119
|
Forum: Ask for Help Posted: Mon Jul 07, 2008 9:14 pm Subject: changing hotkeys |
hello, i have a gui with a set of buttons. each button should change the output of the hotkey lbutton. the problem i have is changing what that output is.
basic example of what i'm talking about (y ... |
Topic: Enable/ disable key with hotkey |
Clash
Replies: 2
Views: 94
|
Forum: Ask for Help Posted: Tue Jul 01, 2008 10:50 pm Subject: Enable/ disable key with hotkey |
| Genius, thanks skan |
Topic: Enable/ disable key with hotkey |
Clash
Replies: 2
Views: 94
|
Forum: Ask for Help Posted: Tue Jul 01, 2008 10:22 pm Subject: Enable/ disable key with hotkey |
Hello, i need to toggle the activity of shift with e. So when i press e, shift will be disabled until i press it again.
this is my idea, but it doesn't work:
e::goto, decide ... |
Topic: Webcam capture (WDM) with motion detection in AHK |
Clash
Replies: 15
Views: 1195
|
Forum: Scripts & Functions Posted: Sun Jun 22, 2008 9:51 pm Subject: Webcam capture (WDM) with motion detection in AHK |
Hi, i'm nosing at your code now. Unless i'm wrong, pictures are periodically taken and saved to a file, the CompareImages label compares the latest and last image for differences.
But i don't under ... |
Topic: [Desktop Widget] RUN-Box |
Clash
Replies: 8
Views: 956
|
Forum: Scripts & Functions Posted: Wed Apr 30, 2008 1:37 am Subject: [Desktop Widget] RUN-Box |
Ever heard of keybreeze?
http://www.keybreeze.com |
Topic: Digimon Screensaver |
Clash
Replies: 0
Views: 709
|
Forum: Scripts & Functions Posted: Tue Apr 29, 2008 6:27 pm Subject: Digimon Screensaver |
| Hello. This script isn't very technical, but it's quite fun. I don't know if anyone had a digimon - it's a tamagotchi for boys. This is a little screensaver of one hatching and bobbing around your scr ... |
Topic: is there anyone can do Javascript? |
Clash
Replies: 2
Views: 207
|
Forum: General Chat Posted: Wed Apr 23, 2008 9:41 pm Subject: is there anyone can do Javascript? |
| there's already syntax highlighting in loads of editers for ahk |
Topic: Auto check forum updates |
Clash
Replies: 0
Views: 206
|
Forum: Scripts & Functions Posted: Tue Apr 22, 2008 12:11 pm Subject: Auto check forum updates |
| Here's a way to check if there's a new post on a forum. It'd work equally well for RSS feeds or any kind of online page. However, i think it might screw someone's website stats up if you used it on an ... |
Topic: My Project Research, Help me with my project by voting :) |
Clash
Replies: 2
Views: 158
|
Forum: General Chat Posted: Tue Apr 22, 2008 11:32 am Subject: My Project Research, Help me with my project by voting :) |
| My project for my course is an 'anti-key forgetter'. I'm doing some research into how many people this might benefit. If you've ever left your keys in your car or in a shop/ café, select yes. If not k ... |
Topic: Racing game using mouse opposed to arrow keys |
Clash
Replies: 1
Views: 104
|
Forum: Ask for Help Posted: Tue Apr 22, 2008 12:44 am Subject: Racing game using mouse opposed to arrow keys |
| Surely someone's tried a similar script? |
| |