4 Commits

Author SHA1 Message Date
Romain Vimont
18d27d7d95 Add UHID mouse support
Use the following command:

    scrcpy --mouse=uhid
2024-02-29 20:21:51 +01:00
Romain Vimont
5e684225d9 Add shortcut to open keyboard settings
The keyboard settings can be opened by:

    adb shell am start -a android.settings.HARD_KEYBOARD_SETTINGS

Add a shortcut (MOD+k) for convenience if the current keyboard is HID.
2024-02-29 20:21:51 +01:00
Simon Chan
e4ea560e0a Handle UHID output
Use UHID output reports to synchronize CapsLock and VerrNum states.

Co-authored-by: Romain Vimont <rom@rom1v.com>
Signed-off-by: Romain Vimont <rom@rom1v.com>
2024-02-29 20:21:51 +01:00
Simon Chan
1d39904f06 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>
2024-02-29 20:21:50 +01:00