redux-devtools icon indicating copy to clipboard operation
redux-devtools copied to clipboard

Allow custom keys for slider monitor

Open okorz001 opened this issue 6 years ago • 1 comments

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 avatar Apr 30 '19 17:04 okorz001

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.

okorz001 avatar May 01 '19 00:05 okorz001