aboutsummaryrefslogtreecommitdiffstats
path: root/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.c
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-12-14 13:39:09 +0300
committerJoursoir <chat@joursoir.net>2021-12-14 13:39:09 +0300
commit7e1a69e43832a7ada128e3f47c9d71071e1336c1 (patch)
treeffad0a18476084e6a531e325f32669257d59fdc0 /Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.c
parent5bd1cfdd299b7cbc1709363d58598be66b90abb2 (diff)
downloadufm-7e1a69e43832a7ada128e3f47c9d71071e1336c1.tar.gz
ufm-7e1a69e43832a7ada128e3f47c9d71071e1336c1.tar.bz2
ufm-7e1a69e43832a7ada128e3f47c9d71071e1336c1.zip
actions: make frontend copying file
Diffstat (limited to 'Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.c')
-rw-r--r--Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.c b/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.c
index 1920b13..f7bc2fb 100644
--- a/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.c
+++ b/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.c
@@ -23,7 +23,7 @@ STATIC CONST struct shortcut shortcuts[] = {
{ACTION_CMD, {SCAN_F1, 0x0}, do_nothing, L"1", L"Help"},
{ACTION_CMD, {SCAN_F2, 0x0}, edit, L"2", L"Edit"},
{ACTION_CMD, {SCAN_F3, 0x0}, hexedit, L"3", L"Hex"},
- {ACTION_CMD, {SCAN_F4, 0x0}, do_nothing, L"4", L"Copy"},
+ {ACTION_CMD, {SCAN_F4, 0x0}, cp, L"4", L"Copy"},
{ACTION_CMD, {SCAN_F5, 0x0}, mv, L"5", L"RenMov"},
{ACTION_CMD, {SCAN_F6, 0x0}, mkdir, L"6", L"Mkdir"},
{ACTION_CMD, {SCAN_F7, 0x0}, rm, L"7", L"Rm"},