AutoHotkey Community

It is currently May 23rd, 2012, 11:36 pm

All times are UTC [ DST ]


Search found 103 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Batch change file or folder icons

Posted: March 2nd, 2012, 1:37 am 

Replies: 1
Views: 266


I created a set of 27 folders, named from 'A' to 'Z' plus an extra folder named '0-9', to be used as placemark folders in my software catalog directory in Windows Explorer. I wanted them all to have the same icon (not the default Windows folder icon). They are all within an enclosing folder. E.g., t...

 Forum: Support   Topic: Easy Access to Favorite Folders - by Savage & directory

Posted: February 28th, 2012, 8:42 am 

Replies: 2
Views: 391


Hi. I just stumbled across your post, having a very similar problem. I wrote an AHK script which creates a new hotkey for Direct Folders (DF), a folder launcher which normally acts on Windows Explorer, but will also open Directory Opus if it is acting as an Explorer replacement. When using DF to ope...

 Forum: Support   Topic: [solved] Invoking Direct Folders by one-handed mouse macro

Posted: February 28th, 2012, 12:23 am 

Replies: 2
Views: 96


Sorry about that, Gast, it was late and I was in a hurry. Have edited post and title, hope that's more meaningful. (Added) If you try using Direct Folders to launch a folder in Directory Opus you may find that each time it opens a new instance (new Lister) of Directory Opus, which can be annoying. T...

 Forum: Support   Topic: [solved] Invoking Direct Folders by one-handed mouse macro

Posted: February 27th, 2012, 2:34 pm 

Replies: 2
Views: 96


This is not a request for help but a tip for how to create an extra mouse hotkey when one has only a 3-button mouse, cannot use the middle button and does not want to change the basic behavior of the L or R mouse buttons. Also it is a tip about how to interface file managers such as Windows Explorer...

 Forum: Support   Topic: [solved] StringReplace special (literal) characters

Posted: February 8th, 2012, 7:30 am 

Replies: 0
Views: 94


I wanted to use the "`" key as a left hand alternative key to "0" (zero) so that I could keep my RH on the mouse while entering "0" with my left. The code would use StringReplace to replace every "`" with 0, e.g., entering "`8:45" would be changed to...

 Forum: Support   Topic: External USB number pad not recognized by AHK

Posted: September 30th, 2011, 2:13 pm 

Replies: 5
Views: 294


@engunneer, thanks for your suggestion of checking the key history - didn't occur to me. And thanks to Leef_me for your excellent KeyHistory script. Yes, the external numpad does have a Num Lock key, also a LED which lights up when Num Lock is ON. With it OFF, I ran Leef_me's script, then pressed 4 ...

 Forum: Support   Topic: External USB number pad not recognized by AHK

Posted: September 30th, 2011, 6:24 am 

Replies: 5
Views: 294


Hi all. I've connected a Belkin external USB number pad to my laptop, which has a number pad built into its keyboard and, like a conventional keyboard, the built-in number pad is separate from the main keyboard (i.e., I don't have to use the Function key to enable it). Being right-handed, I wish to ...

 Forum: Support   Topic: [Solved] Detect if Enter or Esc pressed to close a window?

Posted: July 7th, 2010, 8:31 am 

Replies: 5
Views: 236


@sumon: I can't see what your problem is. Input means AHK looks at whatever you type in. If you use the V parameter, then whatever window happens to be on top gets the keystrokes. If you want to narrow this down, then use #IfWinActive, or else WinActivate.

Does that help you?

 Forum: Support   Topic: [Solved] Detect if Enter or Esc pressed to close a window?

Posted: July 7th, 2010, 3:50 am 

Replies: 5
Views: 236


Thanks, SKAN! :)
How could I have missed seeing that in Help?!

 Forum: Support   Topic: [Solved] Detect if Enter or Esc pressed to close a window?

Posted: July 7th, 2010, 3:07 am 

Replies: 5
Views: 236


The macro opens an application's dialog box where text can be entered. Pressing Esc cancels and closes the dialog box; pressing Enter closes the dialog box, accepting the text. The macro goes on to do something else after the box is closed, but only IF the user closed it by pressing ENTER. F1:: ...

 Forum: Support   Topic: [solved] Bypass Explorer file name editor shortcut F2?

Posted: July 2nd, 2010, 3:48 pm 

Replies: 7
Views: 328


Well, I finally got to the bottom of it. The real problem had nothing to do with anything discussed here previously. It turned out that my (fairly long) script had two Win+F2 hotkeys in it, suitably isolated, or so I thought, by appropriate #IfWinActive directives. Here's the problem reduced to a nu...

 Forum: Support   Topic: [solved] Bypass Explorer file name editor shortcut F2?

Posted: July 2nd, 2010, 7:01 am 

Replies: 7
Views: 328


Thanks again None! SendInput %Clipboard% ought to work, but still doesn't. Dunno what is wrong. I'll try stripping everything away one by one from the larger script till I figger out where the problem lies. Gotta be something simple. Good to see that $#F2:: does work when this block stands alone.

 Forum: Support   Topic: [solved] Bypass Explorer file name editor shortcut F2?

Posted: July 2nd, 2010, 6:24 am 

Replies: 7
Views: 328


OK, thx for replying so quickly. You are right, that script on its own works! Thanks a lot. I'm still puzzled by why mine doesn't - maybe I need to insert a GroupAdd statement. Will try that now. (added) Strange, I copied your exact script back into the main one and it still stalls, yet on its own i...

 Forum: Support   Topic: [solved] Bypass Explorer file name editor shortcut F2?

Posted: July 2nd, 2010, 6:02 am 

Replies: 7
Views: 328


Hi None,

I thought of that just after I posted and tried it while you were answering - still hangs. Does it work for you?

 Forum: Support   Topic: [solved] Bypass Explorer file name editor shortcut F2?

Posted: July 2nd, 2010, 5:54 am 

Replies: 7
Views: 328


I've created a macro to rename a file with the contents of the Windows clipboard: #IfWinActive, ahk_class ExploreWClass +F1:: ;Shift+F1 #IfWinActive, ahk_class CabinetWClass ;Alternative class +F1:: SendInput {f2} ;Open name editor Sleep 200 SendInput ^v ;Paste whole filename from clipboar...
Sort by:  
Page 1 of 7 [ Search found 103 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group