Files
iD/data/shortcuts.json
T
2017-05-16 15:33:14 -04:00

137 lines
3.3 KiB
JSON

{ "shortcuts": [
{
"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"
}
]
}
]}