mirror of
https://github.com/viarotel-org/escrcpy.git
synced 2024-11-27 17:00:53 +01:00
docs: 📝 Update README
This commit is contained in:
parent
7655ba637c
commit
75717364e0
18
README-CN.md
18
README-CN.md
@ -227,12 +227,17 @@ Windows 及 Linux 端内部集成了 Gnirehtet, 用于提供 PC 到安卓设
|
||||
|
||||
### 无法输入中文
|
||||
|
||||
该问题是已知的, Scrcpy 似乎并未直接对中文输入进行测试和支持 需要在手机端安装第三方输入法 以下输入法经测试可以很好支持
|
||||
> 在 Scrcpy@2.4+ 及以上版中,解决方法如下
|
||||
|
||||
- 搜狗输入法
|
||||
- QQ 输入法
|
||||
- 谷歌拼音输入法
|
||||
- Gboard
|
||||
1. Escrcpy 设置:在 `偏好设置` → `输入控制` → `键盘模式` 中选择 `uhid` 模式。
|
||||
2. 设备输入法准备:安装支持物理键盘的输入法(推荐微信输入法)并完成配置。
|
||||
3. 启动镜像:在 Escrcpy 中点击 `开始镜像`。验证:设备中 `设置` → `系统` → `语言和输入` 应显示 `实体键盘` 和 `屏幕键盘` 选项。
|
||||
4. 设备输入设置:在 `屏幕键盘` 中启用微信输入法。在 `实体键盘` 中配置键盘布局,使其与计算机键盘一致(仅需一次)。
|
||||
5. 计算机输入准备:将输入模式设为英文(重要)。
|
||||
6. 切换输入语言:使用 `Ctrl` + `Shift` 在中英文间切换。
|
||||
7. 开始使用。
|
||||
|
||||
[下载微信输入法](https://z.weixin.qq.com/)
|
||||
|
||||
### 无线连接提示: 目标计算机积极拒绝访问
|
||||
|
||||
@ -244,7 +249,8 @@ Windows 及 Linux 端内部集成了 Gnirehtet, 用于提供 PC 到安卓设
|
||||
|
||||
### 设备交互控制栏为什么不设计为自动跟踪吸附的悬浮菜单?
|
||||
|
||||
采用悬浮菜单方案不可避免地会增加对 Scrcpy 的耦合性,并增加与 Scrcpy 同步更新的难度。许多类似的 ScrcpyGUI 软件在使用此方案后不得不投入大量精力,最终因更新困难而放弃开发。因此,综合考虑,我们决定采用现有的方案,并期待 Scrcpy 未来能够增加原生交互控制栏的支持。
|
||||
需要注意的是 Escrcpy 原则上只是基于 Scrcpy 实现的 GUI 版本,尽管它确实扩展了一些功能,但是这些功能都是不影响 Scrcpy 核心的前提下,而如果要实现该功能我将不得不对 Scrcpy 底层进行修改,这会使 Escrcpy 更难以与 Scrcpy 保持同步更新,这将得不偿失。
|
||||
因此,综合考虑,我们决定采用现有的方案,并期待 Scrcpy 未来能够增加原生交互控制栏的支持。
|
||||
|
||||
### 某些设备连接镜像后可以看到画面但是无法操作
|
||||
|
||||
|
21
README.md
21
README.md
@ -212,7 +212,7 @@ Refer to [scrcpy/doc/shortcuts](https://github.com/Genymobile/scrcpy/blob/master
|
||||
19. Flexible mirroring launch ✅
|
||||
20. Batch processing ✅
|
||||
21. Scheduled tasks ✅
|
||||
22. Graphical file manager ✅
|
||||
22. Graphical file manager ✅
|
||||
23. Device grouping 🚧
|
||||
24. Game key mapping 🚧
|
||||
|
||||
@ -225,12 +225,17 @@ Refer to [scrcpy/doc/shortcuts](https://github.com/Genymobile/scrcpy/blob/master
|
||||
|
||||
### Unable to enter Chinese
|
||||
|
||||
This issue is known - Scrcpy doesn't seem to have tested and supported direct Chinese input. It's recommended to install a third-party input method on the phone that can well support, such as:
|
||||
> In Scrcpy@2.4+ and above, the solution is as follows:
|
||||
|
||||
- Sogou Input
|
||||
- QQ Input
|
||||
- Google Pinyin Input
|
||||
- Gboard
|
||||
1. Escrcpy Settings: Go to `Preferences` → `Input Control` → `Keyboard Mode` and select `uhid` mode.
|
||||
2. Device Input Method Preparation: Install an input method that supports physical keyboards (WeChat Input Method is recommended) and complete the setup.
|
||||
3. Start Mirroring: Click `Start Mirroring` in Escrcpy. Verification: The device’s `Settings` → `System` → `Language & Input` should display options for `Physical Keyboard` and `On-screen Keyboard`.
|
||||
4. Device Input Settings: Enable WeChat Input Method in the `On-screen Keyboard` settings. Configure the keyboard layout in the `Physical Keyboard` settings to match the computer keyboard (only needs to be done once).
|
||||
5. Computer Input Preparation: Set the input mode to English (important).
|
||||
6. Switch Input Language: Use `Ctrl` + `Shift` to switch between English and Chinese.
|
||||
7. Start Using.
|
||||
|
||||
[Download WeChat Input Method](https://z.weixin.qq.com/)
|
||||
|
||||
### Wireless connection prompts: The target computer actively refuses access
|
||||
|
||||
@ -242,7 +247,9 @@ Please click again, or click refresh devices. Generally it will not exceed two c
|
||||
|
||||
### Why is the device interaction control bar not designed as an automatically sticking floating menu?
|
||||
|
||||
Adopting the floating menu approach will inevitably increase coupling with Scrcpy and difficulty in synchronization updates. Many similar ScrcpyGUI softwares had to invest a lot of effort in this approach and eventually gave up development due to update difficulties. Therefore, taking overall considerations, we decided to adopt the existing approach and look forward to Scrcpy's native support for an interaction control bar in the future.
|
||||
It is important to note that, in principle, Escrcpy is just a GUI version based on Scrcpy, although it does extend some functionality. However, these extensions do not affect the core of Scrcpy. To implement this particular feature, I would have to modify the underlying Scrcpy code, which would make it more difficult for Escrcpy to stay in sync with Scrcpy's updates, and the drawbacks would outweigh the benefits.
|
||||
|
||||
Therefore, after careful consideration, we have decided to adopt the existing solution and look forward to Scrcpy adding native support for an interactive control bar in the future.
|
||||
|
||||
### Some devices can see screenshots after connecting but cannot operate
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user