You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app
Romain Vimont 976761956f Fix uninitialized repeat count in key events
A new "repeat" field has been added by
3c1ed5d86c, but it was not initialized in
every code path.

As a consequence, keycodes generated by shortcuts were sent with an
undetermined value, breaking some shortcuts (especially HOME) randomly.

Fixes #1643 <https://github.com/Genymobile/scrcpy/issues/1643>
4 years ago
..
src Fix uninitialized repeat count in key events 4 years ago
tests Customize shortcut modifier 4 years ago
meson.build Customize shortcut modifier 4 years ago
scrcpy.1 Add --no-key-repeat cli option 4 years ago