summaryrefslogtreecommitdiffstats
path: root/appspecific.ahk
Commit message (Collapse)AuthorAgeFilesLines
* 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