mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Add shortcut for horizontal tilt
Use Ctrl+Shift for horizontal tilt. Refs #4529 comment <https://github.com/Genymobile/scrcpy/pull/4529#issuecomment-1855397118> Fixes #5317 <https://github.com/Genymobile/scrcpy/issues/5317>
This commit is contained in:
parent
d92b7a6024
commit
7a9ea5c66f
5 changed files with 34 additions and 9 deletions
|
|
@ -1072,7 +1072,11 @@ static const struct sc_shortcut shortcuts[] = {
|
|||
},
|
||||
{
|
||||
.shortcuts = { "Shift+click-and-move" },
|
||||
.text = "Tilt (slide vertically with two fingers)",
|
||||
.text = "Tilt vertically (slide with 2 fingers)",
|
||||
},
|
||||
{
|
||||
.shortcuts = { "Ctrl+Shift+click-and-move" },
|
||||
.text = "Tilt horizontally (slide with 2 fingers)",
|
||||
},
|
||||
{
|
||||
.shortcuts = { "Drag & drop APK file" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue