summaryrefslogtreecommitdiffstats
path: root/player/lua/console.lua
diff options
context:
space:
mode:
Diffstat (limited to 'player/lua/console.lua')
-rw-r--r--player/lua/console.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/player/lua/console.lua b/player/lua/console.lua
index c1958ef7dd..978ba51b6c 100644
--- a/player/lua/console.lua
+++ b/player/lua/console.lua
@@ -830,6 +830,7 @@ end
function get_bindings()
local bindings = {
{ 'esc', function() set_active(false) end },
+ { 'ctrl+[', function() set_active(false) end },
{ 'enter', handle_enter },
{ 'kp_enter', handle_enter },
{ 'shift+enter', function() handle_char_input('\n') end },