Presentation: optionally go to prev. page when touching left half of the page

Authored by sander on Jan 8 2019, 12:50 PM.

Description

Presentation: optionally go to prev. page when touching left half of the page

This patch makes switching presentation slides using touch screen taps
more flexible. It introduces a new configuration option
'Touch navigation' with three possible values:

  • 'Tap left/right side to go back/forward': Tapping on the left(right) half of the screen makes the presentation go to the previous(next) slide.
  • 'Tap anywhere to go forward': Tapping on the screen makes the presentation go to the next slide, no matter where the screen is being tapped
  • 'Disabled': Screen tapping doesn't do anything.

Previously, only 'Tap anywhere...' was implemented.

This patch does not change the behavior of mouse clicks.

Differential Revision: https://phabricator.kde.org/D18118

Details

Committed
sanderMar 11 2019, 8:09 PM
Differential Revision
D18118: Presentation mode: go to previous page when left-clicking on left half of the page
Parents
R223:c3db2972257e: Remove deprecated method
Branches
Unknown
Tags
Unknown