Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Do Not Send Key Event for NumPad Key
Those keys are already handled in `CommonKeyboardActionListener`, so ignoring those keys here. Removing the related codes in `CommonKeyboardActionListener` will make `KP_X` keys not working in normal text field.
- Loading branch information