Skip to content

Commit 3619ee0

Browse files
committed
Create README directory
1 parent 8e8706e commit 3619ee0

File tree

3 files changed

+48
-47
lines changed

3 files changed

+48
-47
lines changed

README.md

-47
This file was deleted.

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
README/en.md

README/en.md

+47
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Video Commander
2+
![videocommander](src/images/videocommander_screenshot.png)
3+
4+
Video Commander is a browser extension that provides keyboard shortcuts to loop, speed up, speed down, rewind time, advance time and other handy actions. Would you like to know other actions? - see [Usage](#usage).
5+
6+
## Installation
7+
This extension supports Google Chrome and Mozilla Firefox.
8+
9+
- [Video Commander - Chrome Web Store](https://chrome.google.com/webstore/detail/video-commander/eadjicgcnpgfmklebobjkhlippgepdii)
10+
- [Video Commander - Firefox Add-ons](https://addons.mozilla.org/en-US/firefox/addon/video-commander/)
11+
12+
## Usage
13+
These shortcuts are available on video site.
14+
15+
* **P** or **space** - toggle play and pause
16+
* **H** or **0** - jump to beginning
17+
* **E** - jump to end
18+
* **A** or **left arrow** - rewind time
19+
* **S** or **right arrow** - advance time
20+
* **D** - speed down
21+
* **U** - speed up
22+
* **R** - reset speed
23+
* **F** - toggle full screen
24+
* **L** - partial loop
25+
* **1** - jump to 10% playback position
26+
* **2** - jump to 20% playback position
27+
* **3** - jump to 30% playback position
28+
* **4** - jump to 40% playback position
29+
* **5** - jump to 50% playback position
30+
* **6** - jump to 60% playback position
31+
* **7** - jump to 70% playback position
32+
* **8** - jump to 80% playback position
33+
* **9** - jump to 90% playback position
34+
* **esc**, **Ctrl-c** - reset loop status
35+
* **esc** - unfocus any elements
36+
37+
These shortcut keys are modifiable on options page. You can also change skip time amount(s) and whether scroll to player automatically or not.
38+
39+
## Change Log
40+
See [CHANGELOG.md](https://github.com/noraworld/videocommander/blob/master/CHANGELOG.md).
41+
42+
## FAQ
43+
### Q: No action works on some video sites
44+
A: This extension only works [HTML5 video player](http://www.w3schools.com/html/html5_video.asp) (e.g. YouTube.com). It means this extension does not work on the video sites using Adobe Flash Player or other unique video player. Sorry about that.
45+
46+
## Language
47+
* [日本語](https://github.com/noraworld/videocommander/blob/master/README_jp.md)

README_jp.md README/ja.md

File renamed without changes.

0 commit comments

Comments
 (0)