Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Custom Shortcuts / Overriding Standard Settings


Is it possible to override the shortcuts? EG for the arrows to seek +/- 10 seconds instead of 5?

4 Community Answers

Todd

JW Player Support Agent  
0 rated :

What shortcuts? I am not aware of any seek +/- 5 seconds buttons that are built-in to our player. Can you send me a link to a page where you are seeing these?

But yes, you can use our Javascript API to potentially create seek buttons for 10 seconds. The code would be something like this:

jwplayer().seek(jwplayer().getPosition()+10);

ms Schmidt

User  
0 rated :

Hi Todd,

when the focus is on the player press left arrow, right arrow to seek +/- 5 seconds

0 to 9 seeks * 10% (0 = 0 , 1 = 10% etc.)

So these shortcuts must be hardcoded into the player then?

Todd

JW Player Support Agent  
0 rated :

Ah yes, the keyboard shortcuts. Yes, those are hard-coded into the player.

zincubus

User  
0 rated :

So these cannot be modified? This is a huge disappointment and setback and will prevent us from buying the player and using your site. We need to override the shortcuts but you provide no way of doing so. Since you used anonymous event handlers, you basically backed us into a corner of no customization.

This question has received the maximum number of answers.