| View previous topic :: View next topic |
| Author |
Message |
EricCartman
Joined: 13 Oct 2008 Posts: 60 Location: South Park, Colorado
|
Posted: Tue Oct 21, 2008 1:43 pm Post subject: |
|
|
I'm not getting the menu in explorer folders. I suspect it's because I'm using Vista, and Vista's address bar in explorer has different functionality than previous Windows flavors.
Anybody know how to correct for that? |
|
| Back to top |
|
 |
Serenity
Joined: 07 Nov 2004 Posts: 1272
|
Posted: Tue Oct 21, 2008 2:07 pm Post subject: |
|
|
You can use Window Spy to determine if the window or control class has changed. _________________ "Anything worth doing is worth doing slowly." - Mae West
 |
|
| Back to top |
|
 |
lima
Joined: 24 Sep 2008 Posts: 7
|
Posted: Fri Oct 31, 2008 1:22 pm Post subject: |
|
|
Can somebody post the code for for UltraExplorer? Thanks in advance!
Can FolderMenu start with UltraExplorer instead of Explorer? |
|
| Back to top |
|
 |
Vnuh Guest
|
Posted: Fri Nov 28, 2008 10:58 am Post subject: Sweet script |
|
|
| To be honest, for now this script is the reason I decided to use AHK even though there should be other benefits / features I will discover later on. Thanks a bunch. This even does more than the other commercial applications I have tried before. |
|
| Back to top |
|
 |
FatZgrED
Joined: 19 Oct 2008 Posts: 7 Location: Kielce, Poland
|
Posted: Tue Mar 10, 2009 11:49 pm Post subject: Request |
|
|
I use this script everyday.
I found only two things missing
1. Holding Ctrl to show aubfolders causses I hardly ever use this feature
Maybe you can add rightclick to do the same? (not really hard)
2. Cause clicking on first position while in submenu(current dir) to go one level up
(little bit harder)
ad 1.
GetKeyState, f_OpenFavCState, RButton
if f_OpenFavCState = D
{
if f_OpenTempMenu(f_OpenFavPath)
return
}
/*press RMB and click LMB to open subfolder*/ |
|
| Back to top |
|
 |
rexx
Joined: 28 Feb 2006 Posts: 72
|
Posted: Wed Mar 11, 2009 12:52 pm Post subject: Re: Folder Menu - a popup menu to quickly change your folder |
|
|
| Jameson wrote: | 谢谢。
Thanks。 |
不客氣XD
| lima wrote: | If i want to add a url with a equal sign '=' in it, the script has a problem with the equal sign in the config.ini file.
In the config.ini file you see something like this:
| Code: | | forum=http://www.autohotkey.com/forum/viewtopic.php?p=93644 |
The line is being cutt-off on the second '='.
How can i solve this? |
ok i'm trying to solve this.
| EricCartman wrote: | I'm not getting the menu in explorer folders. I suspect it's because I'm using Vista, and Vista's address bar in explorer has different functionality than previous Windows flavors.
Anybody know how to correct for that? |
click on the address bar and then it works.
i'll try to do this by the script itself.
| lima wrote: | Can somebody post the code for for UltraExplorer? Thanks in advance!
Can FolderMenu start with UltraExplorer instead of Explorer? |
you can try add its classname to "OtherApps" in the config.
if it has Edit1, it may works.
| Vnuh wrote: | | To be honest, for now this script is the reason I decided to use AHK even though there should be other benefits / features I will discover later on. Thanks a bunch. This even does more than the other commercial applications I have tried before. |
thanks =D
| FatZgrED wrote: | I use this script everyday.
I found only two things missing
1. Holding Ctrl to show aubfolders causses I hardly ever use this feature
Maybe you can add rightclick to do the same? (not really hard)
2. Cause clicking on first position while in submenu(current dir) to go one level up
(little bit harder) |
1. added.
2. working...
btw i've added the total commander support, thanks. |
|
| Back to top |
|
 |
FatZgrED
Joined: 19 Oct 2008 Posts: 7 Location: Kielce, Poland
|
Posted: Wed Mar 11, 2009 4:20 pm Post subject: Thanks, but... :) |
|
|
For example this is my C:\windows:
When I Ctrl +click first entry i get those slashes around.
And I meant to Ctrl +click show menu of parent directory.
Btw long list like that, just asks for mouse scrolling
I know that I have big expectations, but with few features like that, this script My Computer Icon rarely used.
Especially if you add some hotkey to force menu straight from mouse.
I did this way but i have lots of buttons on my mouse and good software for it.
I'll try to write dynamic adding of drives to menu/submenu, in a week or so. |
|
| Back to top |
|
 |
