support mutliple modifiers for key bindings
This commit is contained in:
parent
4e94695c75
commit
036ede3379
11 changed files with 75 additions and 75 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue