Skip to content

Instantly share code, notes, and snippets.

@Virakal
Last active April 2, 2020 14:40
Show Gist options
  • Save Virakal/27632a8dffce3d10ab30618800030b6b to your computer and use it in GitHub Desktop.
Save Virakal/27632a8dffce3d10ab30618800030b6b to your computer and use it in GitHub Desktop.
Monospace Button for Confluence
// ==UserScript==
// @name Monospace Keyboard Shortcut for Confluence
// @version 0.1
// @description Adds a new keyboard shortcut (Ctrl+Alt+M) for monospace formatting
// @match */pages/createpage.action?*
// @match */pages/editpage.action?*
// ==/UserScript==
tinyMCE.activeEditor.addShortcut("ctrl+alt+m","monospace","confMonospace")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment