From d22204692a314b1258ab6171e166851b24b02799 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Tue, 5 Nov 2024 11:55:33 +0100 Subject: [PATCH] docs(changelog): kitty input fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f79d9bb..4756cea80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +* fix(input): keypresses not being identified properly with kitty keyboard protocol in some terminals (https://github.com/zellij-org/zellij/pull/3725) ## [0.41.0] - 2024-11-04 * feat(layouts): allow consuming a layout through a url (https://github.com/zellij-org/zellij/pull/3351 and https://github.com/zellij-org/zellij/pull/3697)