A new mappable action to show kitty docs in the browser

This commit is contained in:
Kovid Goyal
2022-08-19 14:00:30 +05:30
parent 2bb42e67d7
commit 5350eb29c1
5 changed files with 42 additions and 3 deletions

View File

@@ -136,7 +136,7 @@ def detach_tab_parse(func: str, rest: str) -> FuncArgsType:
return func, (rest,)
@func_with_args('set_background_opacity', 'goto_layout', 'toggle_layout', 'kitty_shell')
@func_with_args('set_background_opacity', 'goto_layout', 'toggle_layout', 'kitty_shell', 'show_kitty_doc')
def simple_parse(func: str, rest: str) -> FuncArgsType:
return func, [rest]