From 1c7d792ae27d2a899244d30a9c3cd3c04b5755ae Mon Sep 17 00:00:00 2001 From: Mihkel Tõnnov Date: Fri, 15 May 2020 14:20:23 +0200 Subject: tdf#126085: Enable Ctrl+Comma & Ctrl+Shift+Comma with European layouts Also: tdf#127726, tdf#130073 As many European layouts don't have a semicolon key (";" is instead produced by Shift+Comma), map .uno:InsertCurrentDate and .uno:InsertCurrentTime to Ctrl+Comma and Ctrl+Shift+Comma, respectively. The list of locales is based on information about national keyboard layouts from Wikipedia (mostly https://en.wikipedia.org/wiki/QWERTY). Change-Id: I858dc2affe2b29b8abfa3000a37cea43374837d8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94305 Tested-by: Jenkins Tested-by: Heiko Tietze Reviewed-by: Heiko Tietze --- .../data/org/openoffice/Office/Accelerators.xcu | 38 ++++++++++++++++++++-- 1 file changed, 36 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 accbc89aa8a8..06bfd060d9da 100644 --- a/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Accelerators.xcu @@ -1219,21 +1219,55 @@ 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 - .uno:InsertCurrentDate + .uno:InsertCurrentDate + .uno:InsertCurrentDate + .uno:InsertCurrentDate + .uno:InsertCurrentDate + .uno:InsertCurrentDate + .uno:InsertCurrentDate + .uno:InsertCurrentDate .uno:InsertCurrentDate .uno:InsertCurrentDate + .uno:InsertCurrentDate + .uno:InsertCurrentDate + .uno:InsertCurrentDate + .uno:InsertCurrentDate + .uno:InsertCurrentDate + .uno:InsertCurrentDate + .uno:InsertCurrentDate I10N SHORTCUTS - NO TRANSLATE + .uno:InsertCurrentTime + .uno:InsertCurrentTime + .uno:InsertCurrentTime .uno:InsertCurrentTime + .uno:InsertCurrentTime .uno:InsertCurrentTime - .uno:InsertCurrentTime + .uno:InsertCurrentTime + .uno:InsertCurrentTime + .uno:InsertCurrentTime + .uno:InsertCurrentTime + .uno:InsertCurrentTime + .uno:InsertCurrentTime + .uno:InsertCurrentTime .uno:InsertCurrentTime .uno:InsertCurrentTime + .uno:InsertCurrentTime + .uno:InsertCurrentTime + .uno:InsertCurrentTime + .uno:InsertCurrentTime + .uno:InsertCurrentTime + .uno:InsertCurrentTime + .uno:InsertCurrentTime -- cgit