ember-test-helpers icon indicating copy to clipboard operation
ember-test-helpers copied to clipboard

Add additional `keyFromKeyCode` mappings for `triggerKeyEvent`

Open dagroe opened this issue 1 year ago • 0 comments

Adds a few keyFromKeyCode mappings, which may be useful when using triggerKeyEvent.

In my case I was using triggerKeyEvent(element, 'keyDown', 46) which worked fine until the library that renders element stopped recognizing keyCodes in favor of using the event's key attribute.

dagroe avatar Jan 16 '23 13:01 dagroe