mirror of https://github.com/MidnightCommander/mc
Ticket 1430: added ALT-. shortcut to toggle show hidden files.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
7989ab80d5
commit
1affb29969
|
@ -1338,6 +1338,9 @@ static const key_map default_map[] = {
|
|||
/* Control-X keybindings */
|
||||
{XCTRL ('x'), ctl_x_cmd},
|
||||
|
||||
/* Show/hide hidden files */
|
||||
{ALT ('.'), toggle_show_hidden},
|
||||
|
||||
/* Trap dlg's exit commands */
|
||||
{ESC_CHAR, nothing},
|
||||
{XCTRL ('c'), nothing},
|
||||
|
|
Loading…
Reference in New Issue