AutoHotkey Community

It is currently May 22nd, 2012, 12:31 pm

All times are UTC [ DST ]


Search found 9 matches
Search these results:

Author Message

 Forum: Support   Topic: If-Else and GetKeyState confusion

Posted: April 28th, 2010, 10:46 pm 

Replies: 6
Views: 833


Thank you!
The function makes more sense looking at it that way.
Incorporating into my .ini file now.... :P

 Forum: Support   Topic: If-Else and GetKeyState confusion

 Post subject: [Solved]
Posted: April 28th, 2010, 9:25 pm 

Replies: 6
Views: 833


Yes, that's working ok, sinkfaze, but I think I found the problem: I can't use the same name for the GroupAdd (according to the Help file, it retains the window associations even though it's not being addressed). Making two separate blocks of code seems to be working well, now. Thanks for the tips, ...

 Forum: Support   Topic: If-Else and GetKeyState confusion

Posted: April 28th, 2010, 8:51 pm 

Replies: 6
Views: 833


Thanks for your reply, but that seems to only close one window at a time for each keystroke.
And the Help file for WinClose points me back to GroupAdd for multiple windows anyway.

I don't get why the "else" statement is being ignored either; I think I'm using the wrong syntax somehow...

 Forum: Support   Topic: If-Else and GetKeyState confusion

Posted: April 28th, 2010, 8:23 pm 

Replies: 6
Views: 833


hello - I'm not understanding why this doesn't work correctly. I want to close all WinExplorer windows with the AppsKey-period, and all the Internet windows with a SHIFT-AppsKey-period. The un-SHIFTed works ok, but using SHIFT seems to drop into the "else" statement anyway. :? I've tried m...

 Forum: Scripts   Topic: Windows-7 Like Window Positioning for XP and Vista

Posted: March 31st, 2010, 10:52 pm 

Replies: 80
Views: 13511


I've run across a CAVEAT which might be of note: When I use WinAmp, it sits at the top of my screen as a narrow control bar. I happened to press the "UpperHalf" hotkey while it was still selected and it enlarged the WinAmp "canvas" below the actual bar to a big, gray, unsizeable ...

 Forum: Scripts   Topic: Windows-7 Like Window Positioning for XP and Vista

Posted: March 29th, 2010, 8:25 pm 

Replies: 80
Views: 13511


Good suggestion, Mr Fish
....shuffling numbers now... :wink:

 Forum: Scripts   Topic: Windows-7 Like Window Positioning for XP and Vista

Posted: March 28th, 2010, 8:00 pm 

Replies: 80
Views: 13511


This is VERY nice - Thanks! :P But don't forget "Numpad0", too. !Numpad0:: Win__CenterScreen("A") Win__Centerscreen(WinID) { if Win__GetMonitorPos(X, Y, W, H, WinID) { WinMove, ahk_id %WinID%,, X + W//5, Y + H//8, W - W//2.5, H - H//4 } ...

 Forum: Support   Topic: Searching for a old script that executes scripts from clipbo

Posted: January 11th, 2010, 12:46 am 

Replies: 3
Views: 260


I use this to run from a hotkey I have in the AutoHotKey.ini file. (Very) Quick 'n Dirty :o ; RunSample.ahk: Run script from clipboard #NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. SendMode Input ; Recommended for new scripts due to its superior speed and re...

 Forum: Suggestions   Topic: Support for UltraEdit 15.00?

Posted: July 4th, 2009, 9:55 pm 

Replies: 5
Views: 2468


Thanks for this script! Works great! :P I found a redundant folder-path entry, though. Line 143: AHKSyntax = %ahkpath%\AutoHotkey\Extras\Editors\Syntax should read: AHKSyntax = %ahkpath%\Extras\Editors\Syntax because %ahkpath% already has the install directory ("AutoHotKey") in its name; o...
Sort by:  
Page 1 of 1 [ Search found 9 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group