Guest User

Untitled

a guest
Mar 8th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ;===============================================================================
  2. ; Map C-L to "cls" in console windows, like most unix-ish terminals do
  3. ;===============================================================================
  4.  
  5. SendMode Input
  6.  
  7. #IfWinActive ahk_class ConsoleWindowClass
  8. ^L::
  9. Send cls{Enter}
  10. #IfWinActive
Add Comment
Please, Sign In to add comment