Ctrl+F to search in the drive
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…
Reference in New Issue