├── .editorconfig ├── README.md ├── examples ├── MsgBox_v2.ahk └── buttons_and_preview._v1.ahk ├── taskbarInterface.ahk ├── taskbarInterface_v2.ahk └── wikipics ├── 2017-08-03_10-38-49.gif ├── buttons.bmp ├── buttonsTutorial.png ├── clip.bmp ├── overlayicon.bmp ├── progress.bmp └── thumbnailPreview.png /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelgeffegleH/taskbarInterface/HEAD/.editorconfig -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelgeffegleH/taskbarInterface/HEAD/README.md -------------------------------------------------------------------------------- /examples/MsgBox_v2.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelgeffegleH/taskbarInterface/HEAD/examples/MsgBox_v2.ahk -------------------------------------------------------------------------------- /examples/buttons_and_preview._v1.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelgeffegleH/taskbarInterface/HEAD/examples/buttons_and_preview._v1.ahk -------------------------------------------------------------------------------- /taskbarInterface.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelgeffegleH/taskbarInterface/HEAD/taskbarInterface.ahk -------------------------------------------------------------------------------- /taskbarInterface_v2.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelgeffegleH/taskbarInterface/HEAD/taskbarInterface_v2.ahk -------------------------------------------------------------------------------- /wikipics/2017-08-03_10-38-49.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelgeffegleH/taskbarInterface/HEAD/wikipics/2017-08-03_10-38-49.gif -------------------------------------------------------------------------------- /wikipics/buttons.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelgeffegleH/taskbarInterface/HEAD/wikipics/buttons.bmp -------------------------------------------------------------------------------- /wikipics/buttonsTutorial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelgeffegleH/taskbarInterface/HEAD/wikipics/buttonsTutorial.png -------------------------------------------------------------------------------- /wikipics/clip.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelgeffegleH/taskbarInterface/HEAD/wikipics/clip.bmp -------------------------------------------------------------------------------- /wikipics/overlayicon.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelgeffegleH/taskbarInterface/HEAD/wikipics/overlayicon.bmp -------------------------------------------------------------------------------- /wikipics/progress.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelgeffegleH/taskbarInterface/HEAD/wikipics/progress.bmp -------------------------------------------------------------------------------- /wikipics/thumbnailPreview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/HelgeffegleH/taskbarInterface/HEAD/wikipics/thumbnailPreview.png --------------------------------------------------------------------------------