From 62a86c525378610444a9976dd4409ea207174d20 Mon Sep 17 00:00:00 2001 From: Shin'ya UEOKA Date: Thu, 3 Oct 2019 12:15:12 +0000 Subject: Make key class --- src/content/client/FollowMasterClient.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/content/client') 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, }); } -- cgit v1.2.3