Tom Elliott
Tom Elliott
### Description Using `` within `` affects the group's styling. #### Expected:  #### Actual:  ### Steps to reproduce ```typescript 😜 😳 ðŸ˜...
Closes #4194 ### Changelog - Updated the handling of keyboard events within the ActionListItem component. Previously, `onKeyPress` was used. This has been replaced with `onKeyDown` to move away from now...
### Description [](https://github.com/primer/react/blob/main/src/ActionList/Item.tsx) does not properly handle keyboard selection events when a modifier key is used. Currently `` registers a handler for the [`onKeyPress` event](https://github.com/primer/react/blob/691adc6ff5593f3e7e847c42bffc8bdb29d7bfab/src/ActionList/Item.tsx#L252). `keypress` events are fired when...