2Lefteous
Breadcrumbs in directory menu would be great!
Support ++
Breadcrumb menu in more places
Moderators: Hacker, petermad, Stefan2, white
ok i got impatienttcvol wrote:i did that already here:
http://www.autohotkey.com/forum/topic12412-90.html
no answer so far ;-(

find the file tc_functions in the includes folder.
replace this
ControlGetText pLeft, TMyPanel5, ahk_class TTOTAL_CMD
ControlGetText pRight, TMyPanel9, ahk_class TTOTAL_CMD
with this
ControlGetText pLeft, TPathPanel1, ahk_class TTOTAL_CMD
ControlGetText pRight, TPathPanel2, ahk_class TTOTAL_CMD
save, compile, restart, voila

I discovered further occurrences of the class name changes affecting FavMenu.
In tc_hook.ahk replace:
TMyPanel3 with TMyPanel4
TMyPanel5 with TPathPanel1
TMyPanel9 with TPathPanel2
otherwise pressing the button "\" in the right panel opens the Favmenu and clicking on "*" doesn't open the Favmenu.
hope that helps
In tc_hook.ahk replace:
TMyPanel3 with TMyPanel4
TMyPanel5 with TPathPanel1
TMyPanel9 with TPathPanel2
otherwise pressing the button "\" in the right panel opens the Favmenu and clicking on "*" doesn't open the Favmenu.
hope that helps
