AutoHotkey Community

It is currently May 21st, 2012, 5:29 pm

All times are UTC [ DST ]


Search found 14 matches
Search these results:

Author Message

 Forum: Scripts   Topic: FavoriteFolders by Savage - on desktop

Posted: April 11th, 2010, 5:50 am 

Replies: 10
Views: 2851


Thought I'd be a little clever and add some Shutdown options but when I select one of them (e.g. Log off it opens a webpage searching for log off or something like that!) Shutdown ; Shutdown, 9 Log off ; Shutdown, 4 Restart computer ; Shutdown, 6 Ideas on how to make it work (I want it to Force shu...

 Forum: Scripts   Topic: Remove Empty Directories

Posted: March 16th, 2010, 12:27 am 

Replies: 33
Views: 6999


Do you know of a way to modify this script so that it ignores a specific file type? For example, if the folder has only .jpg files in it, I would like the script to consider the folder to be empty and delete it. On the other hand, if the folder has both .jpg and other files in it, I don't want the s...

 Forum: Issues   Topic: [Confirmed] Chrome and Opera break clipboard copy with \xA0

Posted: November 24th, 2008, 6:54 am 

Replies: 12
Views: 2630


Hmm. When that happens to me, from any browser, I have found that replacing all the quote marks (single & double) within the script usually fixes the problem. I have no idea why, but it does.

 Forum: Support   Topic: Find Vista Input Panel class

Posted: November 20th, 2008, 4:40 am 

Replies: 0
Views: 357


Does anyone know the class for Vista's Input Panel (Onscreen keyboard & handwriting converter for Tablets)? Or how I can find it? I've already tried WinSpy with no results, and the window doesn't show up in the taskbar or have a WinTitle, as far as I can tell. Because it is always on top, it int...

 Forum: Support   Topic: Alt+M+S opens say, a website

Posted: November 18th, 2008, 12:17 am 

Replies: 16
Views: 1247


What about if you've mapped Alt+M to do something already? Can you then map Alt+m+s to do something else, without having the Alt+M action fire as well?

 Forum: Support   Topic: How To Rate current playing music in media player?

Posted: November 14th, 2008, 6:54 am 

Replies: 4
Views: 884


I, too, would love to learn how to do this. It is far beyond my AHK scripting skills at the moment, though. :( I wouldn't even know where to start. Interestingly, in Vista, you don't have to be in Media Player to rate songs. You can do it from the music folder in windows explorer. Just select the fi...

 Forum: Support   Topic: Duplicate Hotkey

Posted: November 11th, 2008, 5:30 am 

Replies: 8
Views: 594


And here's my solution, which approaches it a little differently, since I didn't see this thread until after I'd written my own. I use Win + Space as my hotkey, but you could easily change that to Delete: #IfWinNotActive, Program Manager #Space:: WinMinimizeAll WinActivate, Program Manager return #I...

 Forum: Scripts   Topic: Show/Hide Desktop Toggle w/ one Hotkey

Posted: November 10th, 2008, 6:15 pm 

Replies: 4
Views: 1067


SoggyDog wrote:
Doesn't seem to affect my secondary monitor. Should it?

I only use one monitor, so I have no idea how to make it work on the secondary monitor. Maybe someone else knows?

 Forum: Scripts   Topic: Escape to Close

Posted: November 10th, 2008, 5:23 am 

Replies: 18
Views: 7632


Another idea for the escape button is to use it as a save & close button, not just a close button. This eliminates the step of manually pressing ctrl + s, and makes it easier for me to quickly work with my todo list and AHK scripts in notepad. I accidentally disabled this once when editing the s...

 Forum: Scripts   Topic: Show/Hide Desktop Toggle w/ one Hotkey

Posted: November 9th, 2008, 8:58 pm 

Replies: 4
Views: 1067


This is same as Win+M right? Yes, this is like Win + M, except that it toggles between minimize & restore, which is something that Win + M won't do on my computer. ..is there some other command for WIN+D? Not that I can remember off the top of my head. How to do WIN+D? The aggressive version th...

 Forum: Scripts   Topic: Show/Hide Desktop Toggle w/ one Hotkey

Posted: November 9th, 2008, 8:36 am 

Replies: 4
Views: 1067


If you find that Window's built in Show/Hide desktop feature is too aggressive for your needs, hiding your sidebar or widget applications, you may find this script useful. Many thanks to jaco0646 for helping me figure out how to make this work. #IfWinNotActive, Program Manager #Space:: WinMinimizeAl...

 Forum: Support   Topic: One Hotkey to Toggle between show/hide desktop

Posted: November 9th, 2008, 1:56 am 

Replies: 4
Views: 516


PurloinedHeart wrote:
Code:
#Space::#d

?

The problem is that the default #d clears the entire desktop, showing only wallpaper & shortcuts. I use Rainmeter & CD Art Display, and I want those to remain visible when I show the desktop. This way, they do.
Besides, I'm using #d for something else.

 Forum: Support   Topic: One Hotkey to Toggle between show/hide desktop

Posted: November 9th, 2008, 1:07 am 

Replies: 4
Views: 516


Yes! Now it works perfectly! Thank you so much!

 Forum: Support   Topic: One Hotkey to Toggle between show/hide desktop

Posted: November 9th, 2008, 12:47 am 

Replies: 4
Views: 516


I am trying to use Win + Space to toggle between WinMinmizeAll & WinMinmizeAllUndo. When I hit the Hotkey the first time, I want it to invoke WinMinimizeAll, and when I hit it again, I want it to invoke WinMinimizeAllUndo. I have tried several different ways of doing this without success. I've r...
Sort by:  
Page 1 of 1 [ Search found 14 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group