mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
ZEPPELIN-2396 drop the Ctrl+L shortcut keyboard
This commit is contained in:
parent
2173b4013a
commit
4e1b8465a8
1 changed files with 1 additions and 0 deletions
|
|
@ -722,6 +722,7 @@ function ParagraphCtrl($scope, $rootScope, $route, $window, $routeParams, $locat
|
|||
// autocomplete on 'ctrl+.'
|
||||
$scope.editor.commands.bindKey('ctrl-.', 'startAutocomplete');
|
||||
$scope.editor.commands.bindKey('ctrl-space', null);
|
||||
$scope.editor.commands.bindKey('ctrl-l', null);
|
||||
|
||||
var keyBindingEditorFocusAction = function(scrollValue) {
|
||||
var numRows = $scope.editor.getSession().getLength();
|
||||
|
|
|
|||
Loading…
Reference in a new issue