diff --git a/README.md b/README.md index 78a3b29..4805485 100644 --- a/README.md +++ b/README.md @@ -101,6 +101,7 @@ - [开源软件: KHistory 按键检测及历史记录显示工具介绍](https://www.bilibili.com/video/BV1Xx4y1o7cp) - [KHistory: 街霸6 让一追二 使用C语言打出”高光”操作](https://www.bilibili.com/video/BV1W14y1X7vD) +- [开源软件: KHistory 按键检测工具插件模块基础功能及扩展介绍](https://www.bilibili.com/video/BV1Uk4y1g7aU) ## 八、相关链接 diff --git a/kplugin/README.MD b/kplugin/README.MD index e37734b..dfad900 100644 --- a/kplugin/README.MD +++ b/kplugin/README.MD @@ -167,7 +167,7 @@ void _drawKey(int keycode, float cursorPosX = -1, float cursorPosY = -1, float w 根据需求可在这个函数中对多个按键的颜色进行 配置/自定义 -格式:`_mkeyColorTable[KeyCode] = { R, G, B, T };` 其中 0.0f << R/G/B/T << 1.0f +格式:`_mkeyColorTable[KeyCode] = { R, G, B, T };` 其中 0.0f <= R/G/B/T <= 1.0f ```cpp virtual void keyColorTableRemap() override {