diff --git a/desktop/src/renderer/src/components/menu/keyboard/shortcuts/recorder.tsx b/desktop/src/renderer/src/components/menu/keyboard/shortcuts/recorder.tsx index 94ef43c..00f059b 100644 --- a/desktop/src/renderer/src/components/menu/keyboard/shortcuts/recorder.tsx +++ b/desktop/src/renderer/src/components/menu/keyboard/shortcuts/recorder.tsx @@ -115,7 +115,7 @@ export const Recorder = ({ }, [isFocused]) const formatKeyDisplay = (key: string, code: string): string => { - if (isModifier(key)) { + if (isModifier(code)) { if (code.startsWith('Control')) { return 'Ctrl' }