Hi, Little series of three input patches. First patch adds support for submitting keyboard delays, which will make the input layer setup a timer, buffer the following keyboard events, send them to the guest once the delay is over. Second patch makes the send_key monitor command use the new service instead of using its own timer. Third patch inserts a delay between keydown and keyup events in the curses ui.
please review & test, Gerd Gerd Hoffmann (3): input: add support for kbd delays input: use kbd delays for send_key monitor command curses: add kbd delay between keydown and keyup events include/ui/input.h | 1 + ui/curses.c | 1 + ui/input-legacy.c | 42 ++------------------- ui/input.c | 106 +++++++++++++++++++++++++++++++++++++++++++++++++++-- 4 files changed, 109 insertions(+), 41 deletions(-) -- 1.8.3.1