Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent duplicate calls to keyDown events due to IME (#592)
When typing non-latin characters (such as Korean, Japanese or Chinese) in the MainInputWindow, the KeyDown event is called duplicately due to IME. As a result, non-latin character input does not work properly.
- Loading branch information