Ticket 1430: added ALT-. shortcut to toggle show hidden files.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2009-08-02 19:36:46 +04:00 committed by Mikhail S. Pobolovets
parent 7989ab80d5
commit 1affb29969
1 changed files with 3 additions and 0 deletions

View File

@ -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},