support mutliple modifiers for key bindings

This commit is contained in:
Shin'ya Ueoka 2017-11-05 09:47:30 +09:00
parent 4e94695c75
commit 036ede3379
11 changed files with 75 additions and 75 deletions

View file

@ -46,7 +46,7 @@ export default class Follow {
}
this.win.parent.postMessage(JSON.stringify({
type: messages.FOLLOW_KEY_PRESS,
key,
key: key.key,
}), '*');
return true;
}