summaryrefslogtreecommitdiffstats
path: root/appspecific.ahk
diff options
context:
space:
mode:
authorbreadcat2013-12-19 18:19:10 +0000
committerbreadcat2013-12-19 18:19:10 +0000
commit973915f27d8fe0e7e421de3e5bad20f4d44c510d (patch)
treea0be053d08e1135600d9983a3bb6dad4201a5379 /appspecific.ahk
parent1680abfc6bf3851f2ca888b6b8ffd3af7e667702 (diff)
downloadahka-973915f27d8fe0e7e421de3e5bad20f4d44c510d.tar.gz
ahka-973915f27d8fe0e7e421de3e5bad20f4d44c510d.tar.bz2
ahka-973915f27d8fe0e7e421de3e5bad20f4d44c510d.zip
Replace chromium with firefox
more freedoms means more betters
Diffstat (limited to 'appspecific.ahk')
-rw-r--r--appspecific.ahk8
1 files changed, 4 insertions, 4 deletions
diff --git a/appspecific.ahk b/appspecific.ahk
index ff526fa..d8f4d2b 100644
--- a/appspecific.ahk
+++ b/appspecific.ahk
@@ -91,12 +91,12 @@
return
#IfWinActive
-;chrome/chromium
-#IfWinActive ahk_class Chrome_WidgetWin_1
+;firefox
+#IfWinActive ahk_class MozillaWindowClass
^+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
+ ^d::Send ^f ;bookmark remapped to find
+ ^+n::Run firefox.exe -private-window ;remap unclose window to new private tab
#IfWinActive
;notepad2-mod