Some users may experience some problem with keyboard shortcuts which might be clashing with other operating system/application's keyboard shortcuts.
The guide below is a workaround to change the keyboard shortcut for a particular function. The aim here is to change the quote shortcut in the editor from ctrl+alt+q to ctrl+alt+y:
<confluence-install>/confluence/WEB-INF/classes/com/atlassian/confluence/setup/atlassian-bundled-plugins.zip.confluence-tinymce-plugin-X.X.X.X.jar in the unzipped atlassian-bundled-plugins.zip./tinymce3/plugins/keyboardshortcuts/editor_plugins_src.js.
ed.addShortcut('ctrl+alt+q', '', ['FormatBlock', false, 'macro_quote']);
|
ed.addShortcut('ctrl+alt+y', '', ['FormatBlock', false, 'macro_quote']);
|
confluence-tinymce-plugin-X.X.X.X.jar.atlassian-bundled-plugins.zip back.If you need a guide to help with the editing files within JAR archives, you can refer to this Editing Files within JAR Archives. However, please keep in mind that the Tinymce plugin is part of bundled plugins. Hence, it is stored in a special place, which is located at <confluence-install>/confluence/WEB-INF/classes/com/atlassian/confluence/setup/atlassian-bundled-plugins.zip. Therefore, if you are following the guide, please make sure the paths are correct.