diff options
author | Shin'ya UEOKA <ueokande@i-beam.org> | 2019-10-03 12:15:12 +0000 |
---|---|---|
committer | Shin'ya UEOKA <ueokande@i-beam.org> | 2019-10-06 12:58:59 +0000 |
commit | 62a86c525378610444a9976dd4409ea207174d20 (patch) | |
tree | cad0928f7cafc0eb95e60bb2814a6d7b350a1a0b /src/content/client | |
parent | 620d4bc03e11ae88e2162cb4acdf88b6bded50e5 (diff) |
Make key class
Diffstat (limited to 'src/content/client')
-rw-r--r-- | src/content/client/FollowMasterClient.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/client/FollowMasterClient.ts b/src/content/client/FollowMasterClient.ts index da75308..f79c8b0 100644 --- a/src/content/client/FollowMasterClient.ts +++ b/src/content/client/FollowMasterClient.ts @@ -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, }); } |