[youtube.com] Arrow keys hate focus

No focus depending arrow keys binding. Left/Right - always playback, down/up - always volume.

2019-12-19 기준 버전입니다. 최신 버전을 확인하세요.

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
Artem Zaytsev
평점
0 0 0
버전
0.0.1
생성일
2019-12-19
갱신일
2019-12-19
크기
2.4KB
라이선스
해당 없음
적용 사이트

The youtube HTML5-player has 3 different bindings for the keyboard arrow buttons. The chosen binding depends on which of the player control elements has focus.
What is focus? The element is called focused if it is activated by mouse click or via keyboard when using Tab / Shift+Tab keys. The focused element has privileged keyboard control. For example if the play button is focused, then pressing the Space button will turn on the video playing.
In fact all these different keyboard bindings bring confusing as the user usually doesn't know which control element has focus (the indications are very poor) at the moment when he wants to use the keyboard.
So these arrow buttons 3 different bindings are:
1. If the volume control bar has the focus: left/down - lowers the sound volume, right/up - raises the volume.
2. If the playback seekbar has the focus: left/down - jumps backwards in the video, right/up - jumps forwards.
3. If any other control has the focus: down/up - changes the sound volume, left/right - jumps in the video playback.
This script has the goal to escape all this confusion: No matter which control has the focus - there's always 3rd behavior.