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
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
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>
my take: https://gerrit.libreoffice.org/c/core/+/160977
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.
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.