summaryrefslogtreecommitdiffstats
path: root/appspecific.ahk
diff options
context:
space:
mode:
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