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

Manage keyboard shortcuts from one place

Results 52 react-shortcuts issues
Sort by recently updated
recently updated
newest added

This is a simple PR to bump the supported react version and that is following the same current used patterns. The main purpose is to get rid of the warnings...

Hello. I updated dependencies, example and tests for supporting new react 16. What do you think about it?

In npmjs.com, v1.6.2 is listed as the latest, not v2.0.0. Suggestion: * Add legacy tag to v1.6.2 * Add latest tag to v2.0.0

The current installation instructions require the user to manually add a shortcut manager instance to the `shortcuts` attribute of their react application's `context`. This is extra work for users of...

The delete and backspace keys should be treated in the same way as regular keys when an input is focused as they are needed for text input. This is currently...

I've noticed that because react-shortcuts overrides combokey's handleKey method, it doesn't check to see if a key combo in the key map actually applies before applying logic to preventDefault or...

Something like this. ```jsx body ``` It would be more convenient to use `style` in some cases.

At ~40kb its a pretty rough addon. ![image](https://cloud.githubusercontent.com/assets/12100/26031170/312a65a0-381e-11e7-91e4-1f05839fa013.png)

help wanted

This repository has some pretty unconventional linting. To encourage contributions from the community and to make it easier to read and maintain the source code, I took a look at...

First off, love your project. This is great and I love the declarative nature of this. It aligns with my view of how input should be managed for web apps...