I want to trigger the KeyboardEvent for the '+' key even if the '=' key is pressed
'shift+=' is '+' on English keyboards, but on other keyboards, the key for which 'shift+key' is '+' might be different. How do I account for all such cases?
I want to trigger the KeyboardEvent for the '+' key even if the '=' key is pressed
'shift+=' is '+' on English keyboards, but on other keyboards, the key for which 'shift+key' is '+' might be different. How do I account for all such cases?
For further actions, you may consider blocking this person and/or reporting abuse
Sanjay R -
Malik Chohra -
babar ali -
Michael Otu -
Top comments (1)
when
keydown
and some other events, an event haskey
property that has name of your keyboard key button.