mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
UI : Add Keyboard shortcuts on tools tooltips
This commit is contained in:
parent
a430d72415
commit
ab401d3013
@ -127,7 +127,7 @@
|
||||
}
|
||||
|
||||
return '<li rel="tooltip" data-placement="right" class="' + classList.join(' ') + '" data-tool-id="' + instance.toolId +
|
||||
'" title="' + instance.helpText + '"></li>';
|
||||
'" title="' + instance.helpText + ' (' + tool.shortcut + ')"></li>';
|
||||
};
|
||||
|
||||
ns.ToolController.prototype.addKeyboardShortcuts_ = function () {
|
||||
|
Loading…
Reference in New Issue
Block a user