Merge pull request #1067 from FaffeF/swedish-keyboard

Swedish keymap
This commit is contained in:
Tim Stack 2022-09-30 15:36:53 -07:00 committed by GitHub
commit e1e6ca30eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 0 deletions

View File

@ -3,6 +3,7 @@ KEYMAP_FILES = \
$(srcdir)/%reldir%/de-keymap.json \
$(srcdir)/%reldir%/default-keymap.json \
$(srcdir)/%reldir%/fr-keymap.json \
$(srcdir)/%reldir%/sv-keymap.json \
$(srcdir)/%reldir%/uk-keymap.json \
$(srcdir)/%reldir%/us-keymap.json \
$()

View File

@ -0,0 +1,27 @@
{
"$schema": "https://lnav.org/schemas/config-v1.schema.json",
"ui": {
"keymap-defs": {
"sv": {
"x22": {
"command": ":goto last 20 minutes after the hour"
},
"xc2xa4": {
"command": ":goto last 40 minutes after the hour"
},
"xe2x82xac": {
"command": ":goto last 40 minutes after the hour"
},
"x26": {
"command": ":goto last hour"
},
"x3d": {
"command": ":goto last day"
},
"x2b": {
"command": ";UPDATE lnav_views SET paused = 1 - paused"
}
}
}
}
}