Last active
April 2, 2020 14:40
-
-
Save Virakal/27632a8dffce3d10ab30618800030b6b to your computer and use it in GitHub Desktop.
Monospace Button for Confluence
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
// ==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