| Author |
Message |
Topic: Weird behavior with Send() |
elektron
Replies: 2
Views: 53
|
Forum: Ask for Help Posted: Sun Jan 01, 2012 11:30 pm Subject: Weird behavior with Send() |
^j::
Send {Left}
return
^k::
Send {Down}
return
^l::
Send {Right}
return
^i::
Send {Up}
return
... |
Topic: Weird behavior with Send() |
elektron
Replies: 2
Views: 53
|
Forum: Ask for Help Posted: Sun Jan 01, 2012 11:25 pm Subject: Weird behavior with Send() |
Hello fellow AHK'ers:
What I'm trying to do is remap the up down left right arrow keys to be in a sort of "vi" mode for my fiancee's computer, whose arrow keys are broken, simple, right ... |
Topic: Quantify() - easy control overlay bubbles like iphone icons |
elektron
Replies: 2
Views: 303
|
Forum: Scripts & Functions Posted: Sun Jan 01, 2012 7:19 pm Subject: Quantify() - easy control overlay bubbles like iphone icons |
| Very nice program! |
Topic: Some advanced data structures? |
elektron
Replies: 13
Views: 237
|
Forum: Ask for Help Posted: Thu Dec 29, 2011 3:27 am Subject: Some advanced data structures? |
Thanks  |
Topic: Some advanced data structures? |
elektron
Replies: 13
Views: 237
|
Forum: Ask for Help Posted: Thu Dec 29, 2011 2:41 am Subject: Some advanced data structures? |
"]You could take a look at
Lovely. This is exactly what I was looking for. Thanks. I'll review the source code sometime tomorrow.
Also, while I'm on the subject. Is there a particular wa ... |
Topic: Some advanced data structures? |
elektron
Replies: 13
Views: 237
|
Forum: Ask for Help Posted: Wed Dec 28, 2011 5:52 pm Subject: Some advanced data structures? |
| Is there a way to create something as primitive as a Linked List? I'd prefer the dynamic memory solution than the one using an array of objects.If performance is your concern, try not to make any assu ... |
Topic: Some advanced data structures? |
elektron
Replies: 13
Views: 237
|
Forum: Ask for Help Posted: Wed Dec 28, 2011 1:39 am Subject: Some advanced data structures? |
| Is there a way to create something as primitive as a Linked List?Realize that AutoHotkey is for non-programmers primarily. Most automation tasks do just fine without a linked list. If AHK isn't adequa ... |
Topic: Some advanced data structures? |
elektron
Replies: 13
Views: 237
|
Forum: Ask for Help Posted: Wed Dec 28, 2011 1:20 am Subject: Some advanced data structures? |
Is there a way to create something as primitive as a Linked List? I'd prefer the dynamic memory solution than the one using an array of objects.
Thanks,
-- elektron |
Topic: Some advanced data structures? |
elektron
Replies: 13
Views: 237
|
Forum: Ask for Help Posted: Wed Dec 28, 2011 1:00 am Subject: Some advanced data structures? |
Hello Everybody,
I haven't been on here in quite some time now, so I don't really know what all is changed in the language. I have quite a few scripts that I've grandfathered & still use tod ... |
Topic: Custom GUI Controls & GUI related |
elektron
Replies: 44
Views: 55927
|
Forum: Scripts & Functions Posted: Tue Apr 07, 2009 6:35 pm Subject: Custom GUI Controls & GUI related |
| No I didn't... How do I add? |
Topic: Need help with IF logic for Gearshift project |
elektron
Replies: 1
Views: 444
|
Forum: Ask for Help Posted: Thu Feb 05, 2009 4:05 pm Subject: Need help with IF logic for Gearshift project |
In the scheme of things, are you trying to do a layout of the traditional H pattern, or is it more or less a push up to shift up down to shift down type of thing?
Either way, you can use the same ... |
Topic: Custom GUI Controls & GUI related |
elektron
Replies: 44
Views: 55927
|
Forum: Scripts & Functions Posted: Fri Jan 30, 2009 7:47 pm Subject: Custom GUI Controls & GUI related |
Cool fade function I dev'd
/*
* This is the fade effects lib, pretty cool.
* Copyright (C) 2009 Alexander Alvonellos
*/
/*
* Be sure to make sure that you declare the progr ... |
Topic: DNB - elektron's edition |
elektron
Replies: 7
Views: 1339
|
Forum: Scripts & Functions Posted: Tue Jan 27, 2009 7:10 am Subject: DNB - elektron's edition |
| Eventually i'm going to port the groutines.ahk to a set of functions, should be an interesting thing to do. |
Topic: DNB - elektron's edition |
elektron
Replies: 7
Views: 1339
|
Forum: Scripts & Functions Posted: Tue Jan 27, 2009 7:09 am Subject: DNB - elektron's edition |
| lulz |
Topic: DNB - elektron's edition |
elektron
Replies: 7
Views: 1339
|
Forum: Scripts & Functions Posted: Mon Jan 26, 2009 5:17 pm Subject: DNB - elektron's edition |
Hope it's useful!
An email spam-bot? Doubt it...
There are modules in the code that you COULD use for one of your other applications. That's the whole point.
Your code is very nicely stru ... |
| |