Skip to content

Commit

Permalink
fix: remove Enter shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
ambar committed Jan 29, 2022
1 parent d6b889c commit be5f556
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/griffith/src/components/usePlayerShortcuts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ const usePlayerShortcuts = ({
onTogglePlay()
break

case 'Enter':
case 'f':
case 'F':
onToggleFullScreen()
Expand Down

0 comments on commit be5f556

Please sign in to comment.