summaryrefslogtreecommitdiffstats
path: root/functions.ahk
Commit message (Collapse)AuthorAgeFilesLines
* Small improvementsbreadcat2016-03-121-6/+11
| | | | You know the drill by now...
* General Improvementsbreadcat2016-01-171-12/+20
| | | | | | | Workaround some explorer strangeness Add some Word 2003 hotkeys Reduce some command and functions Improve renaming functions
* Small changesbreadcat2016-01-021-1/+9
| | | | | Tweaked how footers work Improved rename function
* Large, overdue commitbreadcat2015-10-301-15/+22
| | | | | | | | | Merge Send/Sleep commands Uniform comment style Reorganise order to make more sense Add more typo replacements Add more hotkeys Script can now send to RDP
* Small improvementsbreadcat2015-09-111-0/+6
| | | | | | Add comment Add more typos Shuffle date/time insertions
* Small additions and function renamesbreadcat2015-08-131-4/+20
|
* Additional incremental updatesbreadcat2015-08-061-3/+24
| | | | | | Removed resswitch.exe Added and tweaked text replacements Move some longer functions to functions.ahk
* Many, many small improvementsbreadcat2015-07-121-0/+8
| | | | No commits in a while, eh?
* Further improvementsbreadcat2015-06-091-14/+27
| | | | | | | Improve XP file renaming function Add more hotstrings Standardised clipboard variable names. Variables are also cleared after use.
* Improved hotstringsbreadcat2015-06-081-10/+0
| | | | | Hotstrings now fire mid-word, added Norwegian support and mostly-fixed how é is entered.
* Replace secret.ahk and improve hotstringsbreadcat2015-06-041-1/+112
| | | | | | secret.ahk replaced with a variables file for easier maintenance and readability. Hostrings set to 'autofire', but are prefixed with underscore.
* Small fixes and additionsbreadcat2015-06-021-2/+2
|
* Small tidy upbreadcat2015-05-281-33/+15
|
* Small improvementsbreadcat2015-04-191-3/+20
| | | | Added a couple of functions, improvements, casing changes etc.
* Larger than the average commitbreadcat2015-04-101-0/+29
| | | | | | | | | Fixed volume hotkeys Added horizontal split tile function Remove some surplus exe extensions Add foreign language character input Expand borderless script Reduce some verbosity
* Formatting changebreadcat2015-04-101-261/+265
| | | | | | Consistent tab, casing and indentation. Done with an automatic tool so there will probably be some errors I'll pick up later.
* Further refactoringbreadcat2015-04-091-11/+92
| | | | | Makes for a tidier project, added a couple features and made some small changes.
* Large refactorbreadcat2015-04-091-0/+263
| | | | | | | | Clean up code by moving functions to separate file, better organise hotkeys. Lines 132-136 are currently broken, but rarely used. Removed toggle taskbar as it was broken and never used. winSplit() toggle is also currently broken.
* Merge functions with mainbreadcat2013-10-021-32/+0
| | | | Only contained a single function
* Removed MouseWin, split tile to hotkeys+functionsbreadcat2013-08-171-0/+32
MouseWin may return one day, it was being glitchy as an include and doesn't warrant an additional process.