6:07:27jackdanielthat was the main problem with SDL2 IME -- C-r (for example) generated two events: textinput event "r" and keyboard event :r :control, and there was no way to match them
6:08:22jackdaniel(and that lack of correspondence of events is entirely on sdl2, not on the underlying system -- I've looked in the source code)