aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/background/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/background/index.js b/src/background/index.js
index d27c557..604ea92 100644
--- a/src/background/index.js
+++ b/src/background/index.js
@@ -2,7 +2,7 @@ import * as actions from '../shared/actions';
import * as tabs from './tabs';
import KeyQueue from './key-queue';
-const queue = new KeyQueue(KeyQueue.DEFAULT_KEYMAP);
+const queue = new KeyQueue();
const keyDownHandle = (request) => {
return queue.push({