Allow mapping arbitrary remote control commands to key presses in kitty.conf

This commit is contained in:
Kovid Goyal
2020-04-19 20:14:23 +05:30
parent b3f161efce
commit 717c0c96de
4 changed files with 40 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Fix reverse video not being rendered correctly when using transparency or a
background image (:iss:`2419`)
- Allow mapping arbitrary remote control commands to key presses in
:file:`kitty.conf`
- X11: Fix crash when doing drag and drop from some applications (:iss:`2505`)
- Fix :option:`launch --stdin-add-formatting` not working (:iss:`2512`)