You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Often times, we need to know what the last keystroke is and respond to it, in this case we are building a non-english input keyboard, which needs to listen on keystrokes. But we cannot get the onKeyPress or other events other that onChange to work.
Any input would be appreciated.
The text was updated successfully, but these errors were encountered:
I'm using Electron, after some experiment, I found not just this lib, actually a normal input tag with onKeyPress will cause Electron to use all its CPU and memory and quit with out of memory error in the end. I'm using Electron 3.x.
Still, it would be appreciated if you can add one more API to this lib, for example onKey, for both typing on input box and clicks on the virtual keyboard.
Often times, we need to know what the last keystroke is and respond to it, in this case we are building a non-english input keyboard, which needs to listen on keystrokes. But we cannot get the onKeyPress or other events other that
onChange
to work.Any input would be appreciated.
The text was updated successfully, but these errors were encountered: