Create keymap for Swedish keyboard layout

Avoids problems with shift-numbers etc
This commit is contained in:
Fredrik Forséll 2022-09-29 19:13:32 +02:00 committed by GitHub
parent e1f52dd6e2
commit 6aba246bf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,54 @@
{
"$schema": "https://lnav.org/schemas/config-v1.schema.json",
"ui": {
"keymap-defs": {
"sv": {
"x31": {
"command": ":goto next 10 minutes after the hour"
},
"x32": {
"command": ":goto next 20 minutes after the hour"
},
"x33": {
"command": ":goto next 30 minutes after the hour"
},
"x34": {
"command": ":goto next 40 minutes after the hour"
},
"x35": {
"command": ":goto next 50 minutes after the hour"
},
"x36": {
"command": ":goto next hour"
},
"x37": {
"command": ":goto previous minute"
},
"x38": {
"command": ":goto next minute"
},
"x21": {
"command": ":goto last 10 minutes after the hour"
},
"x22": {
"command": ":goto last 20 minutes after the hour"
},
"x23": {
"command": ":goto last 30 minutes after the hour"
},
"xe2x82xac": {
"command": ":goto last 40 minutes after the hour"
},
"x25": {
"command": ":goto last 50 minutes after the hour"
},
"x26": {
"command": ":goto last hour"
},
"x2b": {
"command": ";UPDATE lnav_views SET paused = 1 - paused"
},
}
}
}
}