mirror of
https://github.com/webslides/WebSlides.git
synced 2025-09-01 09:03:04 +02:00
@@ -68,7 +68,10 @@ export default class Keyboard {
|
||||
method = !this.ws_.isVertical ? this.ws_.goNext : null;
|
||||
break;
|
||||
case Keys.F:
|
||||
method = this.ws_.fullscreen;
|
||||
if (!event.metaKey && ! event.ctrlKey) {
|
||||
method = this.ws_.fullscreen;
|
||||
}
|
||||
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user