Allow sending arbitrary signals to the current foreground process in a window using either a mapping in kitty.conf or via remote control

Fixes #2778
This commit is contained in:
Kovid Goyal
2020-06-20 12:37:27 +05:30
parent 3ff184348e
commit 601a6c9e3d
4 changed files with 76 additions and 0 deletions

View File

@@ -15,6 +15,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Tall and Fat layouts: Add mappable actions to increase or decrease the number
of full size windows (:iss:`2688`)
- Allow sending arbitrary signals to the current foreground process in a window
using either a mapping in kitty.conf or via remote control (:iss:`2778`)
- Allow sending the back and forward mouse buttons to terminal applications
(:pull:`2742`)