diff --git a/kitty/boss.py b/kitty/boss.py index 140d6050c..bb588ceac 100644 --- a/kitty/boss.py +++ b/kitty/boss.py @@ -1557,6 +1557,7 @@ def user_menu_action(self, defn: str) -> None: For example:: map kitty_mod+e combine : new_window : next_layout + map kitty_mod+e combine | new_tab | goto_tab -1 ''') def combine(self, action_definition: str, window_for_dispatch: Optional[Window] = None, dispatch_type: str = 'KeyPress', raise_error: bool = False) -> bool: consumed = False