Skip to content

Allow custom keys for slider monitor #472

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

okorz001
Copy link

This is mostly lifted from redux-devtools-dock-monitor, but there was some extra complexity around the fact that the underlying parse-key library doesn't support ctrl-[ and ctrl-]. Ideally, I would have defaulted the new props to the default bindings, but I had to settle for falling back to original logic when they are unset.

I couldn't get the example todomvc project running, but I was able to verify these changes in my own project, both with and without the new props.

Closes #471.

@okorz001
Copy link
Author

okorz001 commented May 1, 2019

The build failure doesn't have anything to do with my changes. There's some node-gyp failures, probably related to node 12 being released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[redux-slider-monitor] Allow overriding keyboard hotkeys via props
1 participant