diff --git a/README.md b/README.md index c82203e..6caabc9 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ video render|sdl|opengl cross-platform|self implemented|provided by Qt language|C|C++ style|sync|async -control|single touch|single/multi touch +keymap|no custom keymap|support custom keymap build|meson+gradle|Qt Creator - It's very easy to customize your GUI with Qt diff --git a/README_zh.md b/README_zh.md index acbb6ce..521d6a4 100644 --- a/README_zh.md +++ b/README_zh.md @@ -63,7 +63,7 @@ QtScrcpy可以通过USB(或通过TCP/IP)连接Android设备,并进行显示和 跨平台基础设施|自己封装|Qt提供 编程语言|C|C++ 编程方式|同步|异步 -控制方式|单点触控|单点/多点触控 +按键映射|不支持自定义|支持自定义按键映射 编译方式|meson+gradle|Qt Creator - 使用Qt可以非常容易的定制自己的界面