diff options
author | Gabor Kelemen <kelemen.gabor2@nisz.hu> | 2021-01-10 22:01:38 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.com> | 2021-02-02 09:24:31 +0100 |
commit | 5544c178975d480242151083d6c72d42b88a1db4 (patch) | |
tree | ea6b75e9e2374453f51e83fb33f5249e03d1ec85 /offapi | |
parent | ddc0714c40c6ea85336431a88b523f3e5c63a3f8 (diff) |
tdf#134281 [API-CHANGE] Add keyboard shortcut for UsePen and EraseInk
As suggested by UX meeting:
- Remove P and N keys from previous/next slide
- Assign them to Pen (on=off) and erase ink commands
Do this for presenter console as well.
Modify help text of the presenter console to reflect these changes.
Change-Id: I28d2178f7391739d4f8f5e8f63ab54714fcc97c0
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109108
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/com/sun/star/presentation/XSlideShowController.idl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/offapi/com/sun/star/presentation/XSlideShowController.idl b/offapi/com/sun/star/presentation/XSlideShowController.idl index 3d8528dbb722..2d93e33c935a 100644 --- a/offapi/com/sun/star/presentation/XSlideShowController.idl +++ b/offapi/com/sun/star/presentation/XSlideShowController.idl @@ -245,6 +245,12 @@ interface XSlideShowController [attribute] double PenWidth; + /** This method clears ink drawing from the slideshow being played + + @since LibreOffice 7.2 + */ + void setEraseAllInk( [in] boolean EraseAllInk ); + /** returns the actual XSlideShow instance that runs the slide show. <br>Normally all navigation should be done using this controller and |