- Thread Author
- #1
why cant i go back one folder if for example i went directly to %windir%\system32
if i want to go back to windows folder
Welcome to the forums, skeptic and mishagale. : )
To go back one folder, simply press Alt-Up.
#IfWinActive, ahk_class CabinetWClass
Backspace::
ControlGet renamestatus,Visible,,Edit1,A
ControlGetFocus focussed, A
if(renamestatus!=1&&(focussed=”DirectUIHWND3″||focussed=SysTreeView321))
{
SendInput {Alt Down}{Up}{Alt Up}
}else{
Send {Backspace}
}
#IfWinActive
If you are allergic to keyboard shortcuts, the closest I can find is this:
Link Removed
Sounds like it works, but I've never tried it myself.
cybercore: Thanks. I've actually been here a while, but I only turn up when I want something
where do i put all this lines? didnt get itCode:#IfWinActive, ahk_class CabinetWClass Backspace:: ControlGet renamestatus,Visible,,Edit1,A ControlGetFocus focussed, A if(renamestatus!=1&&(focussed=”DirectUIHWND3″||focussed=SysTreeView321)) { SendInput {Alt Down}{Up}{Alt Up} }else{ Send {Backspace} } #IfWinActive
i downloaded the executable and ran it but its same as alt+up just backspace
yea just in the screenshots i dont have in win7 what is shown there. and i already restarted after installationJust follow the steps detailed on the howto geek site. You first need to restart explorer.exe (or just reboot your computer) then enable the toolbar from the "View --> Toolbars" menu in windows explorer. There are detailed instructions and screenshots on the link I posted. I'm afraid I don't have the software installed myself, I just found the article on google.
#IfWinActive, ahk_class CabinetWClass
Backspace::
ControlGet renamestatus,Visible,,Edit1,A
ControlGetFocus focussed, A
if(renamestatus!=1&&(focussed=”DirectUIHWND3″||focussed=SysTreeView321))
{
SendInput {Alt Down}{Up}{Alt Up}
}else{
Send {Backspace}
}
can't open it
anyway i downloaded it to my dedicated server
installed, open new file with notepad called "hotkey.ahk".
added this script
saved and converted to exe right?Code:#IfWinActive, ahk_class CabinetWClass Backspace:: ControlGet renamestatus,Visible,,Edit1,A ControlGetFocus focussed, A if(renamestatus!=1&&(focussed=”DirectUIHWND3″||focussed=SysTreeView321)) { SendInput {Alt Down}{Up}{Alt Up} }else{ Send {Backspace} }
what's next?
#IfWinActive
In windows explorer, click menu -> view -> go -> up one level.
Or use another tweak:
Add ‘Up One Level’ Or “Click To Return” Button In Windows 7 Explorer