[
  {
    "tab": "browsing",
    "text": "shortcuts.browsing.title",
    "columns": [
      {
        "rows": [
          {
            "section": "navigation",
            "text": "shortcuts.browsing.navigation.title"
          },
          {
            "shortcuts": ["↓", "↑", "←", "→"],
            "text": "shortcuts.browsing.navigation.pan",
            "separator": ","
          },
          {
            "modifiers": ["⌥"],
            "shortcuts": ["↓", "↑", "←", "→"],
            "text": "shortcuts.browsing.navigation.pan_more",
            "separator": ","
          },
          {
            "shortcuts": ["+", "-"],
            "text": "shortcuts.browsing.navigation.zoom",
            "separator": ","
          },
          {
            "modifiers": ["⌥"],
            "shortcuts": ["+", "-"],
            "text": "shortcuts.browsing.navigation.zoom_more",
            "separator": ","
          },
          {
            "section": "display_options",
            "text": "shortcuts.browsing.display_options.title"
          },
          {
            "shortcuts": ["background.key"],
            "text": "shortcuts.browsing.display_options.background"
          },
          {
            "modifiers": ["⌘"],
            "shortcuts": ["background.key"],
            "text": "shortcuts.browsing.display_options.background_switch"
          },
          {
            "shortcuts": ["map_data.key"],
            "text": "shortcuts.browsing.display_options.map_data"
          },
          {
            "shortcuts": ["issues.key"],
            "text": "shortcuts.browsing.display_options.issues"
          },
          {
            "shortcuts": ["preferences.key"],
            "text": "shortcuts.browsing.display_options.preferences"
          },
          {
            "modifiers": ["⌃", "⌘"],
            "shortcuts": ["F", "F11"],
            "text": "shortcuts.browsing.display_options.fullscreen"
          },
          {
            "shortcuts": ["sidebar.key", "`", "²"],
            "text": "shortcuts.browsing.display_options.sidebar"
          },
          {
            "shortcuts": ["area_fill.wireframe.key"],
            "text": "shortcuts.browsing.display_options.wireframe"
          },
          {
            "modifiers": ["⌥"],
            "shortcuts": ["area_fill.wireframe.key"],
            "text": "shortcuts.browsing.display_options.osm_data"
          },
          {
            "modifiers": ["⇧"],
            "shortcuts": ["P"],
            "text": "shortcuts.browsing.enable.streetlevel"
          },
          {
            "shortcuts": ["background.minimap.key"],
            "text": "shortcuts.browsing.display_options.minimap"
          },
          {
            "shortcuts": ["map_data.highlight_edits.key"],
            "text": "shortcuts.browsing.display_options.highlight_edits"
          },
          {
            "section": "help",
            "text": "shortcuts.browsing.help.title"
          },
          {
            "shortcuts": ["help.key"],
            "text": "shortcuts.browsing.help.help"
          },
          {
            "shortcuts": ["shortcuts.toggle.key", "?"],
            "text": "shortcuts.browsing.help.keyboard"
          }
        ]
      },
      {
        "rows": [
          {
            "section": "selecting",
            "text": "shortcuts.browsing.selecting.title"
          },
          {
            "shortcuts": ["Left-click", "Tap", "shortcuts.key.space"],
            "text": "shortcuts.browsing.selecting.select_one"
          },
          {
            "modifiers": ["⇧"],
            "shortcuts": ["Left-click"],
            "text": "shortcuts.browsing.selecting.select_multi"
          },
          {
            "modifiers": ["⇧"],
            "shortcuts": ["Left-click"],
            "gesture": "shortcuts.gesture.drag",
            "text": "shortcuts.browsing.selecting.lasso"
          },
          {
            "modifiers": ["⌘"],
            "shortcuts": ["F"],
            "text": "shortcuts.browsing.selecting.search"
          },
          {
            "section": "with_selected",
            "text": "shortcuts.browsing.with_selected.title"
          },
          {
            "shortcuts": ["Right-click", "Long-press", "☰"],
            "text": "shortcuts.browsing.with_selected.edit_menu"
          },
          {
            "shortcuts": ["inspector.zoom_to.key"],
            "text": "shortcuts.browsing.with_selected.zoom_to"
          },
          {
            "section": "vertex_selected",
            "text": "shortcuts.browsing.vertex_selected.title"
          },
          {
            "shortcuts": ["[", "↖"],
            "text": "shortcuts.browsing.vertex_selected.previous"
          },
          {
            "shortcuts": ["]", "↘"],
            "text": "shortcuts.browsing.vertex_selected.next"
          },
          {
            "shortcuts": ["{", "⇞"],
            "text": "shortcuts.browsing.vertex_selected.first"
          },
          {
            "shortcuts": ["}", "⇟"],
            "text": "shortcuts.browsing.vertex_selected.last"
          },
          {
            "modifiers": ["⌘"],
            "shortcuts": ["↑"],
            "text": "shortcuts.browsing.vertex_selected.parent"
          },
          {
            "shortcuts": ["\\", "shortcuts.key.pause"],
            "text": "shortcuts.browsing.vertex_selected.change_parent"
          },
          {
            "section": "way_selected",
            "text": "shortcuts.browsing.way_selected.title"
          },
          {
            "modifiers": ["⌘"],
            "shortcuts": ["↓"],
            "text": "shortcuts.browsing.way_selected.child"
          }
        ]
      }
    ]
  },
  {
    "tab": "editing",
    "text": "shortcuts.editing.title",
    "columns": [
      {
        "rows": [
          {
            "section": "drawing",
            "text": "shortcuts.editing.drawing.title"
          },
          {
            "shortcuts": ["1"],
            "text": "shortcuts.editing.drawing.add_point"
          },
          {
            "shortcuts": ["2"],
            "text": "shortcuts.editing.drawing.add_line"
          },
          {
            "shortcuts": ["3"],
            "text": "shortcuts.editing.drawing.add_area"
          },
          {
            "shortcuts": ["modes.add_note.key"],
            "text": "shortcuts.editing.drawing.add_note"
          },
          {
            "shortcuts": ["Left-click", "Tap", "shortcuts.key.space"],
            "text": "shortcuts.editing.drawing.place_point"
          },
          {
            "shortcuts": ["⌥"],
            "text": "shortcuts.editing.drawing.disable_snap"
          },
          {
            "shortcuts": ["↵", "⎋"],
            "text": "shortcuts.editing.drawing.stop_line"
          },
          {
            "section": "commands",
            "text": "shortcuts.editing.commands.title"
          },
          {
            "modifiers": ["⌘"],
            "shortcuts": ["C"],
            "text": "shortcuts.editing.commands.copy"
          },
          {
            "modifiers": ["⌘"],
            "shortcuts": ["V"],
            "text": "shortcuts.editing.commands.paste"
          },
          {
            "modifiers": ["⌘"],
            "shortcuts": ["Z"],
            "text": "shortcuts.editing.commands.undo"
          },
          {
            "modifiers": ["⌘", "⇧"],
            "shortcuts": ["Z"],
            "text": "shortcuts.editing.commands.redo"
          },
          {
            "modifiers": ["⌘"],
            "shortcuts": ["S"],
            "text": "shortcuts.editing.commands.save"
          }
        ]
      },
      {
        "rows": [
          {
            "section": "operations",
            "text": "shortcuts.editing.operations.title"
          },
          {
            "shortcuts": ["operations.continue.key"],
            "text": "shortcuts.editing.operations.continue_line"
          },
          {
            "shortcuts": ["operations.merge.key"],
            "text": "shortcuts.editing.operations.merge"
          },
          {
            "shortcuts": ["operations.disconnect.key"],
            "text": "shortcuts.editing.operations.disconnect"
          },
          {
            "shortcuts": ["operations.extract.key"],
            "text": "shortcuts.editing.operations.extract"
          },
          {
            "modifiers": ["⇧"],
            "shortcuts": ["operations.extract.key"],
            "text": "shortcuts.editing.operations.extract_without_relations"
          },
          {
            "shortcuts": ["operations.split.key"],
            "text": "shortcuts.editing.operations.split"
          },
          {
            "shortcuts": ["operations.reverse.key"],
            "text": "shortcuts.editing.operations.reverse"
          },
          {
            "shortcuts": ["operations.move.key"],
            "text": "shortcuts.editing.operations.move"
          },
          {
            "shortcuts": ["operations.follow.key"],
            "text": "shortcuts.editing.operations.follow"
          },
          {
            "modifiers": ["⇧"],
            "shortcuts": ["↓", "↑", "←", "→"],
            "text": "shortcuts.editing.operations.nudge",
            "separator": ","
          },
          {
            "modifiers": ["⌥", "⇧"],
            "shortcuts": ["↓", "↑", "←", "→"],
            "text": "shortcuts.editing.operations.nudge_more",
            "separator": ","
          },
          {
            "modifiers": ["⇧"],
            "shortcuts": ["+", "-"],
            "text": "shortcuts.editing.operations.scale",
            "separator": ","
          },
          {
            "modifiers": ["⌥", "⇧"],
            "shortcuts": ["+", "-"],
            "text": "shortcuts.editing.operations.scale_more",
            "separator": ","
          },
          {
            "shortcuts": ["operations.rotate.key"],
            "text": "shortcuts.editing.operations.rotate"
          },
          {
            "shortcuts": ["operations.orthogonalize.key"],
            "text": "shortcuts.editing.operations.orthogonalize"
          },
          {
            "shortcuts": ["operations.straighten.key"],
            "text": "shortcuts.editing.operations.straighten"
          },
          {
            "shortcuts": ["operations.circularize.key"],
            "text": "shortcuts.editing.operations.circularize"
          },
          {
            "shortcuts": ["operations.reflect.key.long"],
            "text": "shortcuts.editing.operations.reflect_long"
          },
          {
            "shortcuts": ["operations.reflect.key.short"],
            "text": "shortcuts.editing.operations.reflect_short"
          },
          {
            "modifiers": ["⌘"],
            "shortcuts": ["⌫"],
            "text": "shortcuts.editing.operations.delete"
          }
        ]
      }
    ]
  },
  {
    "tab": "tools",
    "text": "shortcuts.tools.title",
    "columns": [
      {
        "rows": [
          {
            "section": "info",
            "text": "shortcuts.tools.info.title"
          },
          {
            "modifiers": ["⌘"],
            "shortcuts": ["info_panels.key"],
            "text": "shortcuts.tools.info.all"
          },
          {
            "modifiers": ["⌘", "⇧"],
            "shortcuts": ["info_panels.background.key"],
            "text": "shortcuts.tools.info.background"
          },
          {
            "modifiers": ["⌘", "⇧"],
            "shortcuts": ["info_panels.history.key"],
            "text": "shortcuts.tools.info.history"
          },
          {
            "modifiers": ["⌘", "⇧"],
            "shortcuts": ["info_panels.location.key"],
            "text": "shortcuts.tools.info.location"
          },
          {
            "modifiers": ["⌘", "⇧"],
            "shortcuts": ["info_panels.measurement.key"],
            "text": "shortcuts.tools.info.measurement"
          }
        ]
      }
    ]
  }
]
