AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 207 matches
AutoHotkey Community Forum Index
Author Message
  Topic: distinguishing between dynamic hotkeys
savage

Replies: 2
Views: 168

PostForum: Ask for Help   Posted: Tue Mar 03, 2009 11:34 pm   Subject: distinguishing between dynamic hotkeys
Nevermind, figured it out myself. It's the A_ThisHotkey variable, for the record.
  Topic: distinguishing between dynamic hotkeys
savage

Replies: 2
Views: 168

PostForum: Ask for Help   Posted: Tue Mar 03, 2009 11:27 pm   Subject: distinguishing between dynamic hotkeys
If I have the following, is there anyway to tell from within MyLabel which hotkey was used to trigger it? Assume that there could be any number of such hotkeys.


Hotkey, ^+f, MyLabel
Hotkey, #^d ...
  Topic: embedded ruby for ahk
savage

Replies: 0
Views: 621

PostForum: Scripts & Functions   Posted: Thu Jul 03, 2008 4:12 am   Subject: embedded ruby for ahk
I've wanted to be able to embed a ruby interpreter in AHK for ages and I finally got it working a bit ago.


;Internal definitions
rb_handle = 0

rb_Eval(code)
{
local ret
...
  Topic: Show Windows Shutdown Dialog
savage

Replies: 1
Views: 1207

PostForum: Scripts & Functions   Posted: Sat Nov 03, 2007 2:45 am   Subject: Show Windows Shutdown Dialog
I had a need to show the full windows shutdown dialog, screen fadiness and all, from the command line so after much digging I came up with this little snippet.

GetOrdinalAddress(library,ordina ...
  Topic: Another AHK mention on Lifehacker
savage

Replies: 3
Views: 5418

PostForum: General Chat   Posted: Sat Nov 03, 2007 1:15 am   Subject: Another AHK mention on Lifehacker
Adam Pash wrote a tutorial for basic AHK functionality on [url=http://lifehacker.com/software/hack-attack/turn-any-action-into-a-keyboard-shortcut-316589.php]lifehacker

Perhaps a link could be adde ...
  Topic: Favorite Folders popup menu that you can change on the fly.
savage

Replies: 161
Views: 36287

PostForum: Scripts & Functions   Posted: Tue Jul 17, 2007 8:59 pm   Subject: Favorite Folders popup menu that you can change on the fly.
As for putting folders after links, this version of BuildMenu should do the trick. Please bear in mind though that I only gave it a very cursory testing.

BuildMenu( testPath, menu )
...
  Topic: Favorite Folders popup menu that you can change on the fly.
savage

Replies: 161
Views: 36287

PostForum: Scripts & Functions   Posted: Tue Jul 17, 2007 8:54 pm   Subject: Favorite Folders popup menu that you can change on the fly.
Well if all you want to do is use the script's "open path in various things" functionality you can just use this function. I just pulled the relevant bits out of the script and mashed them t ...
  Topic: Visual Basic Free Edition
savage

Replies: 18
Views: 3189

PostForum: Utilities & Resources   Posted: Mon Aug 21, 2006 6:02 pm   Subject: Visual Basic Free Edition
GCC isn't bad but really generated big exes/dlls (more than twice the size of those generated by VC++6).

Zuh? Did you strip the exes after they were compiled? Did you generate debug info? I've alwa ...
  Topic: Winroll
savage

Replies: 4
Views: 1371

PostForum: Utilities & Resources   Posted: Tue Jan 17, 2006 8:40 pm   Subject: Winroll
Yeah winroll is better. I wrote that script as an attempt to merge more of my little utils into one script. I've since decided to just use what works best.
  Topic: SMS messaging made easy with the help of Teleflip extension
savage

Replies: 4
Views: 2673

PostForum: Scripts & Functions   Posted: Tue Nov 29, 2005 4:28 pm   Subject: SMS messaging made easy with the help of Teleflip extension
SMS messages are limited in length. Hence the name - Short Message... um.. Something.
  Topic: ahk-mode.el - editing AHK scripts with XEmacs
savage

Replies: 15
Views: 6516

PostForum: Utilities & Resources   Posted: Fri Nov 25, 2005 7:30 pm   Subject: ahk-mode.el - editing AHK scripts with XEmacs
Cool! I've started using emacs more now that I've started fooling with Common Lisp (can't beat SLIME!).

Reminds me I need to redo my Vim syntax file for ahk because it sucks....
  Topic: change where #includes take place
savage

Replies: 3
Views: 910

PostForum: Wish List   Posted: Sat Nov 19, 2005 3:35 am   Subject: change where #includes take place
No the point is that the included file is merged in and THEN everything is run. Unless I've completely missed something.
  Topic: change where #includes take place
savage

Replies: 3
Views: 910

PostForum: Wish List   Posted: Sat Nov 19, 2005 1:00 am   Subject: change where #includes take place
Err, I guess this isn't really necessary at all. You can do the same thing by checking the file modification times, running the parse and then (duh) reloading the script. No wrapper script is necessar ...
  Topic: change where #includes take place
savage

Replies: 3
Views: 910

PostForum: Wish List   Posted: Sat Nov 19, 2005 12:14 am   Subject: change where #includes take place
I don't know if this would even be possible, but it would kick ass for those of us who have dabbled in the forbidden arts of metaprogramming in order to make some tasks in ahk a little cooler Smile.

W ...
  Topic: AutoHotkey as programming language
savage

Replies: 62
Views: 7965

PostForum: Wish List   Posted: Fri Nov 18, 2005 11:34 pm   Subject: AutoHotkey as programming language
AHK's not meant to be a general purpose programming language. That was never the point and I doubt chris has any intention of making it that way. AHK is turing-complete and has been so for ages, so te ...
 
Page 1 of 14 Goto page 1, 2, 3 ... 12, 13, 14  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group