diff --git a/src/components/ModalVault.svelte b/src/components/ModalVault.svelte index b35d964..9bbaf80 100644 --- a/src/components/ModalVault.svelte +++ b/src/components/ModalVault.svelte @@ -50,11 +50,11 @@ openInNewPaneKey = '↵' openInCurrentPaneKey = getCtrlKeyLabel() + ' ↵' createInNewPaneKey = 'shift ↵' - createInCurrentPaneKey = 'ctrl shift ↵' + createInCurrentPaneKey = getCtrlKeyLabel() + ' shift ↵' } else { openInNewPaneKey = getCtrlKeyLabel() + ' ↵' openInCurrentPaneKey = '↵' - createInNewPaneKey = 'ctrl shift ↵' + createInNewPaneKey = getCtrlKeyLabel() + ' shift ↵' createInCurrentPaneKey = 'shift ↵' } $: if (searchQuery) {