Commit 6855b792 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: swap ^X and ^L in the help lines of the help viewer

I like it better that ^X stays in the same position compared to the
main screen: the lower left corner.
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -720,8 +720,8 @@ void shortcut_init(void)
#ifdef ENABLE_HELP
/* The description ("x") and blank_after (0) are irrelevant,
* because the help viewer does not have a help text. */
add_to_funcs(do_exit, MHELP, close_tag, "x", 0, VIEW);
add_to_funcs(total_refresh, MHELP, refresh_tag, "x", 0, VIEW);
add_to_funcs(do_exit, MHELP, close_tag, "x", 0, VIEW);
add_to_funcs(do_search, MHELP, whereis_tag, "x", 0, VIEW);
add_to_funcs(do_research, MHELP, whereis_next_tag, "x", 0, VIEW);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment