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>
2020-08-07 11:32:11 +02:00
..
src Fix uninitialized repeat count in key events 2020-08-07 11:32:11 +02:00
tests Customize shortcut modifier 2020-08-01 16:31:27 +02:00
meson.build Customize shortcut modifier 2020-08-01 16:31:27 +02:00
scrcpy.1 Add --no-key-repeat cli option 2020-08-03 19:51:55 +02:00