Add an option :opt:command_on_bell to run an arbitrary command when a bell occurs

Fixes #1660
This commit is contained in:
Kovid Goyal
2019-05-29 09:42:52 +05:30
parent ca2c419c9b
commit 4e9dabfb25
4 changed files with 37 additions and 11 deletions

View File

@@ -7,6 +7,9 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
0.14.1 [future]
---------------------
- Add an option :opt:`command_on_bell` to run an arbitrary command when
a bell occurs (:iss:`1660`)
- Add support for the underscore key found in some keyboard layouts
(:iss:`1639`)