Add missing mouse shortcuts in --help
Document 4th-click and 5th-click shortcuts. Fixes #3122 <https://github.com/Genymobile/scrcpy/issues/3122>
This commit is contained in:
parent
4db97531e8
commit
326897a0d4
1 changed files with 2 additions and 2 deletions
|
@ -577,7 +577,7 @@ static const struct sc_shortcut shortcuts[] = {
|
|||
.text = "Click on BACK",
|
||||
},
|
||||
{
|
||||
.shortcuts = { "MOD+s" },
|
||||
.shortcuts = { "MOD+s", "4th-click" },
|
||||
.text = "Click on APP_SWITCH",
|
||||
},
|
||||
{
|
||||
|
@ -613,7 +613,7 @@ static const struct sc_shortcut shortcuts[] = {
|
|||
.text = "Rotate device screen",
|
||||
},
|
||||
{
|
||||
.shortcuts = { "MOD+n" },
|
||||
.shortcuts = { "MOD+n", "5th-click" },
|
||||
.text = "Expand notification panel",
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue