From ab401d30131982c53fb4e7690a101b6cf8d0f027 Mon Sep 17 00:00:00 2001 From: jdescottes Date: Tue, 4 Mar 2014 23:47:56 +0100 Subject: [PATCH] UI : Add Keyboard shortcuts on tools tooltips --- js/controller/ToolController.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/controller/ToolController.js b/js/controller/ToolController.js index 9126cb44..3627dfa2 100644 --- a/js/controller/ToolController.js +++ b/js/controller/ToolController.js @@ -127,7 +127,7 @@ } return '
  • '; + '" title="' + instance.helpText + ' (' + tool.shortcut + ')">'; }; ns.ToolController.prototype.addKeyboardShortcuts_ = function () {