Many pages of the Online Help mention a non-existent key CommandCtrl: https://help.libreoffice.org/Draw/Shortcut_Keys_for_Drawing_Objects https://help.libreoffice.org/Calc/AutoInput https://help.libreoffice.org/Calc/Using_Scenarios (etc...) I believe this may be a mis-formatting of "Command/Ctrl" -- a reference to the different modifier key used on OSX. The term "Command/Ctrl" is still confusing, especially if one is running OSX and has both a Command *and* a Control key on one's keyboard. Things get even more confusing if one is using an Apple keyboard or an Apple laptop, but running Windows or GNU/Linux. I suggest that the documentation reference the Control key, and we place a note at the top of the page or in the sidebar mentioning that when running OSX, one will need to use the 'Command' key instead of the 'Ctrl' key in most (all?) instances.
Help to Wiki converter does the following: Source: <item type="keycode"><switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline>+Tab</item> Wiki code: {{KeyCode|CommandCtrl+Tab}} This is wrong. On the other hand, when keyboard shortcut is not "keycode": Source: <switchinline select="sys"><caseinline select="MAC">Command</caseinline><defaultinline>Ctrl</defaultinline></switchinline> Wiki code: {{System|default=Ctrl|mac=Command}} But unfortunately the System template is a stub, that does not detect system, See https://help.libreoffice.org/WikiAction/edit/Template:System
** Please read this message in its entirety before responding ** To make sure we're focusing on the bugs that affect our users today, LibreOffice QA is asking bug reporters and confirmers to retest open, confirmed bugs which have not been touched for over a year. There have been thousands of bug fixes and commits since anyone checked on this bug report. During that time, it's possible that the bug has been fixed, or the details of the problem have changed. We'd really appreciate your help in getting confirmation that the bug is still present. If you have time, please do the following: Test to see if the bug is still present on a currently supported version of LibreOffice (4.4.0.3 or later): https://www.libreoffice.org/download/ If the bug is present, please leave a comment that includes the version of LibreOffice and your operating system, and any changes you see in the bug behavior If the bug is NOT present, please set the bug's Status field to RESOLVED-WORKSFORME and leave a short comment that includes your version of LibreOffice and Operating System Please DO NOT Update the version field Reply via email (please reply directly on the bug tracker) Set the bug's Status field to RESOLVED - FIXED (this status has a particular meaning that is not appropriate in this case) Thank you for your help! -- The LibreOffice QA Team This NEW Message was generated on: 2015-02-19
(In reply to Robinson Tryon (qubit) from comment #0) > Many pages of the Online Help mention a non-existent key CommandCtrl: > > https://help.libreoffice.org/Draw/Shortcut_Keys_for_Drawing_Objects Bug is still present.
I take this. This might be solvable through an extension like http://www.mediawiki.org/wiki/Extension:UserInfo
well this might be 2 new EasyHacks! 1) Python script has to be modified http://opengrok.libreoffice.org/xref/help/to-wiki/wikiconv2.py so that something like {{System|default=Ctrl|mac=Command}} is produced. 2) (to be analyzed) I hadn't found something useful at my short search. the mentioned mw extension is in no way useful for us. :-( We need any mediawiki PHP extension (or JavaScript snipplet added to MediaWiki:Common.js) which switches default to mac key when something is pressed. Moreover we have more system related stuff (like NIX).
I agree it really looks like 2 easyHacks, will you file them ?
@Oliver I have created one easy hack to fix the wiki conversation tool. Two q remains: a) is it wise to invest time to get a mediawiki extension for browser detection (and where to fill for what component?) and b) will your Proof of Concept replace helpwiki in "near time"?
Original problem was fixed by: commit f9cb7f4660c039f7bf18bf60f6fb9c77f7e4f54b Author: Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Date: Mon Jan 25 15:26:12 2016 +0100 switchinline is no valid child of "item" either Wikihelp update is in progress. https://help.libreoffice.org/Draw/Shortcut_Keys_for_Drawing_Objects is good already.