#175 - fixed label

missed it during the review
This commit is contained in:
Simon Cambier
2023-05-19 09:59:00 +02:00
parent 027c9e3bc9
commit d32f250b76

View File

@@ -50,11 +50,11 @@
openInNewPaneKey = '↵' openInNewPaneKey = '↵'
openInCurrentPaneKey = getCtrlKeyLabel() + ' ↵' openInCurrentPaneKey = getCtrlKeyLabel() + ' ↵'
createInNewPaneKey = 'shift ↵' createInNewPaneKey = 'shift ↵'
createInCurrentPaneKey = 'ctrl shift ↵' createInCurrentPaneKey = getCtrlKeyLabel() + ' shift ↵'
} else { } else {
openInNewPaneKey = getCtrlKeyLabel() + ' ↵' openInNewPaneKey = getCtrlKeyLabel() + ' ↵'
openInCurrentPaneKey = '↵' openInCurrentPaneKey = '↵'
createInNewPaneKey = 'ctrl shift ↵' createInNewPaneKey = getCtrlKeyLabel() + ' shift ↵'
createInCurrentPaneKey = 'shift ↵' createInCurrentPaneKey = 'shift ↵'
} }
$: if (searchQuery) { $: if (searchQuery) {