You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a form which has buttons that call some actions on click, it gathers the event information which I use to save or perform other actions, I would like to use the hotkey as a button click, basically activate the click with a hotkey. this is a question.
The text was updated successfully, but these errors were encountered:
Would that be sufficient to achieve what you want to do? Otherwise you could probably give your button a handle:
<button#myButton>
And I believe you will then be able to trigger an actual clickevent by in your hotkey method do something like myButton.click() (haven't tested it, but I think something along those lines would work).
I have a form which has buttons that call some actions on click, it gathers the event information which I use to save or perform other actions, I would like to use the hotkey as a button click, basically activate the click with a hotkey. this is a question.
The text was updated successfully, but these errors were encountered: