From 16bd9c99b8116f36e4f0825860e699d79cdf0d58 Mon Sep 17 00:00:00 2001 From: heiko tietze Date: Wed, 23 Jan 2019 10:20:23 +0100 Subject: Resolves tdf#121596 - Include a key combination to insert thin spaces uno:InsertNarrowNobreakSpace/ FN_INSERT_NNBSP added and asigned to shift+alt+space Change-Id: I20dd4159bc35ee378bee75af9734b1f25dfd8b1a Reviewed-on: https://gerrit.libreoffice.org/66776 Tested-by: Jenkins Reviewed-by: Heiko Tietze --- include/svx/svxids.hrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/svx/svxids.hrc') diff --git a/include/svx/svxids.hrc b/include/svx/svxids.hrc index a1b063c71e7f..408cb8175455 100644 --- a/include/svx/svxids.hrc +++ b/include/svx/svxids.hrc @@ -165,7 +165,8 @@ class SfxStringItem; #define FN_INSERT_BREAK (FN_INSERT + 3) #define FN_INSERT_SOFT_HYPHEN (FN_INSERT + 43) /* optional hyphen */ #define FN_INSERT_HARD_SPACE (FN_INSERT + 44) /* hard space */ -#define FN_INSERT_HARDHYPHEN (FN_INSERT + 85) /* hyphen without break*/ +#define FN_INSERT_NNBSP (FN_INSERT + 45) /* U+202F NARROW NO-BREAK SPACE (NNBSP) */ +#define FN_INSERT_HARDHYPHEN (FN_INSERT + 85) /* hyphen without break*/ //!! be aware to not overwrite something that is used in sw/inc/cmdid.h already !! #define FN_FORMAT (SID_SW_START + 400) -- cgit v1.2.3