summaryrefslogtreecommitdiffstats
path: root/appspecific.ahk
Commit message (Collapse)AuthorAgeFilesLines
* Small improvements and fixesbreadcat2015-04-091-8/+55
|
* Add firefox keys, add if exist to includePeter2015-01-081-0/+7
|
* Small additions, MPV supportPeter2014-12-191-0/+7
|
* Small improvementsPeter2014-08-221-7/+8
|
* Restructure and Software migrationPeter2014-04-301-31/+18
| | | | | | | | Move includes to top of file Indent returns Inline Comments Complete Chromium > Firefox Migrate from Dropbox > Git-Annex
* Add ralt-enter for explorer propertiesPeter2014-03-301-0/+2
|
* Move KeePass folder, add calc closePeter2014-03-011-0/+4
|
* Replace Firefox with ChromiumPeter2014-02-141-4/+4
| | | | Couple of reasons...
* Replace chromium with firefoxbreadcat2013-12-191-4/+4
| | | | more freedoms means more betters
* Add SumatraPDF quit hotkeybreadcat2013-11-071-0/+5
|
* Add additional application specific hotkeysbreadcat2013-10-231-2/+9
|
* Further XP additionsbreadcat2013-08-291-1/+6
|
* Small improvementsbreadcat2013-08-201-2/+2
| | | | | | Add comments Add OS dependent Chromium global CSS Replaced absolute paths with relative ones
* Add 'if WinXP' statements and auto-typo-correctbreadcat2013-08-191-2/+21
|
* Consistent naming stylebreadcat2013-08-171-17/+17
| | | | Also replaced longform {ALTDOWN}{KEY}{ALTUP} with shortform !{Key}.
* Removal of OS Detectionbreadcat2013-08-171-58/+38
| | | | Doesn't work as I'd intended, caused issues with duplicate hotkeys.
* Include Detect OSbreadcat2013-08-171-47/+67
| | | | | Merge both Windows XP and Windows 7 specific hotkey into a single file via OS detection.
* Application specific hotkeysbreadcat2013-08-171-0/+72
Initial commit