Autohotkey

From Attie's Wiki
Revision as of 15:09, 6 July 2012 by Attie (Talk | contribs)

Jump to: navigation, search

Fix explorer's backspace button

#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
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox