mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-04 07:09:06 +00:00
add missing spaces
This commit is contained in:
parent
a1967b4dfd
commit
ed694ec874
1 changed files with 2 additions and 2 deletions
|
@ -288,7 +288,7 @@ static const struct sc_option options[] = {
|
||||||
"LAlt, LSuper or RSuper toggle the mouse capture mode, to give "
|
"LAlt, LSuper or RSuper toggle the mouse capture mode, to give "
|
||||||
"control of the mouse back to the computer.\n"
|
"control of the mouse back to the computer.\n"
|
||||||
"If any of --hid-keyboard or --hid-mouse is set, only enable "
|
"If any of --hid-keyboard or --hid-mouse is set, only enable "
|
||||||
"keyboard or mouse respectively, otherwise enable both."
|
"keyboard or mouse respectively, otherwise enable both. "
|
||||||
"It may only work over USB, and is currently only supported "
|
"It may only work over USB, and is currently only supported "
|
||||||
"on Linux.\n"
|
"on Linux.\n"
|
||||||
"See --hid-keyboard and --hid-mouse.",
|
"See --hid-keyboard and --hid-mouse.",
|
||||||
|
@ -309,7 +309,7 @@ static const struct sc_option options[] = {
|
||||||
{
|
{
|
||||||
.longopt_id = OPT_PREFER_TEXT,
|
.longopt_id = OPT_PREFER_TEXT,
|
||||||
.longopt = "prefer-text",
|
.longopt = "prefer-text",
|
||||||
.text = "Inject alpha characters and space as text events instead of"
|
.text = "Inject alpha characters and space as text events instead of "
|
||||||
"key events.\n"
|
"key events.\n"
|
||||||
"This avoids issues when combining multiple keys to enter a "
|
"This avoids issues when combining multiple keys to enter a "
|
||||||
"special character, but breaks the expected behavior of alpha "
|
"special character, but breaks the expected behavior of alpha "
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue