Skip to content

Instantly share code, notes, and snippets.

@asfaltboy
Last active October 27, 2017 17:15
Show Gist options
  • Save asfaltboy/a83c2a282eed2bcedbc2 to your computer and use it in GitHub Desktop.
Save asfaltboy/a83c2a282eed2bcedbc2 to your computer and use it in GitHub Desktop.
(Backtick command) Add mono-space shortcut in confluence editor
tinyMCE.activeEditor.addShortcut("ctrl+alt+m","monospace","confMonospace")
{
"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"
}
@asfaltboy
Copy link
Author

For more custom commands see Backtick's Cool-Custom-Commands wiki page

@AlexPasternak
Copy link

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