<html>
<head>
<base href="https://bugs.documentfoundation.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:s.mehrbrodt@gmail.com" title="Samuel Mehrbrodt <s.mehrbrodt@gmail.com>"> <span class="fn">Samuel Mehrbrodt</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - LibO doesn’t obey OS setting “only show the accelerator underline when the Alt key is being pressed”"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=54169">bug 54169</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Whiteboard</td>
<td>easyHack skillCpp difficultyInteresting topicUI
</td>
<td>easyHack skillCpp difficultyBeginner topicUI
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - LibO doesn’t obey OS setting “only show the accelerator underline when the Alt key is being pressed”"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=54169#c18">Comment # 18</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - LibO doesn’t obey OS setting “only show the accelerator underline when the Alt key is being pressed”"
href="https://bugs.documentfoundation.org/show_bug.cgi?id=54169">bug 54169</a>
from <span class="vcard"><a class="email" href="mailto:s.mehrbrodt@gmail.com" title="Samuel Mehrbrodt <s.mehrbrodt@gmail.com>"> <span class="fn">Samuel Mehrbrodt</span></a>
</span></b>
<pre>So, on Windows we need to check the registry for HKEY_CURRENT_USER\Control
Panel\Accessibility\Keyboard Preference
If the string value "On = 1", mnemonics should always be shown. Else they
should only be shown when the alt key is pressed.
Someone with a Windows build might do this as EasyHack.
This is the place where it should be enabled/disabled:
<a href="http://opengrok.libreoffice.org/xref/core/vcl/win/source/gdi/salnativewidgets-luna.cxx#193">http://opengrok.libreoffice.org/xref/core/vcl/win/source/gdi/salnativewidgets-luna.cxx#193</a>
Look here for how to enable/disable mnemonics:
<a href="http://opengrok.libreoffice.org/xref/core/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx#569">http://opengrok.libreoffice.org/xref/core/vcl/unx/gtk/gdi/salnativewidgets-gtk.cxx#569</a>
And check this for how to query the Windows registry:
<a href="http://opengrok.libreoffice.org/xref/core/vcl/source/window/toolbox.cxx#5649">http://opengrok.libreoffice.org/xref/core/vcl/source/window/toolbox.cxx#5649</a>
Should be straight-forward.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>