void OnLocalChar (wxKeyEvent& event)
This method is invoked by OnChar when the event is not handled by a caret-owning snip. It either lets the keymap handle the event or calls OnDefaultChar. Override it for your own use, but consider overriding OnDefaultChar instead. See also OnChar.