From 5500e592580668e2b1f9e2c328cf35cedd67417d Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Sun, 24 Jan 2016 16:12:59 -0500 Subject: [PATCH] Added mousetrap to enable keyboard shortcuts --- bower.json | 3 ++- gulpfile.js | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 361ecbf7bc..58e62a0769 100644 --- a/bower.json +++ b/bower.json @@ -23,6 +23,7 @@ "rxjs": "~4.0.6", "CodeMirror": "~5.8.0", "chai": "~3.4.1", - "clipboard": "~1.5.5" + "clipboard": "~1.5.5", + "mousetrap": "~1.5.3" } } diff --git a/gulpfile.js b/gulpfile.js index 45e64095bf..5069c1bca0 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -99,6 +99,7 @@ var paths = { 'public/bower_components/bootstrap/dist/js/bootstrap.min.js', 'public/bower_components/d3/d3.min.js', 'public/bower_components/moment/min/moment.min.js', + 'public/bower_components/mousetrap/mousetrap.min.js', 'public/bower_components/lightbox2/dist/js/lightbox.min.js', 'public/bower_components/rxjs/dist/rx.all.min.js' ],