mirror of
https://github.com/Genymobile/scrcpy.git
synced 2026-04-21 01:33:36 +00:00
Add UHID keyboard support
Use the following command:
scrcpy --keyboard=uhid
Co-authored-by: Romain Vimont <rom@rom1v.com>
Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
a6978cb059
commit
2fbbb2ac65
17 changed files with 512 additions and 19 deletions
|
|
@ -116,7 +116,7 @@ _scrcpy() {
|
|||
return
|
||||
;;
|
||||
--keyboard)
|
||||
COMPREPLY=($(compgen -W 'disabled sdk aoa' -- "$cur"))
|
||||
COMPREPLY=($(compgen -W 'disabled sdk aoa uhid' -- "$cur"))
|
||||
return
|
||||
;;
|
||||
--mouse)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue