2016-12-04 23:59:43 +01:00
|
|
|
{
|
|
|
|
"*": {
|
|
|
|
"ctrl-shift-p":"core:manage-palette",
|
|
|
|
"ctrl-f": "core:search",
|
|
|
|
"ctrl-=": "core:zoom-in",
|
|
|
|
"ctrl--": "core:zoom-out",
|
|
|
|
"ctrl-0": "core:zoom-reset",
|
|
|
|
"ctrl-enter": "core:confirm-edit-tray",
|
|
|
|
"ctrl-escape": "core:cancel-edit-tray",
|
|
|
|
"ctrl-g i": "core:show-info-tab",
|
|
|
|
"ctrl-g d": "core:show-debug-tab",
|
2017-01-11 15:15:14 +01:00
|
|
|
"ctrl-g c": "core:show-config-tab",
|
2017-01-11 12:35:48 +01:00
|
|
|
"ctrl-e": "core:show-export-dialog",
|
|
|
|
"ctrl-i": "core:show-import-dialog",
|
2017-01-11 15:15:14 +01:00
|
|
|
"ctrl-space": "core:toggle-sidebar"
|
|
|
|
},
|
|
|
|
"workspace": {
|
2017-01-11 12:35:48 +01:00
|
|
|
"backspace": "core:delete-selection",
|
|
|
|
"delete": "core:delete-selection",
|
|
|
|
"enter": "core:edit-selected-node",
|
|
|
|
"ctrl-c": "core:copy-selection-to-internal-clipboard",
|
|
|
|
"ctrl-x": "core:cut-selection-to-internal-clipboard",
|
|
|
|
"ctrl-v": "core:paste-from-internal-clipboard",
|
2016-12-04 23:59:43 +01:00
|
|
|
"ctrl-z": "core:undo",
|
2017-01-11 12:35:48 +01:00
|
|
|
"ctrl-a": "core:select-all-nodes",
|
2016-12-04 23:59:43 +01:00
|
|
|
"shift-?": "core:show-help",
|
|
|
|
"up": "core:move-selection-up",
|
|
|
|
"right": "core:move-selection-right",
|
|
|
|
"down": "core:move-selection-down",
|
|
|
|
"left": "core:move-selection-left",
|
|
|
|
"shift-up": "core:step-selection-up",
|
|
|
|
"shift-right": "core:step-selection-right",
|
|
|
|
"shift-down": "core:step-selection-down",
|
|
|
|
"shift-left": "core:step-selection-left",
|
|
|
|
"ctrl-shift-j": "core:show-previous-tab",
|
|
|
|
"ctrl-shift-k": "core:show-next-tab"
|
|
|
|
}
|
|
|
|
}
|