File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed
components/modal-shortcut Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -861,6 +861,8 @@ angular.module('zeppelinWebApp')
861861 $scope . insertNew ( 'below' ) ;
862862 } else if ( keyEvent . ctrlKey && keyEvent . altKey && keyCode === 79 ) { // Ctrl + Alt + o
863863 $scope . toggleOutput ( ) ;
864+ } else if ( keyEvent . ctrlKey && keyEvent . altKey && keyCode === 82 ) { // Ctrl + Alt + r
865+ $scope . toggleEnableDisable ( ) ;
864866 } else if ( keyEvent . ctrlKey && keyEvent . altKey && keyCode === 69 ) { // Ctrl + Alt + e
865867 $scope . toggleEditor ( ) ;
866868 } else if ( keyEvent . ctrlKey && keyEvent . altKey && keyCode === 77 ) { // Ctrl + Alt + m
Original file line number Diff line number Diff line change @@ -122,6 +122,17 @@ <h4>Control in Note</h4>
122122 </ div >
123123 </ div >
124124
125+ < div class ="row ">
126+ < div class ="col-md-4 ">
127+ < div class ="keys ">
128+ < kbd class ="kbd-dark "> Ctrl</ kbd > + < kbd class ="kbd-dark "> Alt</ kbd > + < kbd class ="kbd-dark "> r</ kbd >
129+ </ div >
130+ </ div >
131+ < div class ="col-md-8 ">
132+ Enable/Disable run paragraph
133+ </ div >
134+ </ div >
135+
125136 < div class ="row ">
126137 < div class ="col-md-4 ">
127138 < div class ="keys ">
You can’t perform that action at this time.
0 commit comments