From 9fd50a6ac055fd8886fa188277dcdc756e1e3932 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 6 Sep 2018 20:26:51 +0530 Subject: [PATCH] ... --- docs/changelog.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index b7f0b892a..3190ee57e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -7,19 +7,19 @@ Changelog ------------------------------ - Add a new :option:`kitty --start-in-fullscreen` command line flag to start - kitty in fullscreen mode (:iss:`856`) + kitty in full screen mode (:iss:`856`) - macOS: Fix a character that cannot be rendered in any font causing font fallback for all subsequent characters that cannot be rendered in the main font to fail (:iss:`799`) -- Linux: Fix numpad arrow keys not working when num lock is off (:iss:`857`) +- Linux: Fix number pad arrow keys not working when Numlock is off (:iss:`857`) - Wayland: Implement support for clipboard copy/paste (:iss:`855`) - Allow mapping shortcuts using the raw key code from the OS (:iss:`848`) -- Allow mapping of individual keypresses without modifiers as shortcuts +- Allow mapping of individual key-presses without modifiers as shortcuts - Fix legacy invocation of icat as `kitty icat` not working (:iss:`850`)