ahka

Assorted ease-of-use and functionality tools using AutoHotkey.
Log | Files | Refs

commit 0d3745a1b6e8378b4f2c195431ecc09b59992711
parent 1c880e83a67804d73f6a00bc21c8973c57028333
Author: breadcat <peter@minskio.co.uk>
Date:   Tue, 10 Jul 2018 14:37:43 +0100

Add clear screen command

Diffstat:
Mahk-assistant.ahk | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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