mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-18 22:44:50 +02:00
Fix date in changelog
This commit is contained in:
@@ -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'])
|
||||
|
||||
Reference in New Issue
Block a user