Make key class

This commit is contained in:
Shin'ya UEOKA 2019-10-03 12:15:12 +00:00
parent 620d4bc03e
commit 62a86c5253
8 changed files with 193 additions and 167 deletions

View file

@ -35,7 +35,7 @@ export class FollowMasterClientImpl implements FollowMasterClient {
this.postMessage({
type: messages.FOLLOW_KEY_PRESS,
key: key.key,
ctrlKey: key.ctrlKey || false,
ctrlKey: key.ctrl || false,
});
}