1{
2    "$schema": "https://lnav.org/schemas/config-v1.schema.json",
3    "ui": {
4        "keymap-defs": {
5            "fr": {
6                "x26": {
7                    "command": ":goto next 10 minutes after the hour"
8                },
9                "xc3xa9": {
10                    "command": ":goto next 20 minutes after the hour"
11                },
12                "x22": {
13                    "command": ":goto next 30 minutes after the hour"
14                },
15                "x27": {
16                    "command": ":goto next 40 minutes after the hour"
17                },
18                "x28": {
19                    "command": ":goto next 50 minutes after the hour"
20                },
21                "x2d": {
22                    "command": ":goto next hour"
23                },
24                "xc3xa8": {
25                    "command": ":goto next minute"
26                },
27                "x31": {
28                    "command": ":goto last 10 minutes after the hour"
29                },
30                "x32": {
31                    "command": ":goto last 20 minutes after the hour"
32                },
33                "x33": {
34                    "command": ":goto last 30 minutes after the hour"
35                },
36                "x34": {
37                    "command": ":goto last 40 minutes after the hour"
38                },
39                "x35": {
40                    "command": ":goto last 50 minutes after the hour"
41                },
42                "x36": {
43                    "command": ":goto last hour"
44                },
45                "x37": {
46                    "command": ":goto previous minute"
47                }
48            }
49        }
50    }
51}
52