| Author |
Message |
Topic: Autohotkey File Browser |
WHACKSTER
Replies: 0
Views: 104
|
Forum: Ask for Help Posted: Fri Jul 24, 2009 8:24 pm Subject: Autohotkey File Browser |
Could anyone please help in making a media center type file browser?
I just want to have the file/folder structure in big font size and to be able to navigate with up/down keys, nothing else.
An ... |
Topic: Folder Menu - a popup menu to quickly change your folders |
WHACKSTER
Replies: 174
Views: 40344
|
Forum: Scripts & Functions Posted: Fri Jul 03, 2009 4:11 pm Subject: Folder Menu - a popup menu to quickly change your folders |
| I did some checking, and it might be the because I had quotes on the path in the TC ini file, that wha causing some strange behavior, one time it would open the path in TC, and then it would open it i ... |
Topic: Distinguishing alt-right and ctrl-alt-right |
WHACKSTER
Replies: 7
Views: 183
|
Forum: Ask for Help Posted: Thu Jul 02, 2009 11:08 pm Subject: Distinguishing alt-right and ctrl-alt-right |
Yes it is possible for some key combinations not to work for certain keyboards because of their matrix.
Try the script with a different keyboard to be sure, I think there is a way to solve this iss ... |
Topic: Folder Menu - a popup menu to quickly change your folders |
WHACKSTER
Replies: 174
Views: 40344
|
Forum: Scripts & Functions Posted: Thu Jul 02, 2009 3:54 pm Subject: Folder Menu - a popup menu to quickly change your folders |
| I'm using Folder Menu to quick access some folders, the ones with full path like c:\utilities open in the focused TC panel when I click on it, but "%COMMANDER_PATH%\..\..\Downloads\" opens i ... |
Topic: Folder Menu - a popup menu to quickly change your folders |
WHACKSTER
Replies: 174
Views: 40344
|
Forum: Scripts & Functions Posted: Thu Jul 02, 2009 2:43 pm Subject: Folder Menu - a popup menu to quickly change your folders |
| I'm using Folder Menu to quick access some folders, the ones with full path like c:\utilities open in the focused TC panel when I click on it, but "%COMMANDER_PATH%\..\..\Downloads\" opens i ... |
Topic: Folder Menu - a popup menu to quickly change your folders |
WHACKSTER
Replies: 174
Views: 40344
|
Forum: Scripts & Functions Posted: Wed Jul 01, 2009 10:14 pm Subject: Folder Menu - a popup menu to quickly change your folders |
| In v2.07 relative paths containing %COMMANDER_PATH% suddenly open in an explorer window, and I can't get them to open in TC, I've disabled Folder Menu to open on desktop & explorer? |
Topic: Command Line |
WHACKSTER
Replies: 4
Views: 262
|
Forum: Ask for Help Posted: Fri Jun 26, 2009 4:34 pm Subject: Command Line |
what hotkey do you want to use and what is it supposed to send?
do you first press t to open the chat box and then type 1Dont 2Forget 3The 4T5W6I7X8'9S0! ? |
Topic: $ not working |
WHACKSTER
Replies: 8
Views: 243
|
Forum: Ask for Help Posted: Thu Jun 25, 2009 4:52 pm Subject: $ not working |
#IfWinActive, ahk_class Notepad
$=::Send, abc
this works. |
Topic: $ not working |
WHACKSTER
Replies: 8
Views: 243
|
Forum: Ask for Help Posted: Thu Jun 25, 2009 4:39 pm Subject: $ not working |
this works for me:
#IfWinActive, ahk_group esctoclose
ESC::!F4
instead of the group you can use window title or ahk_class... |
Topic: Folder Menu - a popup menu to quickly change your folders |
WHACKSTER
Replies: 174
Views: 40344
|
Forum: Scripts & Functions Posted: Thu Jun 25, 2009 8:22 am Subject: Folder Menu - a popup menu to quickly change your folders |
Sorry I missed that, spent half an hour trying to figure out what's wrong ant it never occurred to me that I actually wrote the path....
Thank You for this amazing app it's such a a time saver! |
Topic: Folder Menu - a popup menu to quickly change your folders |
WHACKSTER
Replies: 174
Views: 40344
|
Forum: Scripts & Functions Posted: Wed Jun 24, 2009 6:02 pm Subject: Folder Menu - a popup menu to quickly change your folders |
| Thank you for the quick fix for using %COMMANDER_PATH% variable, but it still doesn't work like it should, there is an extra \ added after the variable so Folder Menu processes the path like %COMMANDE ... |
Topic: Folder Menu - a popup menu to quickly change your folders |
WHACKSTER
Replies: 174
Views: 40344
|
Forum: Scripts & Functions Posted: Wed Jun 24, 2009 4:33 pm Subject: Re: Relative Paths? |
Is there a way to specify that a shortcut is to a relative path (e.g. a folder on my flash drive, understanding the drive letter may be different on different machines?)
Sorry if I'm missing someth ... |
Topic: Folder Menu - a popup menu to quickly change your folders |
WHACKSTER
Replies: 174
Views: 40344
|
Forum: Scripts & Functions Posted: Tue Jun 23, 2009 11:48 pm Subject: Folder Menu - a popup menu to quickly change your folders |
So it means all entries in
Yes - completly right. (This is very handy to allow separation of user defined ini-entries from more "global" entries ...)
The entry is completly stored ... |
| |