From 12a3f7d5f4770a09861a8f355a8c9cfb2269e76e Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Sat, 17 Jan 2015 22:59:55 +0300 Subject: [PATCH] mc.menu: fix menu hot keys --- .mc/menu | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.mc/menu b/.mc/menu index e635c33..6a59039 100644 --- a/.mc/menu +++ b/.mc/menu @@ -339,7 +339,7 @@ x Extract a compressed file exec $P %f + F \.(bz2|gz|lz|lzma|7z|xz|tar|zip|ZIP|rar|RAR)$ & T r -x Extract another compressed file +X Extract another compressed file case %F in *.bz2) P="bzip2 -d";; *.gz) P="gzip -d";; @@ -414,7 +414,7 @@ y Extract from zip with recoded filenames exec unzip.py %f + T r & F \.(zip|ZIP)$ -y Extract from other zip with recoded filenames +Y Extract from other zip with recoded filenames exec unzip.py %D/%F + t r -- 2.39.2