Add an example of using a different separator to combine docs

This commit is contained in:
Kovid Goyal 2024-03-29 10:43:38 +05:30
parent 9ac4e6b64e
commit a61a48d876
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -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