diff options
author | Christian Duerr <chrisduerr@users.noreply.github.com> | 2018-10-16 18:46:26 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-16 18:46:26 +0000 |
commit | a727801f60286282795e850637de7e21f15d4114 (patch) | |
tree | fe2660439e54de2fb4419ae9e4132fb995a8d148 /CHANGELOG.md | |
parent | 15e0deae2b49078b47a782679300cdf99d9ce687 (diff) | |
download | alacritty-a727801f60286282795e850637de7e21f15d4114.tar.gz alacritty-a727801f60286282795e850637de7e21f15d4114.zip |
Allow the usage of scancodes in the config
This change should allow the usage of scancodes in the configuration
file.
When a VirtualKeyCode for glutin is not present, this should now allow
the user to use the scancodes instead. If the user specifiecs a key with
its scancode even though the key has a VirtualKeyCode, it should still
work.
The behavior of directly specifying a VirtualKeyCode should be unchanged
by this.
This fixes #1265.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 7231fb89..397d7c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,8 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add support for windows - Add terminfo capabilities advertising support for changing the window title +- Allow using scancodes in the key_bindings section ### Fixed + - Fixed erroneous results when using the `indexed_colors` config option ## Version 0.2.1 |