Chinese pages: correct Chinese punctuation (#5240)
This commit is contained in:
@@ -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}}"`
|
||||
|
||||
|
Reference in New Issue
Block a user