about summary refs log tree commit diff stats
path: root/085scenario_console.cc
diff options
context:
space:
mode:
Diffstat (limited to '085scenario_console.cc')
-rw-r--r--085scenario_console.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/085scenario_console.cc b/085scenario_console.cc
index 2b6c7e8a..496769ab 100644
--- a/085scenario_console.cc
+++ b/085scenario_console.cc
@@ -185,6 +185,7 @@ void initialize_key_names() {
   Key["ctrl-y"] = TB_KEY_CTRL_Y;
   Key["ctrl-z"] = TB_KEY_CTRL_Z;
   Key["escape"] = TB_KEY_ESC;
+  Key["ctrl-slash"] = TB_KEY_CTRL_SLASH;
 }
 
 :(after "Begin check_or_set_invalid_types(r)")