From 973915f27d8fe0e7e421de3e5bad20f4d44c510d Mon Sep 17 00:00:00 2001 From: breadcat Date: Thu, 19 Dec 2013 18:19:10 +0000 Subject: Replace chromium with firefox more freedoms means more betters --- ahk-assistant.ahk | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'ahk-assistant.ahk') diff --git a/ahk-assistant.ahk b/ahk-assistant.ahk index 64e6d0c..a57ad1c 100644 --- a/ahk-assistant.ahk +++ b/ahk-assistant.ahk @@ -21,18 +21,8 @@ SetNumLockState, AlwaysOn #q::Run notepad ^q::Send !{F4} ;quit most programs #+q::Run notepad.exe "%A_MyDocuments%\Dropbox\docs\faulties.txt" -^!q:: ;chromium global CSS -if A_OSVersion in WIN_XP - { - Run notepad.exe "%A_AppData%\..\Local Settings\Application Data\Chromium\User Data\Default\User StyleSheets\Custom.css" - } - Else - { - Run "%A_AppData%\..\Local\Chromium\User Data\Default\User StyleSheets\Custom.css" - } - Return -#w::Run "C:\Program Files (x86)\Chromium\chrome.exe" -#+w::Run "C:\Program Files (x86)\Chromium\chrome.exe" -incognito +#w::Run firefox.exe +#+w::Run firefox.exe -private-window #e:: ;launch documents directory if A_OSVersion in WIN_XP { -- cgit v1.2.3