Skip to content

Commit dc6477a

Browse files
committed
feat: add optional hotkey for post-processing request
1 parent 16c789d commit dc6477a

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/components/settings/PostProcessingHotkey.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export const PostProcessingHotkey: React.FC<PostProcessingHotkeyProps> = ({
251251
return (
252252
<SettingContainer
253253
title="Post-Processing Hotkey"
254-
description="Optional: Set a dedicated keyboard shortcut that always applies post-processing"
254+
description="Optional: Sets a dedicated hotkey for post-processing. If configured post-processing will only occur when this hotkey is used."
255255
descriptionMode={descriptionMode}
256256
grouped={grouped}
257257
>
@@ -266,7 +266,7 @@ export const PostProcessingHotkey: React.FC<PostProcessingHotkeyProps> = ({
266266
return (
267267
<SettingContainer
268268
title="Post-Processing Hotkey"
269-
description="Optional: Set a dedicated keyboard shortcut that always applies post-processing, regardless of the global setting"
269+
description="Optional: Sets a dedicated hotkey for post-processing. If configured post-processing will only occur when this hotkey is used."
270270
descriptionMode={descriptionMode}
271271
grouped={grouped}
272272
tooltipPosition="bottom"
@@ -303,9 +303,8 @@ export const PostProcessingHotkey: React.FC<PostProcessingHotkeyProps> = ({
303303
</div>
304304
{!hasBinding && (
305305
<p className="text-xs text-mid-gray/70 mt-2">
306-
Click to set a dedicated hotkey for post-processing. Leave unset to
307-
use the standard transcribe hotkey with the global post-processing
308-
setting.
306+
Use a dedicated hotkey for post-processing. If configured
307+
post-processing will only occur when this hotkey is used.
309308
</p>
310309
)}
311310
</SettingContainer>

0 commit comments

Comments
 (0)