According to this issue https://github.com/jwilm/alacritty/issues/1606, I try look into Alacritty source code,and I found out that Alacritty accpet KeyboardInput directly. I want to know how to ignore backspace KeyboardInput event on input method OR how to recognize the event has been caputure by input method ? thanks
I think the step is:
step 1 is os depended.
And maybe ignore key event should be configurable, it's application level choose.
@coderhwz is there any progress for this issue?
I've got a WIP branch (on Windows, at least) for dispatching all the keyboard and IME events in a single event struct, which should allow this. IME support hasn't been completed on that, though.
Most helpful comment
I've got a WIP branch (on Windows, at least) for dispatching all the keyboard and IME events in a single event struct, which should allow this. IME support hasn't been completed on that, though.