react-contexify icon indicating copy to clipboard operation
react-contexify copied to clipboard

Using arrow keys bindings in keyMatcher

Open LennyN95 opened this issue 1 year ago • 0 comments

Using any of the four arrow keys (up, down, left, right) in a keyMatcher (as per the docs) does not prevent the arrow navigation inside the context menu.

A possible solution would be to prevent any arrow-key navigation when a meta key is pressed. Alternatively, arrow-key navigation could be disabled if any keyMatcher evaluates to true.

LennyN95 avatar Jul 05 '23 12:07 LennyN95