Commit 08b49534 authored by Brand Huntsman's avatar Brand Huntsman Committed by Benno Schulenberg
Browse files

bindings: allow exiting from the help viewer with F1, like with ^G

Signed-off-by: default avatarBrand Huntsman <alpha@qzx.com>
No related merge requests found
Showing with 1 addition and 0 deletions
+1 -0
......@@ -1344,6 +1344,7 @@ void shortcut_init(void)
#endif
#ifdef ENABLE_HELP
add_to_sclist(MHELP, "^G", 0, do_exit, 0);
add_to_sclist(MHELP, "F1", 0, do_exit, 0);
add_to_sclist(MHELP, "Home", KEY_HOME, do_first_line, 0);
add_to_sclist(MHELP, "End", KEY_END, do_last_line, 0);
#endif
......
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