From 0d3745a1b6e8378b4f2c195431ecc09b59992711 Mon Sep 17 00:00:00 2001 From: breadcat Date: Tue, 10 Jul 2018 14:37:43 +0100 Subject: Add clear screen command --- ahk-assistant.ahk | 1 + 1 file changed, 1 insertion(+) diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 69e1017..f615281 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -202,6 +202,7 @@ Insert::appendClipboard() #IfWinActive ahk_class ConsoleWindowClass ; command prompt +Insert:: ; unix style S-insert, overflow ^v::cmdPaste() ; win style C-v, paste function + ^l::Send ^c{Enter}cls{Enter} ; clear screen as in linux #IfWinActive #IfWinActive ahk_class ahk_class ahk_class MozillaWindowClass ; firefox -- cgit v1.2.3