I have a question regarding the char codes for keyboards. I was reading this article
This has a bunch of key codes.I want to check what key code to use when user presses the alt and down arrow.I have to create dropdowns like comboboxes which displays the list when user presses alt and down key.
Thanks
The keyboard event has
event.altKeyto indicate whether alt was pressed.Read https://developer.mozilla.org/en-US/docs/DOM/KeyboardEvent for more information.