Netflix keyboard controls

Use similar controls as on YouTube when watching Netflix (f for full screen, k to play/pause, c for captions, j and l to go back and forward 10 seconds, a to change audio, p for picture-in-picture, and a LOT more)

目前为 2021-01-25 提交的版本。查看 最新版本

作者
keyboard-shortcuts
评分
0 0 0
版本
1.2
创建于
2021-01-24
更新于
2021-01-25
大小
14.2 KB
许可证
暂无
适用于

Control Netflix video playback using keyboard shortcuts

This script lets you control video playback on Netflix with keyboard shortcuts. A few are inspired by the YouTube shortcuts, and provide consistency with that player.

All the key bindings are documented here and in the script, and are easy to change.

Key bindings

  • k switches between playing and paused
  • l moves ahead by 10 seconds (configurable)
  • j moves back by 10 seconds (configurable)
  • , when paused: moves back by 1/60th of a second, or one frame (configurable)
  • . when paused: moves ahead by 1/60th of a second, or one frame (configurable)
  • c switches subtitles on or off (you can also configure which language to select automatically the first time you switch them on)
  • s changes the size of subtitles (Netflix provides 3 sizes, so it cycles between small/medium/large)
  • v changes the subtitles track, moving to the next one in the list
  • a changes the audio track, moving to the next one in the list
  • m is already set to mute/unmute by Netflix, but you can configure the script to also let you use a different key
  • Up Arrow increases the audio volume by 5% (configurable)
  • Down Arrow decreases the audio volume by 5% (configurable)
  • 0 to 9 jump to 0% of the video (the start) to 90% in 10% increments (so pressing 5 jumps to 50%, the middle)

Other configuration

  • You can change by how many seconds l and j jump forward and back by updating the value of SCRUB_DELTA_SECONDS (10 seconds by default)
  • You can change by how much the volume changes when you press Up Arrow or Down Arrow (5% by default)
  • You can change which language to use for subtitles the first time you press c (English by default). If you select a different language with v, pressing c again will switch between "Off" and that new language.

The script also has a debug mode, disabled by default. Enabling it provides debug information for anyone trying to modify it.

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址