mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-28 18:23:35 +00:00
feature(key) add ability to pack files with Alt + F5
This commit is contained in:
parent
ee434d9376
commit
8bf1ea1d4a
2 changed files with 3 additions and 0 deletions
|
|
@ -311,6 +311,8 @@ function KeyProto() {
|
|||
case Key.F5:
|
||||
if (ctrlMeta)
|
||||
CloudCmd.sortPanel('date');
|
||||
else if (alt)
|
||||
Operation.show('pack');
|
||||
else
|
||||
Operation.show('copy');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue