| Author |
Message |
Forum: Scripts Topic: MultiHotkey |
| Talisman |
|
Posted: April 13th, 2012, 12:35 pm
|
|
Replies: 2 Views: 363
|
| MultiHotkey Designed to allow you to 'chain' keys together to execute a desired piece of code. MultiHotkey(ThisHotkey, ParentHotkey = "", Timeout = 1024, Action = "", Target = "") { Static ParentHKStored = "" Static ParentAction = "" If (ParentHotkey... |
|
 |
Forum: Scripts Topic: ParameterSanity function |
| Talisman |
|
Posted: April 12th, 2012, 10:40 am
|
|
Replies: 5 Views: 725
|
Tuncay, thanks for the correction - I didn't think of that, but I could always think of a way around it.. or at least try ^_^. Guest, I wouldn't have used [] for a variable name anyway - I think that horrible for a variable name, regardless that it's valid in ahk. |
|
 |
Forum: Scripts Topic: ParameterSanity function |
| Talisman |
|
Posted: April 11th, 2012, 1:01 pm
|
|
Replies: 5 Views: 725
|
Yeh, the arrays make this a doddle, however, this script was specifically targeted for the ahk original... I might update it, anyway, to use arrays based on the A_version variable contents. 
 |
|
 |
Forum: Announcements Topic: Make AHK_L "main" version? |
| Talisman |
|
Posted: April 10th, 2012, 10:26 pm
|
|
Replies: 284 Views: 10058
|
| I'm very much an OOP/OOD person, having taught myself in high school 22 years ago and built on that. Having said that, I find that I use 0% of the OOP functionality in AHK_L. Even having extensive real-world experience with OOP/OOD in business, I still find myself getting bogged down in the design o... |
|
 |
Forum: Programming Topic: What Was The First Language You Learned? |
| Talisman |
|
Posted: April 10th, 2012, 8:53 pm
|
|
Replies: 52 Views: 4517
|
| sadly, "LOGO" when the turtle was still in vogue in the late 70's early 80's... then Commodore BASIC. From then on it was GW BASIC, Pascal, and then I taught myself C/C++ in my final two years of high-school. Then I went backwards to Visual Basic (yecch) in my first job. |
|
 |
Forum: Scripts Topic: SciTE4AutoHotkey v3.0.00 (RC1) [Updated 24/12/2011] |
| Talisman |
|
Posted: December 2nd, 2011, 7:34 am
|
|
Replies: 577 Views: 86000
|
| what about the font i particular? the face, the size? |
|
 |
Forum: Scripts Topic: ParameterSanity function |
| Talisman |
|
Posted: November 23rd, 2011, 11:05 am
|
|
Replies: 5 Views: 725
|
| How often do you struggle with the numbered command line parameters? Well, I got fed up with them and wrote a very simple function to add the letter "P" in fromt of the parameter number. Also, it globalizes them, so they are usable as with the "normal" command line paramters. Par... |
|
 |
Forum: Offtopic Topic: IRC cfxbot |
| Talisman |
|
Posted: August 16th, 2011, 7:40 am
|
|
Replies: 4 Views: 23
|
| And feel free to play around with my bot, cfxbot ... Nevermind all of that, it seems the channel (more specifically its social counterpart) is adverse to a bit of fun. (Which was shared) Bugz000 has stopped hosting cfxbot, and I won't be around for a while. Oh come on nimda... don't be sore. You we... |
|
 |
Forum: Offtopic Topic: who's more immature |
| Talisman |
|
Posted: June 30th, 2011, 8:56 am
|
|
Replies: 30 Views: 1698
|
Some wise old soul once said "What's the point in growing up "
I agree wholeheartedly
I'm going to be 18 until I die  |
|
 |
Forum: Scripts Topic: Auto-raise / mouse hover |
| Talisman |
|
Posted: May 31st, 2011, 12:52 pm
|
|
Replies: 89 Views: 30294
|
Just to confirm that Andy's Script (with Lexikos' debug function) works perfectly on Windows 7 Pro 32 bit.
hovering over any window activates it, as well as hovering over any tasklist button activates it's related window. |
|
 |
Forum: Scripts Topic: Keypress Timed response |
| Talisman |
|
Posted: May 26th, 2011, 11:29 am
|
|
Replies: 4 Views: 651
|
| "handsome" was in the irc channel ( http://www.autohotkey.com/forum/viewtopic.php?t=28311 ) asking for this script... I had some time today to do it so here it is: What it does, simply put, is this: 1. When you press "h" for <=250ms it outputs "1". 2. When you press &qu... |
|
 |
Forum: Scripts Topic: KDE-Style Alt-Grab Window Move Convenience Script |
| Talisman |
|
Posted: March 14th, 2011, 2:43 pm
|
|
Replies: 7 Views: 8249
|
| Thanks ck for your original script. I've modified it somewhat to release the grab on either releaseing alt or the mouse-button - so releasing either Alt or LButton will stop the window from moving - as well a toltip to display the top/left. I've also added in the resize functionality that linux prov... |
|
 |
Forum: Support Topic: key spam based on another modifier key |
| Talisman |
|
Posted: March 11th, 2011, 8:40 pm
|
|
Replies: 8 Views: 721
|
MasterFocus, iirc, this thread was originally a request for a key spam script based on another modifier key being pressed prior to the spam key.
At least that's how I interpreted it, which is what my code does.
Tali |
|
 |
Forum: Support Topic: key spam based on another modifier key |
| Talisman |
|
Posted: March 11th, 2011, 10:51 am
|
|
Replies: 8 Views: 721
|
| Refactored the code... If anyone is actively using the previous version, please download this version and test it. Frequency := 5 ; number of keypresses per second. FrequencyDelay := 32 ; how long to wait between each simulated keypress LButtonDown := False ~LButton:: { KeyWait, LButton, D LBut... |
|
 |
Forum: Scripts Topic: Internet usage nag screen |
| Talisman |
|
Posted: March 11th, 2011, 9:23 am
|
|
Replies: 0 Views: 508
|
| Someone was looking for a way to identify if they were connected to the internet and if so, after 10 minutes popup a nag screen telling them to do something more productive with their lives (on the #ahk irc channel) so I hacked it together quick for them. Thanks drugwash for the ping code. http://ww... |
|
 |
| Sort by: |