diff options
author | zsugabubus <zsugabubus@users.noreply.github.com> | 2019-09-28 00:37:22 +0000 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-09-28 02:37:22 +0200 |
commit | fe6f1760b4a4a45de2bb239f0e2de73ce2461d90 (patch) | |
tree | 60773570b07bde19e1ae7f140da42e792a752c40 /CHANGELOG.md | |
parent | 87cf14a4b79146240b74ab473faf542b72e5e939 (diff) | |
download | alacritty-fe6f1760b4a4a45de2bb239f0e2de73ce2461d90.tar.gz alacritty-fe6f1760b4a4a45de2bb239f0e2de73ce2461d90.zip |
Add `ReceiveChar` action for passing key's text
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index c44551c0..f1bf7b0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Extra bindings for F13-F20 - Terminal escape bindings with combined modifiers - Bindings for ScrollToTop and ScrollToBottom actions +- `ReceiveChar` key binding action to insert the key's text character ### Changed |