From a61a48d876be576f02bb65884101352c02a3c462 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 29 Mar 2024 10:43:38 +0530 Subject: [PATCH] Add an example of using a different separator to combine docs --- kitty/boss.py | 1 + 1 file changed, 1 insertion(+) 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