Advertisement
Guest User

Untitled

a guest
Aug 23rd, 2013
842
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #IfWinActive, ahk_class CabinetWClass
  2. Backspace::
  3. ControlGet renamestatus,Visible,,Edit1,A
  4. ControlGetFocus focussed, A
  5. if(renamestatus!=1&&(focussed="DirectUIHWND3"||focussed="SysTreeView321"))
  6. {
  7. SendInput {Alt Down}{Up}{Alt Up}
  8. }else{
  9. Send {Backspace}
  10. }
  11. #IfWinActive
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement