parent
a0bcdd83df
commit
217dd6a1de
|
@ -1336,6 +1336,7 @@ void InputHandler::handle_key(Key key)
|
|||
if (keymaps.is_mapped(key, keymap_mode) and
|
||||
not m_context.keymaps_disabled())
|
||||
{
|
||||
ScopedSetBool disable_history{context().history_disabled()};
|
||||
for (auto& k : keymaps.get_mapping(key, keymap_mode))
|
||||
current_mode().handle_key(k);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user