Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ; -------------------------------------------------------------------------
- ; Cntr-L should clear screen
- ; -------------------------------------------------------------------------
- #IfWinActive ahk_class ConsoleWindowClass
- ^L::
- Send cls{Enter}
- return
- #IfWinActive
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement