mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
39 lines
1.3 KiB
JSON
39 lines
1.3 KiB
JSON
|
{
|
||
|
"*": {
|
||
|
"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",
|
||
|
"ctrl-g c": "core:show-config-tab"
|
||
|
},
|
||
|
"workspace": {
|
||
|
"ctrl-e": "core:export",
|
||
|
"ctrl-i": "core:import",
|
||
|
"backspace": "core:delete",
|
||
|
"delete": "core:delete",
|
||
|
"enter": "core:edit",
|
||
|
"ctrl-c": "core:copy",
|
||
|
"ctrl-x": "core:cut",
|
||
|
"ctrl-v": "core:paste",
|
||
|
"ctrl-z": "core:undo",
|
||
|
"ctrl-a": "core:select-all",
|
||
|
"shift-?": "core:show-help",
|
||
|
"ctrl-space": "core:toggle-sidebar",
|
||
|
"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"
|
||
|
}
|
||
|
}
|