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
A workaround for now has been to create my own function pressAndReleaseKeyIdenfitifierOn(element, '\U+005D') which sets the keyIdentifier which is then recognized by iron-a11y-keys-behavior via transformKeyIdentifier.
The text was updated successfully, but these errors were encountered:
Will fail because the custom event doesn’t have a
keyIdentifier
and thekeyCode
lies outside of what is present inKEY_CODE
within https://github.com/PolymerElements/iron-a11y-keys-behavior/blob/master/iron-a11y-keys-behavior.htmlA workaround for now has been to create my own function
pressAndReleaseKeyIdenfitifierOn(element, '\U+005D')
which sets the keyIdentifier which is then recognized by iron-a11y-keys-behavior viatransformKeyIdentifier
.The text was updated successfully, but these errors were encountered: