diff --git a/docs/changelog.rst b/docs/changelog.rst index e1e9b3a59..8a04f0126 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -407,7 +407,7 @@ To update |kitty|, :doc:`follow the instructions `. - Unicode input kitten: Fix a regression in 0.20.0 that broke keyboard handling when the NumLock or CapsLock modifiers were engaged. (:iss:`3587`) -- Fix a regression in 0.20.0 that sent incorrect bytes for the :kbd:`F1-F4` keys +- Fix a regression in 0.20.0 that sent incorrect bytes for the :kbd:`F1`-:kbd:`F4` keys in rmkx mode (:iss:`3586`) - macOS: When the Apple Color Emoji font lacks an emoji glyph search for it in other diff --git a/docs/keyboard-protocol.rst b/docs/keyboard-protocol.rst index 1207cacb1..da84d3dbe 100644 --- a/docs/keyboard-protocol.rst +++ b/docs/keyboard-protocol.rst @@ -635,8 +635,8 @@ specification. * Incorrectly encoding shifted keys when shift modifier is used, for instance, for :kbd:`ctrl+shift+i` is encoded as :kbd:`ctrl+I`. -* No way to have non-conflicting escape codes for :kbd:`alt+letter, - ctrl+letter, ctrl+alt+letter` key presses +* No way to have non-conflicting escape codes for :kbd:`alt+letter`, + :kbd:`ctrl+letter`, :kbd:`ctrl+alt+letter` key presses * No way to specify both shifted and unshifted keys for robust shortcut matching (think matching :kbd:`ctrl+shift+equal` and :kbd:`ctrl+plus`) diff --git a/docs/kittens/diff.rst b/docs/kittens/diff.rst index 177f19157..0766e6889 100644 --- a/docs/kittens/diff.rst +++ b/docs/kittens/diff.rst @@ -68,13 +68,13 @@ Keyboard controls Action Shortcut ========================= =========================== Quit :kbd:`q`, :kbd:`ctrl+c`, :kbd:`Esc` -Scroll line up :kbd:`k`, :kbd:`up` -Scroll line down :kbd:`j`, :kbd:`down` +Scroll line up :kbd:`k`, :kbd:`Up` +Scroll line down :kbd:`j`, :kbd:`Down` Scroll page up :kbd:`PgUp` Scroll page down :kbd:`PgDn` Scroll to top :kbd:`Home` Scroll to bottom :kbd:`End` -Scroll to next page :kbd:`Space, PgDn` +Scroll to next page :kbd:`Space`, :kbd:`PgDn` Scroll to previous page :kbd:`PgUp` Scroll to next change :kbd:`n` Scroll to previous change :kbd:`p`