Emit CharEvent even for keydown events in wasm interactor
- the previous code emitted VTK CharEvent only upon receiving browser's keypress event. However it did not really work.
- this change emits VTK CharEvent in addition to VTK KeyPressEvent when a browser sends keypress event.
- achieves similar behavior as in desktop applications that listen to VTK CharEvent.