mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-09-02 23:55:39 +00:00
Add UHID keyboard support
Use the following command: scrcpy --keyboard=uhid PR #4473 <https://github.com/Genymobile/scrcpy/pull/4473> Co-authored-by: Romain Vimont <rom@rom1v.com> Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
parent
4d5b67cc80
commit
840680f546
17 changed files with 497 additions and 20 deletions
|
@ -116,7 +116,7 @@ _scrcpy() {
|
|||
return
|
||||
;;
|
||||
--keyboard)
|
||||
COMPREPLY=($(compgen -W 'disabled sdk aoa' -- "$cur"))
|
||||
COMPREPLY=($(compgen -W 'disabled sdk uhid aoa' -- "$cur"))
|
||||
return
|
||||
;;
|
||||
--mouse)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue