gnome: edit_panel_cmd.c bound to F4 just like view with F3

This commit is contained in:
Paul Sheer 1998-10-02 01:18:13 +00:00
parent 5e0a240dd2
commit e1b8a6d1d4
1 changed files with 1 additions and 0 deletions

View File

@ -2198,6 +2198,7 @@ static key_map panel_keymap [] = {
{ '*', reverse_selection_cmd_panel },
{ XCTRL('r'), reread_cmd },
{ KEY_F(3), view_panel_cmd },
{ KEY_F(4), edit_panel_cmd },
{ KEY_F(5), copy_cmd },
{ KEY_F(6), ren_cmd },
{ KEY_F(7), mkdir_panel_cmd },