From f94cc3fda04df267431cb1b694601969d732262d Mon Sep 17 00:00:00 2001 From: myk002 Date: Wed, 19 Oct 2022 16:24:21 -0700 Subject: [PATCH] add backtick to keybinding's hardcoded docs --- library/Core.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Core.cpp b/library/Core.cpp index 73336b2e7..669015096 100644 --- a/library/Core.cpp +++ b/library/Core.cpp @@ -963,7 +963,7 @@ command_result Core::runCommand(color_ostream &con, const std::string &first_, v << " keybinding set [@context] \"cmdline\" \"cmdline\"..." << endl << " keybinding add [@context] \"cmdline\" \"cmdline\"..." << endl << "Later adds, and earlier items within one command have priority." << endl - << "Supported keys: [Ctrl-][Alt-][Shift-](A-Z, 0-9, F1-F12, or Enter)." << endl + << "Supported keys: [Ctrl-][Alt-][Shift-](A-Z, 0-9, F1-F12, `, or Enter)." << endl << "Context may be used to limit the scope of the binding, by" << endl << "requiring the current context to have a certain prefix." << endl << "Current UI context is: "