rexx
Joined: 28 Feb 2006 Posts: 72
|
Posted: Sat Mar 14, 2009 4:03 pm Post subject: |
|
|
| lima wrote: | If i want to add a url with a equal sign '=' in it, the script has a problem with the equal sign in the config.ini file.
In the config.ini file you see something like this:
| Code: | | forum=http://www.autohotkey.com/forum/viewtopic.php?p=93644 |
The line is being cutt-off on the second '='.
How can i solve this? |
solved.
| EricCartman wrote: | I'm not getting the menu in explorer folders. I suspect it's because I'm using Vista, and Vista's address bar in explorer has different functionality than previous Windows flavors.
Anybody know how to correct for that? |
fixed.
| FatZgrED wrote: | I use this script everyday.
I found only two things missing
1. Holding Ctrl to show aubfolders causses I hardly ever use this feature
Maybe you can add rightclick to do the same? (not really hard)
2. Cause clicking on first position while in submenu(current dir) to go one level up
(little bit harder) |
1. added.
2. done. i add a ..\ item to go up and keep the first item(now second) so that i can open the current folder. |
|
| Back to top |
|
 |
wtg
Joined: 04 Oct 2006 Posts: 85 Location: Louisville, KY
|
Posted: Wed Mar 25, 2009 8:32 pm Post subject: |
|
|
| Thanks for this slick little script Rexx. I use almost daily - it's a great timesaver. |
|
| Back to top |
|
 |
rexx
Joined: 28 Feb 2006 Posts: 72
|
Posted: Sun Apr 05, 2009 10:04 am Post subject: |
|
|
| wtg wrote: | | Thanks for this slick little script Rexx. I use almost daily - it's a great timesaver. |
Thanks!
updates again.
added recently opened items menu, which records items recently opened by folder menu.
the original recent menu (which searches system recent folder lnks) is moved into the recent submenu.
another update is menu icon, supported by Lexiko's build.
so you have to run the script with Lexiko's build.
let me know if you need one without icon, which can run with the official build.
and the config file is updated again, for recent items and icons.
check config file (rename it to Config.ini) for the updates. |
|
| Back to top |
|
 |
RottNKorpse
Joined: 03 Apr 2009 Posts: 2 Location: don't rush me
|
Posted: Mon Apr 06, 2009 8:05 am Post subject: |
|
|
this is an awesome script...wish I had seen this sooner. It kind of gives vista or xp the Win7 function of Jump Lists so thats quite awesome. Thanks. _________________
  |
|
| Back to top |
|
 |
catweazle Guest
|
Posted: Thu Apr 09, 2009 7:07 pm Post subject: Re: Folder Menu - a popup menu to quickly change your folder |
|
|
When I try to run the script, it complains that included file GUI.ahk cannot be opened. Presumably you need to also post this file?
Thanks,
John. |
|
| Back to top |
|
 |
rexx
Joined: 28 Feb 2006 Posts: 72
|
|
| Back to top |
|
 |
rexx
Joined: 28 Feb 2006 Posts: 72
|
Posted: Fri Apr 10, 2009 11:10 am Post subject: |
|
|
update:
website and options GUI. |
|
| Back to top |
|
 |
catweazle Guest
|
Posted: Fri Apr 10, 2009 8:38 pm Post subject: |
|
|
I'm another long time user of Savage's FavoriteFolders script and am finding this new version to be an excellent update. I like the icons and the registry favorites.
I've added support for Emacs, FreeCommander and Rxvt (command prompt for Cygwin shells such as bash, zsh).
Here's the code for the f_DisplayMenu subroutine, which I've added just below the existing code that handles ConsoleWindowClass:
; Emacs
if w_Class = Emacs
{
w_Edit1Pos = 1
Menu, _MainMenu, show
return
}
; FreeCommander
if w_Class = TfcForm
{
w_Edit1Pos = 1
Menu, _MainMenu, show
return
}
; Rxvt command prompt
if w_Class contains rxvt
{
w_Edit1Pos = 1
Menu, _MainMenu, show
return
}
Here's the code for the f_OpenFavorite subroutine, which I again added just below the existing code to handle ConsoleWindowClass:
; Emacs
else if w_Class = Emacs
{
SetKeyDelay, 0 ; This will be in effect only for the duration of this Thread.
Send, !xfind-file{Enter}
Send, %f_OpenFavPath%{Tab}
}
; FreeCommander
else if w_Class = TfcForm
{
SendMode,Play
Send, !g
Send, %f_OpenFavPath%{Enter}
}
; Rxvt command prompt
else if w_Class contains rxvt
{
SetKeyDelay, 0 ; This will be in effect only for the duration of this Thread.
Send, cd `'%f_OpenFavPath%`'{Enter}
Send, ls{Enter}
}
John. |
|
| Back to top |
|
 |
|