AutoHotkey Community

It is currently May 23rd, 2012, 4:59 am

All times are UTC [ DST ]


Search found 48 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Control Screen Brightness with Mouse ScrollWheel on TrayIcon

Posted: May 20th, 2012, 4:15 am 

Replies: 6
Views: 762


The mouse pointer changes to caret but for some reason it disappears. Interestingly, when I put the pointer elsewhere and it takes the standard arrowhead shape changing display brightness using this script affects all elements of the screen except the mouse pointer, which stays bright white all the ...

 Forum: Issues   Topic: BUG: Sending keystrokes from within #If condition

Posted: May 19th, 2012, 9:32 am 

Replies: 6
Views: 188


Thanks for clarifying, Lexikos. In my script #MaxThreads and #MaxThreadsPerHotkey are both unspecified, so default values should be in place (10 and 1 threads respectively). Does this mean that the 1:: thread is still running? I don't see how this could be. Originally what I wanted to do was write a...

 Forum: Issues   Topic: BUG: Sending keystrokes from within #If condition

Posted: May 16th, 2012, 4:34 am 

Replies: 6
Views: 188


Thanks for replying guys. This code may seem trivial but in the context of my script a section of code that caused this problem was required. There are other way to achieve the same but if this is a bug it'd be nice to have it fixed, hence my post. What I was expecting to see is the "ONE" ...

 Forum: Issues   Topic: BUG: Sending keystrokes from within #If condition

Posted: May 15th, 2012, 3:09 am 

Replies: 6
Views: 188


I've spent quite a while scratching my head over this one and I think I've managed to narrow it down. It's either a bug or me being stupid. Hopefully it's the latter! Thanks in advance :D The following code consistently reproduces the bug. Before you run it, try to predict the behaviour of this scri...

 Forum: Scripts   Topic: Create new text file

 Post subject: Re: Create new text file
Posted: May 13th, 2012, 3:55 am 

Replies: 2
Views: 1710


Thanks to the OP for getting me started with the idea of creating a new text file with Autohotkey. I tried the script but the bit that retrieves the current folder path didn't work. Obtaining the path from the address box is not the neatest way to do it, so I searched the forums for a better solutio...

 Forum: Offtopic   Topic: ahk alternative?

 Post subject: Re: ahk alternative?
Posted: May 9th, 2012, 6:16 am 

Replies: 42
Views: 9851


I've been using AHK and now AHK_L for at total of 3 years, writing scripts pretty much every day, and I've never had to look elsewhere. Since AHK already meets each and every one of my needs, there is no point in me wasting life looking into alternatives when I already have a suitable system in plac...

 Forum: Scripts   Topic: Control Screen Brightness with Mouse ScrollWheel on TrayIcon

Posted: May 5th, 2012, 8:52 am 

Replies: 6
Views: 762


SKAN, this script is much appreciated! I've only found one small problem: the mouse pointer is hard to see or totally invisible when I set the screen brightness to the lowest level and hover the mouse pointer over an editable text field such as the white are of Notepad or a GUI text box. Also, I wis...

 Forum: Support   Topic: Select file path

 Post subject: Re:
Posted: May 2nd, 2012, 3:54 am 

Replies: 6
Views: 1099


Clipboard = Send ^c ClipWait,2 If ! Errorlvel Clipboard := %Clipboard% msgbox % Clipboard Just to point out a small typo, it should read Errorlevel (you missed out the second 'e'). Because of this type it wouldn't work at first and had me baffled for a minute hehe. This snippet works really well ac...

 Forum: Scripts   Topic: Run AHK scripts with less (half or even less) memory usage

Posted: March 10th, 2012, 7:31 am 

Replies: 22
Views: 12566


Raule wrote:
can we call this function many times?

A question straight out of Viagra F.A.Q.s :lol:

 Forum: Support   Topic: Disable context menu - combo hotkey with RButton

Posted: February 26th, 2012, 9:47 am 

Replies: 12
Views: 469


Here is my neatest solution so far. It allows for commands to be run instantly on key down rather than on key up. The disadvantage of this script is that you have to define a group with the various context menu classes you come across. Each time you install a new app there is a chance that it's cont...

 Forum: Support   Topic: Disable context menu - combo hotkey with RButton

Posted: February 25th, 2012, 11:56 am 

Replies: 12
Views: 469


Today I managed to come up with a simplified version of the above code. The key is suppressing the context menu when the RButton is released rather than when it is pressed down, i.e. on the key-up event. This yields very predictable behaviour and neater, simpler code. ;This code allows you to use bo...

 Forum: Support   Topic: Just Disable right-click menu after finish my hotkey. plz...

Posted: February 24th, 2012, 7:26 pm 

Replies: 4
Views: 287


My reply in this thread is relevant to this topic and may be of use: Disable context menu - combo hotkey with RButton Basically it goes like this: ~LButton::Return #If GetKeyState("RButton", "p") LButton:: ;Your code KeyWait, Rbutton ;As soon as RButton is released... Sen...

 Forum: Support   Topic: Disable context menu - combo hotkey with RButton

 Post subject: My solution
Posted: February 24th, 2012, 7:09 pm 

Replies: 12
Views: 469


This thread has inspired me greatly. What I've been trying to achieve for over a year was the following: LButton & Rbutton::SendInput {F13} RButton & Lbutton::SendInput {F14} I use these two hotkeys to pop up two floating True Launch Bar ( http://www.truelaunchbar.com ) m...

 Forum: Suggestions   Topic: Group functions

Posted: October 12th, 2011, 7:09 pm 

Replies: 4
Views: 1464


I also would find this feature rather handy!

 Forum: Scripts   Topic: Multiple keyboards workaround

Posted: September 3rd, 2011, 2:43 pm 

Replies: 6
Views: 3351


Is GlovePIE dead? I get this when I try to access the website: Forbidden You don't have permission to access /glovepie.php on this server. Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request. By the way, can anyone point out the main 3 or 4 ...
Sort by:  
Page 1 of 4 [ Search found 48 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group