scrcpy/app
Romain Vimont 53cd59605a Ignore keycodes generating unwanted events
Ctrl, Alt, Shift and Meta should not be transmitted to the Android
device: they may generate unwanted events. For instance, resizing the
window using Alt+click will generate an Alt event which may open a menu
on the device.

All keycodes that generate a text input must also be excluded, to avoid
the text input to be written twice.
2018-01-19 14:09:15 +01:00
..
src Ignore keycodes generating unwanted events 2018-01-19 14:09:15 +01:00
tests Add tests for strutil 2018-01-18 17:25:13 +01:00
meson.build Add tests for strutil 2018-01-18 17:25:13 +01:00