Commit 46916af
committed
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.1 parent 43a2c0e commit 46916af
1 file changed
Lines changed: 7 additions & 1 deletion
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
247 | 253 | | |
248 | 254 | | |
249 | 255 | | |
| |||
0 commit comments