├── ChatKey.ahk ├── LICENSE ├── README.md ├── assets ├── app.ico ├── enter.ico ├── enter.png ├── logo.png └── screenshot.png ├── config.ini └── libs ├── HBitmapFromResource.ahk └── JSON.ahk /ChatKey.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overflowy/chat-key/HEAD/ChatKey.ahk -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overflowy/chat-key/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overflowy/chat-key/HEAD/README.md -------------------------------------------------------------------------------- /assets/app.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overflowy/chat-key/HEAD/assets/app.ico -------------------------------------------------------------------------------- /assets/enter.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overflowy/chat-key/HEAD/assets/enter.ico -------------------------------------------------------------------------------- /assets/enter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overflowy/chat-key/HEAD/assets/enter.png -------------------------------------------------------------------------------- /assets/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overflowy/chat-key/HEAD/assets/logo.png -------------------------------------------------------------------------------- /assets/screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overflowy/chat-key/HEAD/assets/screenshot.png -------------------------------------------------------------------------------- /config.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overflowy/chat-key/HEAD/config.ini -------------------------------------------------------------------------------- /libs/HBitmapFromResource.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overflowy/chat-key/HEAD/libs/HBitmapFromResource.ahk -------------------------------------------------------------------------------- /libs/JSON.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/overflowy/chat-key/HEAD/libs/JSON.ahk --------------------------------------------------------------------------------