summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ahk-assistant.ahk1
1 files changed, 1 insertions, 0 deletions
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