mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-08-08 17:18:55 +00:00
Reassign -K and -M to UHID keyboard and mouse
The options were deprecated, but for convenience, reassign them to aliases for --keyboard=uhid and --mouse=uhid respectively. Their long version (--hid-keyboard and --hid-mouse) remain deprecated. PR #4473 <https://github.com/Genymobile/scrcpy/pull/4473>
This commit is contained in:
parent
6a103c809f
commit
1c5ad0e813
4 changed files with 36 additions and 17 deletions
|
@ -27,6 +27,7 @@ _scrcpy() {
|
|||
--force-adb-forward
|
||||
--forward-all-clicks
|
||||
-h --help
|
||||
-K
|
||||
--keyboard=
|
||||
--kill-adb-on-close
|
||||
--legacy-paste
|
||||
|
@ -37,6 +38,7 @@ _scrcpy() {
|
|||
--lock-video-orientation
|
||||
--lock-video-orientation=
|
||||
-m --max-size=
|
||||
-M
|
||||
--max-fps=
|
||||
--mouse=
|
||||
-n --no-control
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue