mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 19:47:13 +08:00
11 lines
477 B
Diff
11 lines
477 B
Diff
--- info/infomap.c (revision 5386)
|
|
+++ info/infomap.c (working copy)
|
|
@@ -297,6 +297,7 @@
|
|
CONTROL('f'), NUL, A_info_forward_char,
|
|
CONTROL('h'), NUL, A_info_get_help_window,
|
|
CONTROL('l'), NUL, A_info_redraw_display,
|
|
+ CONTROL('n'), NUL, A_info_next_line,
|
|
CONTROL('p'), NUL, A_info_prev_line,
|
|
CONTROL('r'), NUL, A_isearch_backward,
|
|
CONTROL('s'), NUL, A_isearch_forward,
|