mirror of
https://github.com/getredash/redash.git
synced 2025-12-25 01:03:20 -05:00
added support for saving query with cmd+s
This commit is contained in:
@@ -21,6 +21,11 @@
|
||||
$scope.saveQuery();
|
||||
}
|
||||
},
|
||||
'ctrl+s': function () {
|
||||
if ($scope.canEdit) {
|
||||
$scope.saveQuery();
|
||||
}
|
||||
},
|
||||
// Cmd+Enter for Mac
|
||||
'meta+enter': function () {
|
||||
$scope.executeQuery();
|
||||
|
||||
Reference in New Issue
Block a user