From b2acf1b7da4f8c67b5f8c0119625c2da73e04520 Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 14 Feb 2014 20:32:53 +0000 Subject: Replace Firefox with Chromium Couple of reasons... --- appspecific.ahk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'appspecific.ahk') diff --git a/appspecific.ahk b/appspecific.ahk index d8f4d2b..3f259d0 100644 --- a/appspecific.ahk +++ b/appspecific.ahk @@ -91,12 +91,12 @@ return #IfWinActive -;firefox -#IfWinActive ahk_class MozillaWindowClass - ^+w::Send ^w ;quit window closes tab +;chromium +#IfWinActive ahk_class ahk_class Chrome_WidgetWin_1 + ^+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 ;bookmark remapped to find - ^+n::Run firefox.exe -private-window ;remap unclose window to new private tab + ^b::Send ^v ;replace bookmarks with paste #IfWinActive ;notepad2-mod -- cgit v1.2.3