Fix #4815
This commit is contained in:
@@ -23,7 +23,7 @@ class SignalChild(RemoteCommand):
|
|||||||
desc = (
|
desc = (
|
||||||
'Send one or more signals to the foreground process in the specified window(s).'
|
'Send one or more signals to the foreground process in the specified window(s).'
|
||||||
' If you use the :option:`kitty @ signal-child --match` option'
|
' If you use the :option:`kitty @ signal-child --match` option'
|
||||||
' the title will be set for all matched windows. By default, only the active'
|
' the signal will be sent for all matched windows. By default, only the active'
|
||||||
' window is affected. If you do not specify any signals, :code:`SIGINT` is sent by default.'
|
' window is affected. If you do not specify any signals, :code:`SIGINT` is sent by default.'
|
||||||
' You can also map this to a keystroke in kitty.conf, for example::\n\n'
|
' You can also map this to a keystroke in kitty.conf, for example::\n\n'
|
||||||
' map F1 signal_child SIGTERM'
|
' map F1 signal_child SIGTERM'
|
||||||
|
|||||||
Reference in New Issue
Block a user