-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Actually there's no "easy key mapping" like https://github.com/mapbox/react-keybinding#api
Think about a way to add them.
ideas:
<KeybindingContainer>
<Keybinding key='enter' type='keyup' target='.css-target' />
<Keybinding key='a' type='keydown' target={ window } />
</KeybindingContainer>Reactions are currently unavailable