This commit is contained in:
pagedown 2021-11-25 13:16:29 +08:00
parent e68914f46b
commit 1692516955
No known key found for this signature in database
GPG Key ID: E921CF18AC8FF6EB
3 changed files with 6 additions and 6 deletions

View File

@ -407,7 +407,7 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Unicode input kitten: Fix a regression in 0.20.0 that broke keyboard handling - Unicode input kitten: Fix a regression in 0.20.0 that broke keyboard handling
when the NumLock or CapsLock modifiers were engaged. (:iss:`3587`) 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`) in rmkx mode (:iss:`3586`)
- macOS: When the Apple Color Emoji font lacks an emoji glyph search for it in other - macOS: When the Apple Color Emoji font lacks an emoji glyph search for it in other

View File

@ -635,8 +635,8 @@ specification.
* Incorrectly encoding shifted keys when shift modifier is used, for instance, * Incorrectly encoding shifted keys when shift modifier is used, for instance,
for :kbd:`ctrl+shift+i` is encoded as :kbd:`ctrl+I`. for :kbd:`ctrl+shift+i` is encoded as :kbd:`ctrl+I`.
* No way to have non-conflicting escape codes for :kbd:`alt+letter, * No way to have non-conflicting escape codes for :kbd:`alt+letter`,
ctrl+letter, ctrl+alt+letter` key presses :kbd:`ctrl+letter`, :kbd:`ctrl+alt+letter` key presses
* No way to specify both shifted and unshifted keys for robust shortcut * No way to specify both shifted and unshifted keys for robust shortcut
matching (think matching :kbd:`ctrl+shift+equal` and :kbd:`ctrl+plus`) matching (think matching :kbd:`ctrl+shift+equal` and :kbd:`ctrl+plus`)

View File

@ -68,13 +68,13 @@ Keyboard controls
Action Shortcut Action Shortcut
========================= =========================== ========================= ===========================
Quit :kbd:`q`, :kbd:`ctrl+c`, :kbd:`Esc` Quit :kbd:`q`, :kbd:`ctrl+c`, :kbd:`Esc`
Scroll line up :kbd:`k`, :kbd:`up` Scroll line up :kbd:`k`, :kbd:`Up`
Scroll line down :kbd:`j`, :kbd:`down` Scroll line down :kbd:`j`, :kbd:`Down`
Scroll page up :kbd:`PgUp` Scroll page up :kbd:`PgUp`
Scroll page down :kbd:`PgDn` Scroll page down :kbd:`PgDn`
Scroll to top :kbd:`Home` Scroll to top :kbd:`Home`
Scroll to bottom :kbd:`End` 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 previous page :kbd:`PgUp`
Scroll to next change :kbd:`n` Scroll to next change :kbd:`n`
Scroll to previous change :kbd:`p` Scroll to previous change :kbd:`p`