Skip to content

Commit

Permalink
MDL-49732 atto/plugins/link: Added CTRL+K for creating a link
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhofer committed May 26, 2015
1 parent 803f565 commit 36231b6
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Y.namespace('M.atto_link').Button = Y.Base.create('button', Y.M.editor_atto.Edit
// Add the link button first.
this.addButton({
icon: 'e/insert_edit_link',
keys: '75',
callback: this._displayDialogue,
tags: 'a',
tagMatchRequiresAll: false
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ Y.namespace('M.atto_link').Button = Y.Base.create('button', Y.M.editor_atto.Edit
// Add the link button first.
this.addButton({
icon: 'e/insert_edit_link',
keys: '75',
callback: this._displayDialogue,
tags: 'a',
tagMatchRequiresAll: false
Expand Down
1 change: 1 addition & 0 deletions lib/editor/atto/plugins/link/yui/src/button/js/button.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ Y.namespace('M.atto_link').Button = Y.Base.create('button', Y.M.editor_atto.Edit
// Add the link button first.
this.addButton({
icon: 'e/insert_edit_link',
keys: '75',
callback: this._displayDialogue,
tags: 'a',
tagMatchRequiresAll: false
Expand Down

0 comments on commit 36231b6

Please sign in to comment.