scrcpy/app/src/trait
Romain Vimont 151a6225d4 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.

PR #4473 <https://github.com/Genymobile/scrcpy/pull/4473>
2024-03-01 00:52:10 +01:00
..
frame_sink.h Pass AVCodecContext to packet sinks 2023-03-11 15:57:25 +01:00
frame_source.c Introduce frame source trait 2023-03-10 22:22:15 +01:00
frame_source.h Introduce frame source trait 2023-03-10 22:22:15 +01:00
key_processor.h Add shortcut to open keyboard settings 2024-03-01 00:52:10 +01:00
mouse_processor.h Add relative mode flag to mouse processors 2022-01-04 17:41:40 +01:00
packet_sink.h Pass AVCodecContext to packet sinks 2023-03-11 15:57:25 +01:00
packet_source.c Pass AVCodecContext to packet sinks 2023-03-11 15:57:25 +01:00
packet_source.h Pass AVCodecContext to packet sinks 2023-03-11 15:57:25 +01:00