ahka

Assorted ease-of-use and functionality tools using AutoHotkey.
Log | Files | Refs

commit 973915f27d8fe0e7e421de3e5bad20f4d44c510d
parent 1680abfc6bf3851f2ca888b6b8ffd3af7e667702
Author: breadcat <sendforththegunboats@gmail.com>
Date:   Thu, 19 Dec 2013 18:19:10 +0000

Replace chromium with firefox

more freedoms means more betters

Diffstat:
Mahk-assistant.ahk | 14++------------
Mappspecific.ahk | 8++++----
2 files changed, 6 insertions(+), 16 deletions(-)

diff --git 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 { diff --git 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