gopperman / breedtv

Wordpress theme and front-end for BreedTV
http://breedtv.com
Other
4 stars 2 forks source link

add shortcut key for nexting a video #8

Closed drewrwilson closed 10 years ago

drewrwilson commented 10 years ago

Adds a feature where a user can press the 'k' key on the keyboard and btv will go to next the video. Addresses issue #7.

I wasn't able to test this code because I don't have a btv wordpress database to test it with. I tried it by copying it into the console on my browser and I got it to work there. I'm not totally confident in the placement of the code in the theme though. Anyway, I'd recommend testing it before merging the code into master.

:bread: :tv:

gopperman commented 10 years ago

This doesn't work when the embedded video has focus, so not sure if we should implement this feature....unless there's a workaround?

drewrwilson commented 10 years ago

Seems to work for me. But even if it doesn't work in all cases (eg when embedded video has focus), I would still like the feature even if it only works in some cases.