It's not the same without you
Join the community to find out what other Atlassian users are discussing, debating and creating.
Hi there,
How can I change Confluence keyboard shortcuts that are not defined in the file editor_plugins_src.js as described here ("Changing Editor's Keyboard Shortcuts")? E.g. changing the shortcut for "Headings 1 to 6"?
Cheers,
Thomas
Ok, I found the solution, at least for the headings, here. :-)
The post only mentions the shortcut vor Ctrl+7. For Ctrl+1 - Ctrl+6 you have to look for the following lines:
for (i=1; i<=6; i++) {
// For safari compatibility we add these shortcuts both with and without the alt/option key
t.addShortcut('ctrl+alt+' + i + ',ctrl+' + i, '', ['FormatBlock', false, 'h' + i]); // ATLASSIAN - our format block method expects html tag names
}
Ok, I found the solution, at least for the headings, here. :-)
The post only mentions the shortcut vor Ctrl+7. For Ctrl+1 - Ctrl+6 you have to look for the following lines:
for (i=1; i<=6; i++) {
// For safari compatibility we add these shortcuts both with and without the alt/option key
t.addShortcut('ctrl+alt+' + i + ',ctrl+' + i, '', ['FormatBlock', false, 'h' + i]); // ATLASSIAN - our format block method expects html tag names
}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Can you clarify where I should put this Javascript? Do I need to install Greasemonkey?
Confluence is driving me crazy. I need to use multiple Confluence sites because I work on multiple projects and the keyboard shortcuts are different. I'll go to set a heading level and find myself on a different browser tab because in one Confluence Ctrl-1 sets a level one heading and in another Confluence it opens tab 1. In one Confluence Ctrl-Shift-b toggles list bullets in another it opens a window of bookmarks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi team, I’m Avinoam, a product manager on Confluence Cloud, and today I’m really excited to let the Community know that all customers can now try out the new editing experience and see some of the ...
Connect with like-minded Atlassian users at free events near you!
Find a groupConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no AUG chapters near you at the moment.
Start an AUGYou're one step closer to meeting fellow Atlassian users at your local meet up. Learn more about AUGs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.