I'm implementing key combinations like vim, an example would be pressing Ctrl+w and then l to move to a panel to the left. However a key pressed with Ctrl may be blocking keyboard input for a frame or 2 frames?
I tested this with this binding:
bind(context, 'r', MDFR_CTRL, write_character);
so theoretically pressing r and another key really fast should produce the same output as pressing Ctrl+r and another key really fast, but that does not seem to happen
version 4.0.24, windows 64 bit