From eab47ccad2d166bed9662ec7761327143a2243e6 Mon Sep 17 00:00:00 2001 From: breadcat Date: Tue, 20 Aug 2013 12:51:10 +0100 Subject: Small improvements Add comments Add OS dependent Chromium global CSS Replaced absolute paths with relative ones --- appspecific.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appspecific.ahk') diff --git a/appspecific.ahk b/appspecific.ahk index 7ee960a..fef2de9 100644 --- a/appspecific.ahk +++ b/appspecific.ahk @@ -77,7 +77,7 @@ ;chrome/chromium #IfWinActive ahk_class Chrome_WidgetWin_1 - ^+w::Send ^w + ^+w::Send ^w ;quit window closes tab ^q::Send ^w ;quit now closes tab, the two keys are too close for this sort of thing ^d::Send ^f ;useless bookmark > useful find ^+h::Send ^tchrome://chrome/settings/clearBrowserData{Enter} ;delete history page @@ -88,4 +88,4 @@ !z::Return ;disable delete first char of line 'feature; ^Down::Send {Down} ; disable shift line down feature ^Up::Send {Up} ; disable shift line up feature -#IfWinActive \ No newline at end of file +#IfWinActive -- cgit v1.2.3