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... --- ahk-assistant.ahk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ahk-assistant.ahk') diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 0a1f08f..722c4fe 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -21,8 +21,8 @@ SetNumLockState, AlwaysOn #q::Run notepad ^q::Send !{F4} ;quit most programs #+q::Run notepad.exe "%A_MyDocuments%\Dropbox\docs\faulties.txt" -#w::Run firefox.exe -#+w::Run firefox.exe -private-window +#w::Run "C:\Program Files (x86)\Chromium\chrome.exe" +#+w::Run "C:\Program Files (x86)\Chromium\chrome.exe" -incognito #e:: ;launch documents directory if A_OSVersion in WIN_XP { -- cgit v1.2.3