Skip to content

Commit cfc1775

Browse files
committed
docs: update readme
1 parent d77355a commit cfc1775

12 files changed

+8
-18
lines changed

README.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@ It focuses on:
2525

2626
[lowlatency]: https://github.com/Genymobile/scrcpy/pull/646
2727

28-
![win](screenshot/win.png)
28+
![win](screenshot/win-en.png)
2929

30-
![mac](screenshot/mac.jpg)
30+
![mac](screenshot/mac-en.png)
3131

32-
![linux](screenshot/ubuntu.png)
32+
![linux](screenshot/linux-en.png)
3333

3434
## Customized key mapping
3535
You can write your own script to map keyboard and mouse actions to touches and clicks of the mobile phone according to your needs. [Here](docs/KeyMapDes.md) are the rules.
@@ -122,12 +122,7 @@ you can [build it by yourself](##Build)(just ubuntu test)
122122

123123

124124
## Run
125-
### Simple Mode
126125
Connect to your Android device on your computer, then run the program and click `USB connect` or `WiFi connect`
127-
### Not Simple Mode
128-
Connect to your Android device on your computer, then run the program and click the button below to connect to the Android device.
129-
130-
![run](screenshot/run.png)
131126

132127
### Wireless connection steps (ensure that the mobile phone and PC are in the same LAN):
133128
1. Enable USB debugging in developer options on the Android device
@@ -139,7 +134,6 @@ Connect to your Android device on your computer, then run the program and click
139134
7. Click update device again, and another device with IP address will be found. Select this device.
140135
8. Click start service
141136

142-
143137

144138
Note: it is not necessary to keep you Android device connected via USB after you start adbd.
145139

@@ -187,6 +181,7 @@ Note: it is not necessary to keep you Android device connected via USB after you
187181
- `Ctrl`+`v` _pastes_ the computer clipboard as a sequence of text events (but
188182
breaks non-ASCII characters).
189183
- Group control
184+
- Sync device speaker sound to the computer (based on [sndcpy](https://github.com/rom1v/sndcpy), Android 10+ only)
190185

191186
## Shortcuts
192187

README_zh.md

+4-9
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,11 @@ QtScrcpy可以通过USB(或通过TCP/IP)连接Android设备,并进行显示和
2424

2525
[低延迟]: https://github.com/Genymobile/scrcpy/pull/646
2626

27+
![win](screenshot/win-zh.png)
2728

28-
![win](screenshot/win.png)
29+
![mac](screenshot/mac-zh.png)
2930

30-
![mac](screenshot/mac.jpg)
31-
32-
![linux](screenshot/ubuntu.png)
31+
![linux](screenshot/linux-zh.png)
3332

3433
## 自定义按键映射
3534
可以根据需要,自己编写脚本将PC键盘按键映射为手机的触摸点击,编写规则在[这里](docs/KeyMapDes_zh.md)
@@ -126,12 +125,7 @@ Mac OS平台,你可以直接使用我编译好的可执行程序:
126125
目前只在ubuntu上测试过
127126

128127
## 运行
129-
### 精简模式
130128
在你的电脑上接入Android设备,然后运行程序,点击`一键USB连接`或者`一键WIFI连接`
131-
### 非精简模式
132-
在你的电脑上接入Android设备,然后运行程序,按顺序点击如下按钮即可连接到Android设备
133-
134-
![运行](screenshot/run.png)
135129

136130
### 无线连接步骤(保证手机和电脑在同一个局域网):
137131
1. 安卓手机端在开发者选项中打开usb调试
@@ -186,6 +180,7 @@ Mac OS平台,你可以直接使用我编译好的可执行程序:
186180
- `Ctrl` + `Shift` + `v`将计算机剪贴板复制到设备剪贴板;
187181
- `Ctrl` +`v` 将计算机剪贴板作为一系列文本事件发送到设备(不支持非ASCII字符)。
188182
- 群控
183+
- 同步设备扬声器声音到电脑(基于[sndcpy](https://github.com/rom1v/sndcpy),仅支持安卓10+)
189184

190185
## 快捷键
191186

screenshot/linux-en.png

1.5 MB
Loading

screenshot/linux-zh.png

1.7 MB
Loading

screenshot/mac-en.png

9.81 MB
Loading

screenshot/mac-zh.png

10.3 MB
Loading

screenshot/mac.jpg

-769 KB
Binary file not shown.

screenshot/run.png

-31.6 KB
Binary file not shown.

screenshot/ubuntu.png

-911 KB
Binary file not shown.

screenshot/win-en.png

919 KB
Loading

screenshot/win-zh.png

1.33 MB
Loading

screenshot/win.png

-1.22 MB
Binary file not shown.

0 commit comments

Comments
 (0)