mirror of
https://github.com/tstack/lnav
synced 2024-11-01 21:40:34 +00:00
Create keymap for Swedish keyboard layout
Avoids problems with shift-numbers etc
This commit is contained in:
parent
e1f52dd6e2
commit
6aba246bf3
54
src/keymaps/sv-keymap.json
Normal file
54
src/keymaps/sv-keymap.json
Normal 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"
|
||||
},
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user