@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user