]> git.phdru.name Git - dotfiles.git/commitdiff
mc.menu: fix menu hot keys
authorOleg Broytman <phd@phdru.name>
Sat, 17 Jan 2015 19:59:55 +0000 (22:59 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 17 Jan 2015 19:59:55 +0000 (22:59 +0300)
.mc/menu

index e635c33716dac379a67ba230b042ab24345ddd4f..6a590394a4f41e7c63c5d56fd8252ce8f7f32392 100644 (file)
--- 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