Fix date in changelog

This commit is contained in:
Kovid Goyal
2024-01-26 17:24:45 +05:30
parent 08d88af2fb
commit ae1bf69a3d
2 changed files with 2 additions and 2 deletions

View File

@@ -594,7 +594,7 @@ class TestKeys(BaseTest):
tm = TM('map kitty_mod+enter')
self.ae(tm('ctrl+shift+enter'), [False])
# single key mapping overrides all multi-key mappings with same prefix
# single key mapping overrides previous all multi-key mappings with same prefix
tm = TM('map kitty_mod+p new_window')
self.ae(tm('ctrl+shift+p', 'f'), [True, False])
self.ae(tm.actions, ['new_window'])