diff options
author | Justin Luth <justin.luth@collabora.com> | 2024-10-10 20:19:25 -0400 |
---|---|---|
committer | Justin Luth <jluth@mail.com> | 2024-10-17 19:25:50 +0200 |
commit | 1c7740f33b885eb20f913bff1283e509f86fba9d (patch) | |
tree | 3139a93e64e511353e309b8cd4ff2e63b497e32a /sw/sdi/_annotsh.sdi | |
parent | 5206f500e72a3d9aca9960fa4ce90120e8a2ed93 (diff) |
tdf#34804 swdr: enable keyboard shortcut for CharColor and CharBackColor
A followup patch that adds keyboard shortcut support
for the draw objects (textbox, shapes, comments) in Writer.
Change-Id: I69dea0feb75c77fec615a3e478d4bb90db4ca84f
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/174805
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Diffstat (limited to 'sw/sdi/_annotsh.sdi')
-rw-r--r-- | sw/sdi/_annotsh.sdi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sw/sdi/_annotsh.sdi b/sw/sdi/_annotsh.sdi index 0c26a55dd6d0..1a0a35a93390 100644 --- a/sw/sdi/_annotsh.sdi +++ b/sw/sdi/_annotsh.sdi @@ -313,6 +313,13 @@ interface _Annotation DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; ] + SID_ATTR_CHAR_COLOR2 + [ + ExecMethod = Exec; + StateMethod = GetState ; + DisableFlags="SfxDisableFlags::SwOnProtectedCursor"; + ] + SID_ATTR_CHAR_BACK_COLOR // api: [ ExecMethod = Exec; |