diff options
author | Pooja Soundalgekar | 2016-07-12 15:26:02 +0530 |
---|---|---|
committer | Pooja Soundalgekar | 2016-07-12 15:26:02 +0530 |
commit | 80f624b54fe7db6c4884b9323f1b380e5cbf3945 (patch) | |
tree | bec0f7810d2cda15f68bd8592bc058a674c8ae15 /index.html | |
parent | b06ae980294c811c105c388c011235008ec6b2e4 (diff) | |
download | xcos-on-web-80f624b54fe7db6c4884b9323f1b380e5cbf3945.tar.gz xcos-on-web-80f624b54fe7db6c4884b9323f1b380e5cbf3945.tar.bz2 xcos-on-web-80f624b54fe7db6c4884b9323f1b380e5cbf3945.zip |
removed Ctrl R in orientation
Diffstat (limited to 'index.html')
-rwxr-xr-x | index.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -857,7 +857,7 @@ */ editor.addAction('rotateCustom', function(editor, cell) { rotateCustom(editor, graph, cell); - }, null, null, 'Ctrl+R'); + }); /* * @jiteshjha, @pooja @@ -865,7 +865,7 @@ */ editor.addAction('flipCustom', function(editor, cell) { flipCustom(editor, graph, cell); - }, null, null, 'Ctrl+R'); + }); /* * @jiteshjha, @pooja @@ -873,7 +873,7 @@ */ editor.addAction('mirrorCustom', function(editor, cell) { mirrorCustom(editor, graph, cell); - }, null, null, 'Ctrl+R'); + }); // @jiteshjha, @pooja /* |