make the presentation also compatible with wireless presenter hardware

This commit is contained in:
Felipe Cecagno 2013-11-26 12:48:37 -02:00
parent 4888b4f63a
commit b6317a7c2b

View File

@ -204,6 +204,8 @@ with BigBlueButton; if not, see <http://www.gnu.org/licenses/>.
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