Skip to content

Commit

Permalink
Added alt+enter key binding (getredash#3479)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbena authored Mar 14, 2019
1 parent cb4d81d commit b799ab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/app/pages/queries/view.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ function QueryViewCtrl(

const shortcuts = {
'mod+enter': $scope.executeQuery,
'alt+enter': $scope.executeQuery,
};

KeyboardShortcuts.bind(shortcuts);
Expand Down

0 comments on commit b799ab6

Please sign in to comment.