Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Why does the windows key exhibit the same behavior as ] key in Documentation themed space in Confluence?

Todd Ogin September 16, 2012

My company has Confluence 4.1 installed. I am observing that in Firefox 15 pressing the windows key on my keyboard has the same effect as pressing the [ when viewing pages in spaces with the documentation layout, which is to"Toggle the left-hand navigation bar" according to the following confluence documentation page:

https://confluence.atlassian.com/display/CONF41/Keyboard+Shortcuts

I did not find any known bugs after a few searches with keywords from this page: https://www.atlassian.com/en/search?query=

I'm happy to provide more information. This isn't quite that big of a deal but it is annoying. I figured I'd ask here before writing a new bug report.

5 answers

1 accepted

0 votes
Answer accepted
Bruna Griebeler
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 20, 2012

That's a bug for that:

https://jira.atlassian.com/browse/CONF-22440

Please vote in it :)

Todd Ogin October 15, 2012

Right, sorry, cleaning this up and accepting the correct answer. Hopefully people will see this answer so there aren't any future duplicates. Thanks again.

1 vote
Harry Chan
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 17, 2012

This happens to me on Google Chrome too. It's definitely a bug. very annoying. Please file a bug report. Happy to vote.

1 vote
Jonathan Chu
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
September 16, 2012

The Windows key being pressed resolves to a keyCode/which value of 91. (http://www.javascripter.net/faq/keycodes.htm). The code in G.handler tries to resolve all keyCodes using String.fromCharCode(). String.fromCharCode(91) then gives us '[', which is why it's triggering the '[' shortcut.

Most of the other special keys are lucky enough to not resolve to a clashing symbol using String.fromCharCode(), but I'm personally not a proponent of Luck-Based Programming.

Also, some more thoughts on String.fromCharCode: http://stackoverflow.com/a/5829387

0 votes
jhonson vicky July 25, 2019

Hello friends, When I needed RGB to hex converter in photo editing, I found a https://codebeautify.org/rgb-to-hex-converter tool that I got used to. It has been so useful to me, I hope you will be used too.

0 votes
Todd Ogin September 19, 2012

Thanks Harry for the confirmation. I've gone ahead and created the issue here: https://support.atlassian.com/browse/CSP-88445

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events