Menu

#74 Up one level

New
nobody
command (6)
Medium
2011-10-13
2009-06-27
Anonymous
No

Originally created by: Moises.G...@gmail.com

To change to the parent directory

Create an AutoHotKey Script named Up.ahk with the following command

SendInput !{Up}

Then in StExBar Options, click Add

Name: Up one level
Icon: "Xp Up 16.ico"
Command Line: "AutoHotkey.exe" "Up.ahk"

1 Attachments

Related

Tickets: #105
Tickets: #109

Discussion

  • Anonymous

    Anonymous - 2009-07-07

    Originally posted by: tortoisesvn

    (No comment was entered for this change.)

    Labels: -Type-Defect Command

     
  • Anonymous

    Anonymous - 2009-07-07

    Originally posted by: tortoisesvn

    (No comment was entered for this change.)

    Labels: -Command command

     
  • Anonymous

    Anonymous - 2009-12-13

    Originally posted by: jgordo...@gmail.com

    For those people who want to truly simulate the old Window XP behavior of the up
    button (where holding down the CTRL button would open the parent folder in a NEW
    window), you can create an AHK with the following code:

    GetKeyState, state, Control

    if state = D
    {
    Send, {CTRLDOWN}n
    Sleep, 35
    SendInput!{Up}
    }
       
    else
    SendInput!{Up}

     
  • Anonymous

    Anonymous - 2010-03-16

    Originally posted by: d.regist...@gmail.com

    What about doing the same command on double-click on white space (folder background)?

     
  • Anonymous

    Anonymous - 2011-10-13

    Originally posted by: vijay...@gmail.com

    This feature appears to be built in to the latest version (1.8.3) - except it is greyed out in Settings and needs to be 'Activated'.

    In case it saves someone the trouble of installing this script...

    Thanks for the great tool!

     
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.