From 91fe8fb9aba891bdeb3750700c4c7c6edd0cda0d Mon Sep 17 00:00:00 2001 From: Gökay Şatır Date: Wed, 18 Dec 2024 15:04:25 +0300 Subject: cool#3077 On some systems, ".uno:SelectColumn is not working. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Where row selection works. Sending the command for column selection also works. So the issue may be related to accelerators.xcu file. Checking the file, only meaninful difference between column and row selection commands is: "install:module="unxwnt"" This is an attempt to fix the not-found shortcut issue. Signed-off-by: Gökay Şatır Change-Id: I77c8d7a9db435954b51d3ccef01b7602c2de9f44 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/178720 Reviewed-by: Miklos Vajna Tested-by: Jenkins CollaboraOffice --- officecfg/registry/data/org/openoffice/Office/Accelerators.xcu | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu index 71dbd7c1c391..f2329e0c1ad0 100644 --- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu @@ -1421,7 +1421,7 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some emoji thing L10N SHORTCUTS - NO TRANSLATE - .uno:SelectColumn + .uno:SelectColumn @@ -1433,9 +1433,9 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some emoji thing L10N SHORTCUTS - NO TRANSLATE - .uno:SelectAll - .uno:SelectColumn - .uno:SelectColumn + .uno:SelectAll + .uno:SelectColumn + .uno:SelectColumn -- cgit