├── HELP-Commands.txt ├── JS.ahk ├── KillAHK.ahk ├── LNCHR-CalcEqns.txt ├── LNCHR-Commands.ahk ├── LNCHR-CommandsGenerator.xlsm ├── LNCHR-Funcs.ahk ├── LNCHR-Main.ahk ├── LNCHR-Memory.ini ├── QuickTips.ahk ├── SoundCardCheck.ahk ├── StayAwake.ahk ├── W.ico ├── ZooMagnifier.ahk ├── demo ├── Calc.gif ├── Compose.gif ├── Doc.gif ├── Outlook.gif ├── Paint.gif └── XL.png ├── license.md ├── mathjs.js ├── mathjs.url ├── readme.md └── rocketlnchr.ico /HELP-Commands.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/HELP-Commands.txt -------------------------------------------------------------------------------- /JS.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/JS.ahk -------------------------------------------------------------------------------- /KillAHK.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/KillAHK.ahk -------------------------------------------------------------------------------- /LNCHR-CalcEqns.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/LNCHR-CalcEqns.txt -------------------------------------------------------------------------------- /LNCHR-Commands.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/LNCHR-Commands.ahk -------------------------------------------------------------------------------- /LNCHR-CommandsGenerator.xlsm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/LNCHR-CommandsGenerator.xlsm -------------------------------------------------------------------------------- /LNCHR-Funcs.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/LNCHR-Funcs.ahk -------------------------------------------------------------------------------- /LNCHR-Main.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/LNCHR-Main.ahk -------------------------------------------------------------------------------- /LNCHR-Memory.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/LNCHR-Memory.ini -------------------------------------------------------------------------------- /QuickTips.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/QuickTips.ahk -------------------------------------------------------------------------------- /SoundCardCheck.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/SoundCardCheck.ahk -------------------------------------------------------------------------------- /StayAwake.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/StayAwake.ahk -------------------------------------------------------------------------------- /W.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/W.ico -------------------------------------------------------------------------------- /ZooMagnifier.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/ZooMagnifier.ahk -------------------------------------------------------------------------------- /demo/Calc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/demo/Calc.gif -------------------------------------------------------------------------------- /demo/Compose.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/demo/Compose.gif -------------------------------------------------------------------------------- /demo/Doc.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/demo/Doc.gif -------------------------------------------------------------------------------- /demo/Outlook.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/demo/Outlook.gif -------------------------------------------------------------------------------- /demo/Paint.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/demo/Paint.gif -------------------------------------------------------------------------------- /demo/XL.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/demo/XL.png -------------------------------------------------------------------------------- /license.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/license.md -------------------------------------------------------------------------------- /mathjs.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/mathjs.js -------------------------------------------------------------------------------- /mathjs.url: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/mathjs.url -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/readme.md -------------------------------------------------------------------------------- /rocketlnchr.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kalekje/LNCHR-pub/HEAD/rocketlnchr.ico --------------------------------------------------------------------------------