From af780f6920dbad90aad7a071a022f7d97bab0696 Mon Sep 17 00:00:00 2001 From: Martin Edenhofer Date: Sun, 28 Jun 2015 02:24:42 +0200 Subject: [PATCH] Fixed comment. --- .../app/controllers/widget/translation_inline.js.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/app/controllers/widget/translation_inline.js.coffee b/app/assets/javascripts/app/controllers/widget/translation_inline.js.coffee index 7525f66d1..728852bc3 100644 --- a/app/assets/javascripts/app/controllers/widget/translation_inline.js.coffee +++ b/app/assets/javascripts/app/controllers/widget/translation_inline.js.coffee @@ -2,7 +2,7 @@ class Widget constructor: -> # bind on key down - # if ctrl+shift+t is pressed, enable translation_inline and fire ui:rerender + # if ctrl+alt+t is pressed, enable translation_inline and fire ui:rerender $(document).on('keydown', (e) => if e.altKey && e.ctrlKey && e.keyCode is 84 if @active