As a user I want the ability to send a Key Event.
This is useful for search input or autocomplete input that have no search button.
Here’s the list of the most used keys:
KeyEvent.VK_ENTER
KeyEvent.VK_ESCAPE
KeyEvent.VK_TAB
KeyEvent.VK_BACK_SPACE
KeyEvent.VK_DELETE
KeyEvent.VK_SHIFT
KeyEvent.VK_CONTROL
KeyEvent.VK_ALT
KeyEvent.VK_SPACE
KeyEvent.VK_UP
KeyEvent.VK_DOWN
KeyEvent.VK_LEFT
KeyEvent.VK_RIGHT
KeyEvent.VK_F1 à KeyEvent.VK_F12
KeyEvent.VK_HOME
KeyEvent.VK_END
KeyEvent.VK_PAGE_UP
KeyEvent.VK_PAGE_DOWN
KeyEvent.VK_A à KeyEvent.VK_Z
KeyEvent.VK_0 à KeyEvent.VK_9
Completed
💡 Feature Request
Over 1 year ago

Kevin Piacentini
Get notified by email when there are changes.
Completed
💡 Feature Request
Over 1 year ago

Kevin Piacentini
Get notified by email when there are changes.