[keymaps] update docs/etc for swedish keymap

This commit is contained in:
Tim Stack 2022-09-30 15:42:07 -07:00
parent e1e6ca30eb
commit 1a92701cb3
3 changed files with 3 additions and 0 deletions

View File

@ -43,3 +43,4 @@ Amos Bird
Cristian Chiru
Peter Schiffer
Pedro Pombeiro
Fredrik Forséll

View File

@ -22,6 +22,7 @@ Features:
that the implementation relies on libcurl which has some
limitations, like not supporting all types of schemes
(e.g. `mailto:`).
* Added a keymap for Swedish keyboards.
Breaking changes:
* The `regexp_capture()` table-valued-function now returns NULL

View File

@ -91,6 +91,7 @@ The builtin keymaps are:
:de: `German <https://github.com/tstack/lnav/blob/master/src/keymaps/de-keymap.json>`_
:fr: `French <https://github.com/tstack/lnav/blob/master/src/keymaps/fr-keymap.json>`_
:sv: `Swedish <https://github.com/tstack/lnav/blob/master/src/keymaps/sv-keymap.json>`_
:uk: `United Kingdom <https://github.com/tstack/lnav/blob/master/src/keymaps/uk-keymap.json>`_
:us: `United States <https://github.com/tstack/lnav/blob/master/src/keymaps/us-keymap.json>`_