Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -2,13 +2,13 @@
> 将事件代码或触摸屏手势发送到 Android 设备。
> 此命令只能通过 `adb shell` 使用。
> 更多信息见:<https://developer.android.com/reference/android/view/KeyEvent.html#constants_1>.
> 更多信息见: <https://developer.android.com/reference/android/view/KeyEvent.html#constants_1>.
- 将单个字符的事件代码发送到 Android 设备:
`input keyevent {{event_code}}`
- 将文本发送到Android设备`%s` 代表空格):
- 将文本发送到 Android 设备(`%s` 代表空格):
`input text "{{text}}"`