Swapping PAGE_UP and PAGE_DOWN key bindings
Swapping the keys as requested by @kaitkrull to fit most of the remotes.
This commit is contained in:
parent
83c1cba273
commit
e13cf362b2
@ -104,11 +104,11 @@ class PresentationToolbar extends PureComponent {
|
||||
if (isBody) {
|
||||
switch (which) {
|
||||
case KEY_CODES.ARROW_LEFT:
|
||||
case KEY_CODES.PAGE_DOWN:
|
||||
case KEY_CODES.PAGE_UP:
|
||||
this.previousSlideHandler();
|
||||
break;
|
||||
case KEY_CODES.ARROW_RIGHT:
|
||||
case KEY_CODES.PAGE_UP:
|
||||
case KEY_CODES.PAGE_DOWN:
|
||||
this.nextSlideHandler();
|
||||
break;
|
||||
default:
|
||||
|
Loading…
Reference in New Issue
Block a user