From b6317a7c2b9f7d1c826797c8a31fc9b323d6344c Mon Sep 17 00:00:00 2001 From: Felipe Cecagno Date: Tue, 26 Nov 2013 12:48:37 -0200 Subject: [PATCH] make the presentation also compatible with wireless presenter hardware --- .../modules/present/ui/views/PresentationWindow.mxml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/PresentationWindow.mxml b/bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/PresentationWindow.mxml index 8704d351bc..c7fd69bf66 100755 --- a/bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/PresentationWindow.mxml +++ b/bigbluebutton-client/src/org/bigbluebutton/modules/present/ui/views/PresentationWindow.mxml @@ -204,6 +204,8 @@ with BigBlueButton; if not, see . keyCombos[Keyboard.LEFT] = ShortcutEvent.PREVIOUS_SLIDE; keyCombos[Keyboard.RIGHT] = ShortcutEvent.NEXT_SLIDE; + keyCombos[Keyboard.PAGE_UP] = ShortcutEvent.PREVIOUS_SLIDE; + keyCombos[Keyboard.PAGE_DOWN] = ShortcutEvent.NEXT_SLIDE; } // Handle presentation-scope hotkeys