From 828c6bd73dcce738edc7d6a46432ddc5288235b7 Mon Sep 17 00:00:00 2001 From: Gökay Şatır Date: Wed, 27 Sep 2023 09:35:07 +0300 Subject: German shortcut improvements for Calc: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Insert date is assigned to CTRL + POINT. * Insert time is assigned to CTRL + SHIFT + POINT. * Save as is assigned to F12 * Group and Ungroup are assigned to CTRL + F12 and CTRL + SHIFT + F12. * Insert function dialog is assigned to SHIFT + F3 * Rotate case function is assigned to CTRL + SHIFT + F3. * Insert comment is assigned to SHIFT + F2 * Format cells dialog is assigned to ALT + 0 * CTRL + 5 is for Strikeout. * F5 is assigned to FocusCellAddress. * CTRL + F is assigned to navigator. * ALT + F is assigned to "focus find bar". Signed-off-by: Gökay Şatır Change-Id: I0213fecb6fe02b2d621d8409225251dbfa6631ed Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157360 Tested-by: Jenkins CollaboraOffice Reviewed-by: Szymon Kłos --- .../data/org/openoffice/Office/Accelerators.xcu | 46 +++++++++++++++++++++- 1 file changed, 44 insertions(+), 2 deletions(-) (limited to 'officecfg') diff --git a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu index d7d45de3b70a..f98c6793b73b 100644 --- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu @@ -675,6 +675,7 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some emoji thing I10N SHORTCUTS - NO TRANSLATE .uno:SpacePara15 + .uno:Strikeout @@ -721,6 +722,12 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some emoji thing .uno:Zoom100Percent + + + I10N SHORTCUTS - NO TRANSLATE + .uno:FormatCellDialog + + I10N SHORTCUTS - NO TRANSLATE @@ -879,12 +886,20 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some emoji thing I10N SHORTCUTS - NO TRANSLATE .uno:Group + .uno:SaveAs I10N SHORTCUTS - NO TRANSLATE .uno:Ungroup + .uno:Group + + + + + I10N SHORTCUTS - NO TRANSLATE + .uno:Ungroup @@ -917,6 +932,12 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some emoji thing .uno:FunctionDialog + + + I10N SHORTCUTS - NO TRANSLATE + .uno:InsertAnnotation + + I10N SHORTCUTS - NO TRANSLATE @@ -933,6 +954,13 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some emoji thing I10N SHORTCUTS - NO TRANSLATE .uno:ChangeCaseRotateCase + .uno:FunctionDialog + + + + + I10N SHORTCUTS - NO TRANSLATE + .uno:ChangeCaseRotateCase @@ -945,6 +973,7 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some emoji thing I10N SHORTCUTS - NO TRANSLATE .uno:Navigator + .uno:FocusCellAddress @@ -1021,6 +1050,19 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some emoji thing .uno:RepeatSearch + + + I10N SHORTCUTS - NO TRANSLATE + .uno:SearchDialog + .uno:Navigator + + + + + I10N SHORTCUTS - NO TRANSLATE + vnd.sun.star.findbar:FocusToFindbar + + I10N SHORTCUTS - NO TRANSLATE @@ -1295,12 +1337,14 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some emoji thing I10N SHORTCUTS - NO TRANSLATE .uno:InsertCurrentDate + .uno:InsertCurrentDate I10N SHORTCUTS - NO TRANSLATE .uno:InsertCurrentTime + .uno:InsertCurrentTime @@ -1308,7 +1352,6 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some emoji thing I10N SHORTCUTS - NO TRANSLATE .uno:InsertCurrentDate .uno:InsertCurrentDate - .uno:InsertCurrentDate .uno:InsertCurrentDate .uno:InsertCurrentDate .uno:InsertCurrentDate @@ -1334,7 +1377,6 @@ Ctrl+Shift+e aka E_SHIFT_MOD1 under GTK/IBUS is for some emoji thing I10N SHORTCUTS - NO TRANSLATE .uno:InsertCurrentTime .uno:InsertCurrentTime - .uno:InsertCurrentTime .uno:InsertCurrentTime .uno:InsertCurrentTime .uno:InsertCurrentTime -- cgit