* screen.c (panel_keymap) [HAVE_X]: Disable Alt-H - it's not
implemented properly for GNOME. * main.c (directory_history_list) [HAVE_X]: Disable.
Этот коммит содержится в:
родитель
af1dc9fd62
Коммит
069eaca778
@ -1,5 +1,9 @@
|
||||
2001-07-14 Pavel Roskin <proski@gnu.org>
|
||||
|
||||
* screen.c (panel_keymap) [HAVE_X]: Disable Alt-H - it's not
|
||||
implemented properly for GNOME.
|
||||
* main.c (directory_history_list) [HAVE_X]: Disable.
|
||||
|
||||
* panelize.c [HAVE_X]: Disable unused code.
|
||||
|
||||
* main.c [HAVE_X]: Disable Ctrl-X sequences.
|
||||
|
@ -1105,6 +1105,7 @@ directory_history_prev (WPanel * panel)
|
||||
panel_update_marks (panel);
|
||||
}
|
||||
|
||||
#ifndef HAVE_X
|
||||
void
|
||||
directory_history_list (WPanel * panel)
|
||||
{
|
||||
@ -1123,6 +1124,7 @@ directory_history_list (WPanel * panel)
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif /* !HAVE_X */
|
||||
|
||||
#ifdef HAVE_SUBSHELL_SUPPORT
|
||||
int
|
||||
|
@ -2292,12 +2292,12 @@ static const key_map panel_keymap [] = {
|
||||
#ifndef HAVE_X
|
||||
{ ALT('o'), chdir_other_panel },
|
||||
{ ALT('l'), chdir_to_readlink },
|
||||
{ ALT('H'), directory_history_list },
|
||||
#endif /* HAVE_X */
|
||||
{ KEY_F(13), view_simple_cmd },
|
||||
{ KEY_F(14), edit_cmd_new },
|
||||
{ ALT('y'), directory_history_prev },
|
||||
{ ALT('u'), directory_history_next },
|
||||
{ ALT('H'), directory_history_list },
|
||||
{ ALT('+'), select_cmd_panel },
|
||||
{ KEY_KP_ADD, select_cmd_panel },
|
||||
{ ALT('\\'), unselect_cmd_panel },
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user