From 626516050f1b979d73eb6d0b766b5747ac3e37e2 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 27 May 2024 16:16:37 +0200 Subject: [PATCH] docs(changelog): support multiple modifier keybindings --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a58974aa..c3079b87 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) * feat(layouts): allow consuming a layout through a url (https://github.com/zellij-org/zellij/pull/3351) * dependencies: eliminate future incompatibility warnings (https://github.com/zellij-org/zellij/pull/3315) * fix(plugins): occasional out of order events on startup (https://github.com/zellij-org/zellij/pull/3367) +* feat(keybinds): support multiple modifiers (eg. Ctrl+Alt) and the kitty keyboard protocol (https://github.com/zellij-org/zellij/pull/3383) ## [0.40.1] - 2024-05-02 * fix(sessions): issue where sessions would occasionally become unresponsive (https://github.com/zellij-org/zellij/pull/3281)