Skip to content

Commit

Permalink
Fix typos in help/readme
Browse files Browse the repository at this point in the history
  • Loading branch information
killergerbah committed Jul 25, 2021
1 parent bd01219 commit 70bb10c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The below information can also be found in asbplayer by clicking on the question
- Install the Chrome [extension](https://github.com/killergerbah/asbplayer/releases/latest).
- Drag-and-drop a subtitle file into the video element you want to sync.
- Or, load a subtitle file into asbplayer and use the camera button in the bottom right.
- It is recommended to use an extension keyboard shortcut (`Ctrl+Alt+X` by default) to mine subtitles since that will include audio/screenshots.
- It is recommended to use an extension keyboard shortcut (`Ctrl+Shift+X` by default) to mine subtitles since that will include audio/screenshots.

### Anki
- Synchronous workflow:
Expand All @@ -32,7 +32,7 @@ The below information can also be found in asbplayer by clicking on the question
- For synced streaming video, copy the current subtitle by using `Ctrl+Shift+Z`.
- For local file playback, copy the current subtitle by using `Ctrl+Shift+A`.
- Use the star button in the copy history of asbplayer to open the Anki dialog.
- For synced streaming video, an audio/image will only be available if an extension keyboard shortcut was used (`Ctrl+Alt+X` or `Ctrl+Alt+Z` by default).
- For synced streaming video, an audio/image will only be available if an extension keyboard shortcut was used (`Ctrl+Shift+X` or `Ctrl+Shift+Z` by default).
- Configure Anki settings with the settings button in the top right. See this [video](https://youtu.be/Mv7fEVb6PHo?t=44) for how to configure AnkiConnect so that asbplayer can connect to Anki.

### Changing subtitle offset
Expand Down
4 changes: 2 additions & 2 deletions client/src/components/HelpDialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export default function HelpDialog(props) {
Or, load a subtitle file into asbplayer and use the camera button in the bottom right.
</li>
<li>
It is recommended to use the extension keyboard shortcut (Ctrl+Alt+X by default) to mine subtitles since that will include audio/screenshots.
It is recommended to use the extension keyboard shortcut (Ctrl+Shift+X by default) to mine subtitles since that will include audio/screenshots.
</li>
</Typography>
<br />
Expand Down Expand Up @@ -96,7 +96,7 @@ export default function HelpDialog(props) {
</li>
</ul>
<li>
For synced streaming video, an audio/image will only be available if an extension keyboard shortcut was used (Ctrl+Alt+X or Ctrl+Alt+Z by default).
For synced streaming video, an audio/image will only be available if an extension keyboard shortcut was used (Ctrl+Shift+X or Ctrl+Shift+Z by default).
</li>
<li>
Configure Anki settings with the settings button in the top right. See this <Link color="secondary" target="_blank" rel="noreferrer" href="https://youtu.be/Mv7fEVb6PHo?t=44">video</Link> for how to configure AnkiConnect so that asbplayer can connect to Anki.
Expand Down

0 comments on commit 70bb10c

Please sign in to comment.