Removed unused keybinding, ctrl+l, Fixes #1962
This commit is contained in:
@@ -43,10 +43,6 @@ function(angular, $) {
|
||||
scope.broadcastRefresh();
|
||||
}, { inputDisabled: true });
|
||||
|
||||
keyboardManager.bind('ctrl+l', function() {
|
||||
scope.$broadcast('toggle-all-legends');
|
||||
}, { inputDisabled: true });
|
||||
|
||||
keyboardManager.bind('ctrl+h', function() {
|
||||
var current = scope.dashboard.hideControls;
|
||||
scope.dashboard.hideControls = !current;
|
||||
|
||||
Reference in New Issue
Block a user