Ctrl+F to search in the drive

pull/1/head
yflory 4 years ago
parent 5ea1654810
commit ab4e3b25b0

@ -4592,6 +4592,12 @@ define([
moveElements(paths, [TRASH], false, refresh);
return;
}
if (e.which === 70 && e.ctrlKey) {
e.preventDefault();
e.stopPropagation();
APP.displayDirectory([SEARCH]);
return;
}
});
$appContainer.contextmenu(function () {
APP.hideMenu();

Loading…
Cancel
Save