diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-11-05 09:47:30 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-11-11 20:34:31 +0900 |
commit | 036ede3379285cbe678d79aad3b9442dca8b31e6 (patch) | |
tree | e97e4a8a1713c7540db0d3ff82ab0964104d3bad /src/content/components/top-content | |
parent | 4e94695c758215a950fe53911e1c1e30e47b9c98 (diff) |
support mutliple modifiers for key bindings
Diffstat (limited to 'src/content/components/top-content')
-rw-r--r-- | src/content/components/top-content/follow-controller.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/components/top-content/follow-controller.js b/src/content/components/top-content/follow-controller.js index 38869e6..d373177 100644 --- a/src/content/components/top-content/follow-controller.js +++ b/src/content/components/top-content/follow-controller.js @@ -76,7 +76,7 @@ export default class FollowController { this.activate(); this.store.dispatch(followControllerActions.disable()); break; - case 'Escape': + case 'Esc': this.store.dispatch(followControllerActions.disable()); break; case 'Backspace': |