├── README.md ├── ShareX.ahk ├── keycast.cpp ├── keycast.h ├── keycastow.exe.manifest ├── keycastow.ico ├── keycastow.rc ├── keycastow.sln ├── keycastow.vcxproj ├── keycastow.vcxproj.user ├── keylog.cpp ├── keylog.h ├── resource.h └── timer.h /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allrobot/KeyCastOW_chinese/HEAD/README.md -------------------------------------------------------------------------------- /ShareX.ahk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allrobot/KeyCastOW_chinese/HEAD/ShareX.ahk -------------------------------------------------------------------------------- /keycast.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allrobot/KeyCastOW_chinese/HEAD/keycast.cpp -------------------------------------------------------------------------------- /keycast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allrobot/KeyCastOW_chinese/HEAD/keycast.h -------------------------------------------------------------------------------- /keycastow.exe.manifest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allrobot/KeyCastOW_chinese/HEAD/keycastow.exe.manifest -------------------------------------------------------------------------------- /keycastow.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allrobot/KeyCastOW_chinese/HEAD/keycastow.ico -------------------------------------------------------------------------------- /keycastow.rc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allrobot/KeyCastOW_chinese/HEAD/keycastow.rc -------------------------------------------------------------------------------- /keycastow.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allrobot/KeyCastOW_chinese/HEAD/keycastow.sln -------------------------------------------------------------------------------- /keycastow.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allrobot/KeyCastOW_chinese/HEAD/keycastow.vcxproj -------------------------------------------------------------------------------- /keycastow.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allrobot/KeyCastOW_chinese/HEAD/keycastow.vcxproj.user -------------------------------------------------------------------------------- /keylog.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allrobot/KeyCastOW_chinese/HEAD/keylog.cpp -------------------------------------------------------------------------------- /keylog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allrobot/KeyCastOW_chinese/HEAD/keylog.h -------------------------------------------------------------------------------- /resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allrobot/KeyCastOW_chinese/HEAD/resource.h -------------------------------------------------------------------------------- /timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/allrobot/KeyCastOW_chinese/HEAD/timer.h --------------------------------------------------------------------------------