summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJim Raykowski <raykowj@gmail.com>2018-08-23 12:57:58 -0800
committerMaxim Monastirsky <momonasmon@gmail.com>2018-08-24 15:02:21 +0200
commit80d6cba424439803704dbddf4fc832bd73e90e97 (patch)
treea10b6746957a80ab39f706aedf34b6c1203113a0 /sfx2
parent62dbf07277b3f11aec077edfd2d594d5307b849b (diff)
tdf#119416 Open Special Characters dialog on Enter key press
...when focus is on toolbar character map control Change-Id: Ie7b53b18acfe1967a635c64120591a5ff7f2dc33 Reviewed-on: https://gerrit.libreoffice.org/59528 Tested-by: Jenkins Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'sfx2')
-rw-r--r--sfx2/source/dialog/charmappopup.cxx6
1 files changed, 6 insertions, 0 deletions
diff --git a/sfx2/source/dialog/charmappopup.cxx b/sfx2/source/dialog/charmappopup.cxx
index cbc62649cbc3..5332f2a6231f 100644
--- a/sfx2/source/dialog/charmappopup.cxx
+++ b/sfx2/source/dialog/charmappopup.cxx
@@ -44,4 +44,10 @@ VclPtr<SfxPopupWindow> CharmapPopup::CreatePopupWindow()
return pControl;
}
+void SAL_CALL CharmapPopup::execute( sal_Int16 /*KeyModifier*/ )
+{
+ com::sun::star::uno::Sequence< com::sun::star::beans::PropertyValue > aArgs;
+ Dispatch(".uno:InsertSymbol", aArgs);
+}
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */