Add an example of using a different separator to combine docs
This commit is contained in:
parent
9ac4e6b64e
commit
a61a48d876
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue