mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-25 01:24:05 +02:00
91 lines
2.5 KiB
JSON
91 lines
2.5 KiB
JSON
{ "dataShortcuts": [
|
|
{
|
|
"key": "display",
|
|
"desc": "shortcuts.display.desc",
|
|
"shortcuts": [
|
|
{
|
|
"shortcut": ["↓", "↑", "←", "→"],
|
|
"key": "shortcuts.display.pan_map"
|
|
},
|
|
{
|
|
"shortcut": ["⇧↓", "⇧↑", "⇧←", "⇧→"],
|
|
"key": "shortcuts.display.pan_map_screen"
|
|
},
|
|
{
|
|
"shortcut": ["+", "-"],
|
|
"key": "shortcuts.display.zoom"
|
|
},
|
|
{
|
|
"shortcut": ["⌘+", "⌘-"],
|
|
"key": "shortcuts.display.zoom_large"
|
|
},
|
|
{
|
|
"shortcut": ["B"],
|
|
"key": "shortcuts.display.bg_switcher"
|
|
},
|
|
{
|
|
"shortcut": ["⌘B"],
|
|
"key": "shortcuts.display.bg"
|
|
},
|
|
{
|
|
"shortcut": ["W"],
|
|
"key": "shortcuts.display.wireframe"
|
|
},
|
|
{
|
|
"shortcut": ["H"],
|
|
"key": "shortcuts.display.help"
|
|
},
|
|
{
|
|
"shortcut": ["/"],
|
|
"key": "shortcuts.display.minimap"
|
|
},
|
|
{
|
|
"shortcut": ["⌘I"],
|
|
"key": "shortcuts.display.infobox"
|
|
},
|
|
{
|
|
"shortcut": ["Space"],
|
|
"key": "shortcuts.display.radial_menu"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"key": "edit",
|
|
"desc": "shortcuts.edit.desc",
|
|
"shortcuts": [
|
|
{
|
|
"shortcut": ["1"],
|
|
"key": "shortcuts.edit.add_point"
|
|
},
|
|
{
|
|
"shortcut": ["2"],
|
|
"key": "shortcuts.edit.add_line"
|
|
},
|
|
{
|
|
"shortcut": ["3"],
|
|
"key": "shortcuts.edit.add_area"
|
|
},
|
|
{
|
|
"shortcut": ["A"],
|
|
"key": "shortcuts.edit.continue_line"
|
|
},
|
|
{
|
|
"shortcut": ["↵ Enter", "Esc"],
|
|
"key": "shortcuts.edit.stop_line"
|
|
},
|
|
{
|
|
"shortcut": ["⌘Z"],
|
|
"key": "shortcuts.edit.undo"
|
|
},
|
|
{
|
|
"shortcut": ["⌘⇧Z"],
|
|
"key": "shortcuts.edit.redo"
|
|
},
|
|
{
|
|
"shortcut": ["⌘S"],
|
|
"key": "shortcuts.edit.save"
|
|
}
|
|
]
|
|
}
|
|
]}
|