summaryrefslogtreecommitdiffstats
path: root/ahk-assistant.ahk
diff options
context:
space:
mode:
authorbreadcat2013-12-19 18:19:10 +0000
committerbreadcat2013-12-19 18:19:10 +0000
commit973915f27d8fe0e7e421de3e5bad20f4d44c510d (patch)
treea0be053d08e1135600d9983a3bb6dad4201a5379 /ahk-assistant.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 'ahk-assistant.ahk')
-rw-r--r--ahk-assistant.ahk14
1 files changed, 2 insertions, 12 deletions
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
{