On Sun, Apr 08, 2018 at 12:52:18PM +0200, BALATON Zoltan wrote: > On Wed, 21 Mar 2018, Gerd Hoffmann wrote: > > Gerd Hoffmann (5): > > ui: add ctrl modifier support to kbd_put_qcode_console() > > sdl2: track kbd modifier state unconditionally > > sdl2: enable ctrl modifier keys for text consoles > > sdl2: drop QEMU_KEY_BACKSPACE special case > > sdl2: drop dead code > > > > include/ui/console.h | 2 +- > > ui/console.c | 15 +++++++++++++-- > > ui/gtk.c | 4 ++-- > > ui/sdl2-input.c | 46 ++++++++++++++++++++-------------------------- > > 4 files changed, 36 insertions(+), 31 deletions(-) > > Will this be included in 2.12? I haven't seen it reaching master yet.
Oops. Thanks for the reminder. Pull request sent. cheers, Gerd