mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
b3f6109b1c
commit
09d9936aed
@ -14,7 +14,7 @@
|
||||
"ctrl-i": "core:show-import-dialog",
|
||||
"ctrl-space": "core:toggle-sidebar",
|
||||
"ctrl-,": "core:show-user-settings",
|
||||
|
||||
"ctrl-alt-r": "core:show-remote-diff",
|
||||
"ctrl-alt-n": "core:new-project",
|
||||
"ctrl-alt-o": "core:open-project",
|
||||
"ctrl-g v": "core:show-version-control-tab"
|
||||
|
@ -9,16 +9,16 @@ RED.diff = (function() {
|
||||
// RED.actions.add("core:show-current-diff",showLocalDiff);
|
||||
RED.actions.add("core:show-remote-diff",showRemoteDiff);
|
||||
// RED.keyboard.add("*","ctrl-shift-l","core:show-current-diff");
|
||||
RED.keyboard.add("*","ctrl-shift-r","core:show-remote-diff");
|
||||
// RED.keyboard.add("*","ctrl-shift-r","core:show-remote-diff");
|
||||
|
||||
|
||||
RED.actions.add("core:show-test-flow-diff-1",function(){showTestFlowDiff(1)});
|
||||
RED.keyboard.add("*","ctrl-shift-f 1","core:show-test-flow-diff-1");
|
||||
|
||||
RED.actions.add("core:show-test-flow-diff-2",function(){showTestFlowDiff(2)});
|
||||
RED.keyboard.add("*","ctrl-shift-f 2","core:show-test-flow-diff-2");
|
||||
RED.actions.add("core:show-test-flow-diff-3",function(){showTestFlowDiff(3)});
|
||||
RED.keyboard.add("*","ctrl-shift-f 3","core:show-test-flow-diff-3");
|
||||
// RED.actions.add("core:show-test-flow-diff-1",function(){showTestFlowDiff(1)});
|
||||
// RED.keyboard.add("*","ctrl-shift-f 1","core:show-test-flow-diff-1");
|
||||
//
|
||||
// RED.actions.add("core:show-test-flow-diff-2",function(){showTestFlowDiff(2)});
|
||||
// RED.keyboard.add("*","ctrl-shift-f 2","core:show-test-flow-diff-2");
|
||||
// RED.actions.add("core:show-test-flow-diff-3",function(){showTestFlowDiff(3)});
|
||||
// RED.keyboard.add("*","ctrl-shift-f 3","core:show-test-flow-diff-3");
|
||||
|
||||
}
|
||||
function createDiffTable(container,CurrentDiff) {
|
||||
|
Loading…
Reference in New Issue
Block a user