Last active
October 27, 2017 17:15
-
-
Save asfaltboy/a83c2a282eed2bcedbc2 to your computer and use it in GitHub Desktop.
(Backtick command) Add mono-space shortcut in confluence editor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tinyMCE.activeEditor.addShortcut("ctrl+alt+m","monospace","confMonospace") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Add mono-space shortcut", | |
"description": "While in the confluence editor mode, add a mono-space keyboard shortcut (\"ctrl+alt+m\").", | |
"icon": "https://developer.atlassian.com/imgs/confluence.png", | |
"link": "https://gist.github.com/asfaltboy/a83c2a282eed2bcedbc2" | |
} |
This doesn't seem to work anymore in latest Confluence? :-( Any thoughts?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For more custom commands see Backtick's Cool-Custom-Commands wiki page