Skip to content

Commit

Permalink
Add f=fullscreen hotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
dsernst committed May 6, 2019
1 parent 103a502 commit 07816f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/renderer/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -531,6 +531,8 @@ function onKeydown (e) {
dispatch('changePlaybackRate', 1)
} else if (key === '<') {
dispatch('changePlaybackRate', -1)
} else if (key === 'f') {
dispatch('toggleFullScreen')
}

update()
Expand Down

0 comments on commit 07816f7

Please sign in to comment.