summaryrefslogtreecommitdiff
path: root/sd/uiconfig/simpress/menubar/menubar.xml
diff options
context:
space:
mode:
authorheiko tietze <tietze.heiko@gmail.com>2019-01-23 10:20:23 +0100
committerHeiko Tietze <tietze.heiko@gmail.com>2019-02-18 12:27:20 +0100
commit16bd9c99b8116f36e4f0825860e699d79cdf0d58 (patch)
treede7d4e3c183571d73a01bf7c0a5864ccb52b9e49 /sd/uiconfig/simpress/menubar/menubar.xml
parent47819ba0534ce1893d5cb835c98147feacdf9faf (diff)
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 <tietze.heiko@gmail.com>
Diffstat (limited to 'sd/uiconfig/simpress/menubar/menubar.xml')
-rw-r--r--sd/uiconfig/simpress/menubar/menubar.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/uiconfig/simpress/menubar/menubar.xml b/sd/uiconfig/simpress/menubar/menubar.xml
index 0e8b2f0ccbf3..47b7de880344 100644
--- a/sd/uiconfig/simpress/menubar/menubar.xml
+++ b/sd/uiconfig/simpress/menubar/menubar.xml
@@ -240,6 +240,7 @@
<menu:menuitem menu:id=".uno:InsertNonBreakingSpace"/>
<menu:menuitem menu:id=".uno:InsertHardHyphen"/>
<menu:menuitem menu:id=".uno:InsertSoftHyphen"/>
+ <menu:menuitem menu:id=".uno:InsertNarrowNobreakSpace"/>
<menu:menuitem menu:id=".uno:InsertZWSP"/>
<menu:menuitem menu:id=".uno:InsertZWNBSP"/>
<menu:menuitem menu:id=".uno:InsertLRM"/>
leView.cxx?h=cp-6.4-33&id=d597bb77b271a0e9f2c3f4789517435f6b63f170'>More loplugin:cstylecast: dbaccessStephan Bergmann 2017-12-05Replace deprecated std::bin2nd with lambda in dbaccessStephan Bergmann 2017-12-05Replace deprecated std::mem_fun et al in dbaccessStephan Bergmann 2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann 2017-10-23loplugin:includeform: dbaccessStephan Bergmann 2017-09-11clang-tidy modernize-use-emplace in d*Noel Grandin 2017-07-21migrate to boost::gettextCaolán McNamara 2017-07-13Reorganize Scheduler priority classesJan-Marek Glogowski 2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin 2017-04-18convert join menu to .uiCaolán McNamara 2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna 2017-02-17Drop :: prefix from std in [de]*/Tor Lillqvist 2017-01-23Change all Idle* LINKs to be Timer*Jan-Marek Glogowski 2017-01-17Refactor Scheduler to add Task classJan-Marek Glogowski 2016-11-29loplugin:vclwidgets check for assigning from VclPt<T> to T*Noel Grandin 2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin