CyberShadow / term-keys

Lossless keyboard input for Emacs
GNU General Public License v2.0
111 stars 10 forks source link

Please support newer versions of Alacritty that uses toml for configuration #16

Open swarnendubiswas opened 6 months ago

swarnendubiswas commented 6 months ago

I extensively use Emacs from a terminal. Your package made it possible to use older versions of Alacritty that used YAML for configuration. Recent versions have migrated to using TOML, and I am finding it difficult to override the bindings for few key combinations (e.g. Control+').

Please update the code to support newer versions of Alacritty. Thanks.