Ctrl+F to search in the drive

pull/1/head
yflory 2020-09-21 15:55:58 +02:00
parent 5ea1654810
commit ab4e3b25b0
1 changed files with 6 additions and 0 deletions

View File

@ -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();