From 36b4e0edd29403fd03851062c35181bb412f0fb9 Mon Sep 17 00:00:00 2001 From: pagedown Date: Fri, 24 Dec 2021 12:29:08 +0800 Subject: [PATCH] Docs: Also fixed the input issue in toggling non-traditional fullscreen --- docs/changelog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e8e789312..4026e0bbb 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -148,8 +148,8 @@ To update |kitty|, :doc:`follow the instructions `. - When remembering OS window sizes for full screen windows use the size before the window became fullscreen (:iss:`4221`) -- macOS: Fix keyboard input not working after toggling traditional fullscreen - till the window is clicked in +- macOS: Fix keyboard input not working after toggling fullscreen till the + window is clicked in - A new mappable action ``nth_os_window`` to to focus the specified nth OS window. (:pull:`4316`)