From 5d8fd422a565adaa90dbacc07346e5dce8650af0 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Fri, 22 Dec 2023 21:01:37 +0800 Subject: [PATCH] fix bug --- public/configStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/configStore.js b/public/configStore.js index 48f9056..4f8fe5d 100644 --- a/public/configStore.js +++ b/public/configStore.js @@ -65,7 +65,7 @@ const defaultKeyBindings = [ { keys: 'ctrl+c', action: 'copySegmentsToClipboard' }, { keys: 'command+c', action: 'copySegmentsToClipboard' }, - { key: 'f', action: 'toggleFullscreenVideo' }, + { keys: 'f', action: 'toggleFullscreenVideo' }, { keys: 'enter', action: 'labelCurrentSegment' },