| Author |
Message |
Forum: Support Topic: Minimize/Restore all windows toggle |
| jes123 |
|
Posted: December 28th, 2006, 5:34 pm
|
|
Replies: 3 Views: 1057
|
| Many thanks for the snippets:) |
|
 |
Forum: Support Topic: Minimize/Restore all windows toggle |
| jes123 |
|
Posted: December 28th, 2006, 10:52 am
|
|
Replies: 3 Views: 1057
|
| Hi I have been thinking about a function I think would have very good to have but unfortunately I am quite new to autohotkey (1 week experience:)) so I do not quite know where to start and I hope to get some advise from someone out there.. The functionality I am hoping for is something like this: PR... |
|
 |
Forum: Support Topic: Mouse double click |
| jes123 |
|
Posted: December 27th, 2006, 11:41 am
|
|
Replies: 5 Views: 677
|
| Hi The answer for this question is probably straight forward but I have searched the forum for quite some time now without any good hints so I post this message. What I want is a funtion that closes a window by holding ALT and clicking anywhere in the window. I allready have a funtion that uses !LBu... |
|
 |
Forum: Support Topic: Alt key combined with Mouse Click question |
| jes123 |
|
Posted: December 21st, 2006, 11:32 am
|
|
Replies: 5 Views: 516
|
| That worked beautifully:) Many thanks! This is the script I will use it.. Alt+d and leftclick-- Minimize all Alt+d and rightclick-- Undo Minimize all ~d & LButton:: If GetKeyState("Alt") ;MsgBox, you pressed Alt+A & LButton WinMinimizeAll Return ~d & RButton:: If GetKey... |
|
 |
Forum: Support Topic: Newbie - Open Folder shortcut |
| jes123 |
|
Posted: December 21st, 2006, 11:22 am
|
|
Replies: 8 Views: 627
|
| Cool! Many thanks for the advise:) |
|
 |
Forum: Support Topic: Alt key combined with Mouse Click question |
| jes123 |
|
Posted: December 21st, 2006, 10:13 am
|
|
Replies: 5 Views: 516
|
| Hi Thanks for the replies. I have had a look at both of your suggestion. The first one seem to be an option but it only works for left click. I tried a variant solution with RButton as well but it opens the context mouse menu instead of doing an WinMinimizeAllUndo (it will do the undo if I click twi... |
|
 |
Forum: Support Topic: Alt key combined with Mouse Click question |
| jes123 |
|
Posted: December 20th, 2006, 11:21 pm
|
|
Replies: 5 Views: 516
|
Hi
I want to create a function that is activated when I hold the alt key and the A key and click the left mouse button..
I have tried something like this without any luck:o)
!a & LButton::
Please advise how I can do this:)
Jan |
|
 |
Forum: Support Topic: Newbie - Open Folder shortcut |
| jes123 |
|
Posted: December 20th, 2006, 3:52 pm
|
|
Replies: 8 Views: 627
|
| Hi I have looked at the tutorials and other posts in the forum and is working on creating another tool now:) Basically it is just a shortcut to close windows. However I have a minor issue in that when I use the command the focus is not moved to the next open window. E.g if I have 5 IE windows open a... |
|
 |
Forum: Support Topic: Newbie - Open Folder shortcut |
| jes123 |
|
Posted: December 20th, 2006, 2:10 pm
|
|
Replies: 8 Views: 627
|
|
 |
Forum: Support Topic: Newbie - Open Folder shortcut |
| jes123 |
|
Posted: December 20th, 2006, 1:25 pm
|
|
Replies: 8 Views: 627
|
Was it that simple:) It works beautifully!
Many thanks..
So just to understand it.. #a:: means WindowsKey + a then I assume? Do you happen to know if there is a list somewhere with mappings between keys and varibles I can use for my future projects:)
Thanks again! |
|
 |
Forum: Support Topic: Newbie - Open Folder shortcut |
| jes123 |
|
Posted: December 20th, 2006, 11:09 am
|
|
Replies: 8 Views: 627
|
| Hi All! I am an absolute newbie but very interested in creating a scripts that listens for a keyboard shortcut and then opens a specified folder based on this. From looking at some of the other tools I guess it should be fairly straight forward but do not know where to start.. E.g WindowsKey + A => ... |
|
 |
| Sort by: |