aboutsummaryrefslogtreecommitdiffstats
path: root/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.c
diff options
context:
space:
mode:
authorJoursoir <chat@joursoir.net>2021-12-14 13:34:47 +0300
committerJoursoir <chat@joursoir.net>2021-12-14 13:34:47 +0300
commitec796ed26a5860fc501bc00d82b3045553585ee4 (patch)
treeaa35c004b701fbc448886543353043fd1726b0bb /Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.c
parenta03c7119f13ca3aae2d7149e007141de7b9fe419 (diff)
downloadufm-ec796ed26a5860fc501bc00d82b3045553585ee4.tar.gz
ufm-ec796ed26a5860fc501bc00d82b3045553585ee4.tar.bz2
ufm-ec796ed26a5860fc501bc00d82b3045553585ee4.zip
actions: make frontend deletion of 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 d84eb21..09298d8 100644
--- a/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.c
+++ b/Library/UefiShellUfmCommandLib/UefiShellUfmCommandLib.c
@@ -26,7 +26,7 @@ STATIC CONST struct shortcut shortcuts[] = {
{ACTION_CMD, {SCAN_F4, 0x0}, do_nothing, L"4", L"Copy"},
{ACTION_CMD, {SCAN_F5, 0x0}, do_nothing, L"5", L"RenMov"},
{ACTION_CMD, {SCAN_F6, 0x0}, mkdir, L"6", L"Mkdir"},
- {ACTION_CMD, {SCAN_F7, 0x0}, do_nothing, L"7", L"Rm"},
+ {ACTION_CMD, {SCAN_F7, 0x0}, rm, L"7", L"Rm"},
{ACTION_CMD, {SCAN_F8, 0x0}, do_nothing, L"8", L""},
{ACTION_CMD, {SCAN_F9, 0x0}, show_filesystems, L"9", L"FSs"},
{ACTION_CMD, {SCAN_F10, 0x0}, quit, L"10", L"Quit"},