summaryrefslogtreecommitdiffstats
path: root/appspecific.ahk
diff options
context:
space:
mode:
authorbreadcat2013-08-20 12:51:10 +0100
committerbreadcat2013-08-20 12:51:10 +0100
commiteab47ccad2d166bed9662ec7761327143a2243e6 (patch)
tree134c6819ec61d2e5f9b9c66f28183415fb9e502d /appspecific.ahk
parent1e33006f99c3664dce856bb83000efdc0e82b76d (diff)
downloadahka-eab47ccad2d166bed9662ec7761327143a2243e6.tar.gz
ahka-eab47ccad2d166bed9662ec7761327143a2243e6.tar.bz2
ahka-eab47ccad2d166bed9662ec7761327143a2243e6.zip
Small improvements
Add comments Add OS dependent Chromium global CSS Replaced absolute paths with relative ones
Diffstat (limited to 'appspecific.ahk')
-rw-r--r--appspecific.ahk4
1 files changed, 2 insertions, 2 deletions
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