Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 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="SysListView321" || focussed="SysTreeView321" ))
  6. {
  7. SendInput !{Up}
  8. }
  9. else
  10. {
  11. Send {Backspace}
  12. }
  13. #IfWinActive
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement