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
Generate dynamic JSON-driven forms directly in your JavaScript app (Angular, React, Vue.js, jQuery) with a fully customizable drag-and-drop form builder. Easily integrate with any backend system and retain full ownership over your data, with no user or form submission limits.
Georgios Kampitakis -
sharathchandark -
sharathchandark -
Marcus Kohlberg -
Top comments (1)
when
keydown
and some other events, an event haskey
property that has name of your keyboard key button.