Bug 158771 - Alt+F12 in Writer no longer opens the Options dialog
Summary: Alt+F12 in Writer no longer opens the Options dialog
Status: RESOLVED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Writer (show other bugs)
Version:
(earliest affected)
24.2.0.0 alpha0+
Hardware: All All
: medium normal
Assignee: Not Assigned
URL:
Whiteboard: target:24.8.0 target:24.2.0.0.beta2
Keywords: bibisected, bisected, regression
Depends on:
Blocks: Shortcuts-Accelerators
  Show dependency treegraph
 
Reported: 2023-12-19 08:26 UTC by Gabor Kelemen (allotropia)
Modified: 2023-12-19 13:30 UTC (History)
2 users (show)

See Also:
Crash report or crash signature:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gabor Kelemen (allotropia) 2023-12-19 08:26:38 UTC
Recently the Alt+F12 combination stopped working in Writer.

1. Open a new Writer document
2. Press Alt+F12
-> Options dialog does not open, instead the paragraph gets numbering

Version: 24.2.0.0.beta1+ (X86_64) / LibreOffice Community
Build ID: 0034d2ab9382da86340738137218791a4ccc9c90
CPU threads: 8; OS: Linux 5.4; UI render: default; VCL: gtk3
Locale: en-US (hu_HU.UTF-8); UI: en-US
Calc: threaded

but also with Hungarian locale.

Seems to have started in:

https://git.libreoffice.org/core/+/3bd3c41bc930406ec3d995a45a7f7060d572bbd0%5E%21/#F0

author	Gökay Şatır <gokaysatir@collabora.com>	Wed Sep 27 13:01:46 2023 +0300
committer	Caolán McNamara <caolan.mcnamara@collabora.com>	Sun Nov 19 22:28:43 2023 +0100

German keybindings:

Adding CC to: Gökay Şatır
Comment 1 Xisco Faulí 2023-12-19 10:14:31 UTC
Reproduced in

Version: 24.2.0.0.beta1+ (X86_64) / LibreOffice Community
Build ID: 0034d2ab9382da86340738137218791a4ccc9c90
CPU threads: 8; OS: Linux 6.1; UI render: default; VCL: gtk3
Locale: fr-FR (es_ES.UTF-8); UI: en-US
Calc: threaded
Comment 2 Xisco Faulí 2023-12-19 10:15:27 UTC
The problem in 3bd3c41bc930406ec3d995a45a7f7060d572bbd0 is that it defines

        <node oor:name="F12_MOD2" oor:op="replace">
          <prop oor:name="Command">
            <value xml:lang="x-no-translate">I10N SHORTCUTS - NO TRANSLATE</value>
            <value xml:lang="en-US">.uno:DefaultNumbering</value>
          </prop>
        </node>

when it already has

      <node oor:name="F12_MOD2" 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:OptionsTreeDialog</value>
        </prop>
      </node>
Comment 3 Xisco Faulí 2023-12-19 10:21:32 UTC
my take: https://gerrit.libreoffice.org/c/core/+/160977
Comment 4 Commit Notification 2023-12-19 10:57:05 UTC
Xisco Fauli committed a patch related to this issue.
It has been pushed to "master":

https://git.libreoffice.org/core/commit/bd591ee35fd49abeddaf68dee80ce57989eb979a

tdf#158771: Alt+F12 is already defined

It will be available in 24.8.0.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.
Comment 5 Commit Notification 2023-12-19 13:30:35 UTC
Xisco Fauli committed a patch related to this issue.
It has been pushed to "libreoffice-24-2":

https://git.libreoffice.org/core/commit/3d6ddd2b3cb64c36c8eba2cfe1856342a0241e14

tdf#158771: Alt+F12 is already defined

It will be available in 24.2.0.0.beta2.

The patch should be included in the daily builds available at
https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More
information about daily builds can be found at:
https://wiki.documentfoundation.org/Testing_Daily_Builds

Affected users are encouraged to test the fix and report feedback.