diff options
Diffstat (limited to 'core/ext/key_commands.lua')
-rw-r--r-- | core/ext/key_commands.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ext/key_commands.lua b/core/ext/key_commands.lua index ca22ff37..83d88f47 100644 --- a/core/ext/key_commands.lua +++ b/core/ext/key_commands.lua @@ -207,7 +207,7 @@ keys.ct.v.t = { toggle_setting, 'use_tabs' } keys.ct.v.w = { toggle_setting, 'view_ws' } -- Miscellaneous commands. -keys.cc = { t.focus_command } +keys.cc = { t.command_entry.focus } local m_events = t.events keys.cab = { m_events.handle, 'call_tip_click', 1 } keys.caf = { m_events.handle, 'call_tip_click', 2 } |