Lines Matching refs:shortcut
82 …te('title', mxResources.get('zoomIn') + ' (' + this.editorUi.actions.get('zoomIn').shortcut + ')');
83 …('title', mxResources.get('zoomOut') + ' (' + this.editorUi.actions.get('zoomOut').shortcut + ')');
103 …ribute('title', mxResources.get('undo') + ' (' + this.editorUi.actions.get('undo').shortcut + ')');
104 …ribute('title', mxResources.get('redo') + ' (' + this.editorUi.actions.get('redo').shortcut + ')');
109 …te('title', mxResources.get('delete') + ' (' + this.editorUi.actions.get('delete').shortcut + ')');
360 …elts[1].setAttribute('title', mxResources.get('undo') + ' (' + ui.actions.get('undo').shortcut + '…
361 …elts[2].setAttribute('title', mxResources.get('redo') + ' (' + ui.actions.get('redo').shortcut + '…
362 …elts[4].setAttribute('title', mxResources.get('bold') + ' (' + ui.actions.get('bold').shortcut + '…
363 …elts[5].setAttribute('title', mxResources.get('italic') + ' (' + ui.actions.get('italic').shortcut…
364 …tribute('title', mxResources.get('underline') + ' (' + ui.actions.get('underline').shortcut + ')');
884 if (action.shortcut != null)
886 tooltip += ' (' + action.shortcut + ')';