mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Ctrl+F to search in the drive
This commit is contained in:
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
Block a user