https://bugs.documentfoundation.org/show_bug.cgi?id=102307

--- Comment #15 from Justin L <[email protected]> ---
(In reply to V Stuart Foote from comment #3)
> The behavior you seek is *already* provided with a customizable
> short cut assigned to the "Repeat Search" action--i.e. .uno:RepeatSearch.
> 
> On Windows builds that is already <Ctrl>+G by default, and on RPM builds it
> is to <Ctrl>+<Shift>+F;
officecfg/registry/data/org/openoffice/Office/Accelerators.xcu

<node oor:name="F_SHIFT_MOD1" oor:op="replace">
    <prop oor:name="Command">
    <value xml:lang="x-no-translate">L10N SHORTCUTS - NO TRANSLATE</value>
    <value xml:lang="en-US" install:module="unxwnt">.uno:RepeatSearch</value>
    </prop>
</node>
<node oor:name="G_MOD1" oor:op="replace">
    <prop oor:name="Command">
    <value xml:lang="x-no-translate">L10N SHORTCUTS - NO TRANSLATE</value>
    <value xml:lang="en-US">.uno:RepeatSearch</value>
    <value xml:lang="es">.uno:Save</value>
    </prop>
</node>
</node>

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to