ZEPPELIN-2396 drop the Ctrl+L shortcut keyboard

This commit is contained in:
soralee 2017-04-13 13:49:11 +09:00
parent 2173b4013a
commit 4e1b8465a8

View file

@ -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();