From 3ccf49f3a7cf1d76ac2b3683c984286a58c31d44 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Mon, 4 Apr 2022 13:26:52 +0800 Subject: [PATCH] fix lint --- src/components/KeyboardShortcuts.jsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/components/KeyboardShortcuts.jsx b/src/components/KeyboardShortcuts.jsx index 2a2082d7..3116ab99 100644 --- a/src/components/KeyboardShortcuts.jsx +++ b/src/components/KeyboardShortcuts.jsx @@ -146,7 +146,7 @@ const KeyboardShortcuts = memo(({ toggleKeyboardShortcuts: { name: t('Keyboard & mouse shortcuts'), }, - + // playbackCategory togglePlayResetSpeed: { name: t('Play/pause'), @@ -188,7 +188,7 @@ const KeyboardShortcuts = memo(({ name: t('Decrease audio volume'), category: playbackCategory, }, - + // seekingCategory seekPreviousFrame: { name: t('Step backward 1 frame'), @@ -244,7 +244,7 @@ const KeyboardShortcuts = memo(({ name: t('Seek to timecode'), category: seekingCategory, }, - + // segmentsAndCutpointsCategory addSegment: { name: t('Add cut segment'), @@ -332,7 +332,7 @@ const KeyboardShortcuts = memo(({ name: t('Remove selected segments'), category: segmentsAndCutpointsCategory, }, - + // streamsCategory toggleStreamsSelector: { name: t('Edit tracks / metadata tags'), @@ -342,7 +342,7 @@ const KeyboardShortcuts = memo(({ name: t('Extract all tracks'), category: streamsCategory, }, - + // zoomOperationsCategory timelineZoomIn: { name: t('Zoom in timeline'), @@ -356,7 +356,7 @@ const KeyboardShortcuts = memo(({ name: t('Toggle zoom between 1x and a calculated comfortable zoom level'), category: zoomOperationsCategory, }, - + // outputCategory export: { name: t('Export segment(s)'), @@ -386,7 +386,7 @@ const KeyboardShortcuts = memo(({ name: t('Fix incorrect duration'), category: outputCategory, }, - + // batchFilesCategory batchPreviousFile: { name: t('Previous file'), @@ -408,7 +408,7 @@ const KeyboardShortcuts = memo(({ name: t('Merge/concatenate files'), category: batchFilesCategory, }, - + // otherCategory toggleKeyframeCutMode: { name: t('Cut mode'),