-
Bug
-
Resolution: Fixed
-
Medium
-
3.5, 3.5.1, 3.5.2, 4.0, 4.1, 4.2, 4.3
Description
When using the Documentation theme, by default "[" will toggle the left-hand navigation bar. However, the Windows key between the Ctrl and Alt will toggle left-hand navigation bar also.
While this does not effect the functionality of Confluence, but it is actually quite annoying, as some users will use the Windows key to bring up the start menu, and at the same time, toggle the navigation bar.
This happen in:
- Firefox
- Internet Explorer
- Chrome
Steps To Reproduce
- Set the theme to Documentation theme, either globally or space.
- Visit any page and press the Windows key in between Ctrl and Alt.
- Watch the magic happen.
Workaround
Changing the assigned shortcut key resolves this issue. To do so, modify the below property in C:\confluence\data\bundled-plugins\confluence-keyboard-shortcuts-3.5.5.jar\atlassian-plugin.xml
<description key="admin.keyboard.shortcut.toggle.navigation.panel.desc">Toggle Navigation Panel</description>
<shortcut>[</shortcut>
Replace [ with * (or whatever your desired shortcut key is).
Save the modified jar file and re-package C:Program Files\Atlassian\confluence-3.5.5-std\confluence\WEB-INF\atlassian-bundled-plugins.zip with the modified confluence-keyboard-shortcuts-3.5.5.jar.
It is important to re-package modifications in to atlassian-bundled-plugins.zip, as any discrepancies between installed jar files and this file would be overwritten with content of this zip file.
- is duplicated by
-
CONFSERVER-27221 Windows Key closes sidebar
-
- Closed
-
-
CONFSERVER-27405 The sidebar is shown & hidden when Windows key (in the keyboard) is entered
-
- Closed
-
-
CONFSERVER-27710 Change shortcut key to hide left navigation
-
- Closed
-
- is related to
-
CRUC-7533 Shortcut key detection to hide the list of files in a review for key is broken
-
- Closed
-
- relates to
-
CONFSERVER-27374 Sidebar in Documentation Theme
-
- Closed
-
- mentioned in
-
Wiki Page Loading...
tin.pham the docs are correct - the '[' shortcut should still work. If it is not working for you, raise a support request as it may be something specific to your instance.