diff options
author | Sahil Gautam <sahil@libreoffice.org> | 2024-03-24 00:48:22 +0530 |
---|---|---|
committer | Michael Weghorn <m.weghorn@posteo.de> | 2024-03-28 21:41:51 +0100 |
commit | 14396a5361ef72afc99033d4cac29aaeb1ffa2d8 (patch) | |
tree | 7f096b1dadf9d94781db9d581525de28c295126a /sc/sdi/docsh.sdi | |
parent | dbb0892ad1f576de4b4910c4b1683f3c88a7c0e7 (diff) |
tdf#123159 Make Hyperlinks keyboard accessible
Extend .uno:OpenHyperlinkOnCursor to open all hyperlinks
in a cell, when not in edit mode.
The UNO command can be assigned to a keyboard shortcut from
`Tools > Customize > Keyboard`. If the active cell is not in
edit mode, then pressing the shortcut opens all the hyperlinks
in the cell. If in edit mode, pressing the shortcut opens the
hyperlink under the caret "|".
Change-Id: I7ffdab54fa31b9f7f614e04cc3158d8be217825e
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157666
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Tested-by: Jenkins
Diffstat (limited to 'sc/sdi/docsh.sdi')
-rw-r--r-- | sc/sdi/docsh.sdi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/sdi/docsh.sdi b/sc/sdi/docsh.sdi index b4a8a04326d8..380ddb08e620 100644 --- a/sc/sdi/docsh.sdi +++ b/sc/sdi/docsh.sdi @@ -58,6 +58,7 @@ interface TableDocument SID_CHART_ADDSOURCE [ ExecMethod = Execute; ] FID_AUTO_CALC [ ExecMethod = Execute; StateMethod = GetState; ] FID_RECALC [ ExecMethod = Execute; StateMethod = GetState; ] + SID_OPEN_HYPERLINK [ ExecMethod = Execute; StateMethod = GetState; ] FID_HARD_RECALC [ ExecMethod = Execute; StateMethod = GetState; ] SID_UPDATETABLINKS [ ExecMethod = Execute; ] SID_REIMPORT_AFTER_LOAD [ ExecMethod = Execute; ] |