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 11 matches
AutoHotkey Community Forum Index
Author Message
  Topic: How to activate or fire an event when a window opens?
j0dan

Replies: 6
Views: 612

PostForum: Ask for Help   Posted: Wed Jun 10, 2009 5:56 am   Subject: How to activate or fire an event when a window opens?
Check

Thanks, that's exactly what I've been looking for.

However I haven't been able to get it working on my system. I'm running the code exactly as downloaded in its own AHK file with 0 modifi ...
  Topic: How to activate or fire an event when a window opens?
j0dan

Replies: 6
Views: 612

PostForum: Ask for Help   Posted: Wed Jun 10, 2009 12:32 am   Subject: How to activate or fire an event when a window opens?
So an endless loop/delay/check is the best way to do this?
  Topic: How to activate or fire an event when a window opens?
j0dan

Replies: 6
Views: 612

PostForum: Ask for Help   Posted: Tue Jun 09, 2009 9:59 pm   Subject: How to activate or fire an event when a window opens?
How can I fire an event and run some script when a window opens or is focused?

I'd like something like this:
OnWindowActive Notepad::
MsgBox "Notepad just opened"
return
  Topic: HOWTO: Change Samsung LCD settings (eg brightness, contrast)
j0dan

Replies: 1
Views: 2256

PostForum: Scripts & Functions   Posted: Thu Apr 02, 2009 12:53 am   Subject: HOWTO: Change Samsung LCD settings (eg brightness, contrast)
If all you need to do is change the brightness of your primary display, try http://sven.killig.de/magictunecmd/ It does just that.

If you don't own a Samsung, try playing around with http://entecht ...
  Topic: HOWTO: Change Samsung LCD settings (eg brightness, contrast)
j0dan

Replies: 1
Views: 2256

PostForum: Scripts & Functions   Posted: Thu Apr 02, 2009 12:17 am   Subject: HOWTO: Change Samsung LCD settings (eg brightness, contrast)
First get MagicTune MagicTuneStart() {
WinShow MagicTune Premium ; Show the hidden window
WinActivate MagicTune Premium
WinWaitActive MagicTune Premium, , 8
if ErrorLevel
MsgBo ...
  Topic: HID/Extended input devices (MS Natural Keyboard 4000 etc.)
j0dan

Replies: 31
Views: 10973

PostForum: Scripts & Functions   Posted: Tue Mar 24, 2009 5:27 pm   Subject: HID/Extended input devices (MS Natural Keyboard 4000 etc.)
It looks like modifiers like the windows key can be applied to the favorite buttons on the natural keyboard. The codes are the same except the last digit is an 8 instead of 0 for Windows.

But I'm n ...
  Topic: #Include without displaying error when file not fond
j0dan

Replies: 7
Views: 1732

PostForum: Wish List   Posted: Sun Feb 08, 2009 8:23 pm   Subject: #Include without displaying error when file not fond
Thanks fincs!

Somehow I missed that in the help file. :X
  Topic: #Include without displaying error when file not fond
j0dan

Replies: 7
Views: 1732

PostForum: Wish List   Posted: Sun Feb 08, 2009 8:07 pm   Subject: #Include without displaying error when file not fond
This capability has been added in the

The help file still says you cannot have a conditional #Include. Has this changed ever?
  Topic: HID/Extended input devices (MS Natural Keyboard 4000 etc.)
j0dan

Replies: 31
Views: 10973

PostForum: Scripts & Functions   Posted: Sat Feb 07, 2009 8:05 am   Subject: HID/Extended input devices (MS Natural Keyboard 4000 etc.)
Thank-you so much for this!!!

Here are the mappings for all the favorite buttons:
; My Favorites
0182010000010000:
MsgBox My Favorites Button
return
; Favorites 1
0100000000050000:
...
  Topic: Zoom Key Remap
j0dan

Replies: 3
Views: 845

PostForum: Ask for Help   Posted: Sat Feb 07, 2009 7:51 am   Subject: Zoom Key Remap
Sorry to push this thread to the top of the stack but I had been searching for a while in Google and this is one of the first matches for Microsoft Natural 4000 hacking.

I wish this page came up in ...
  Topic: My simple yet very useful script. Firefox copy+new tab+paste
j0dan

Replies: 0
Views: 1052

PostForum: Scripts & Functions   Posted: Mon Feb 02, 2009 11:55 pm   Subject: My simple yet very useful script. Firefox copy+new tab+paste
I thought I'd share my most useful AHK script. It's simple, but is used many times/day. It's most useful with an address bar command thingy like ^Capslock::
SetTitleMatchMode, 2
IfWinExist ...
 
Page 1 of 1
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group