https://github.com/apiad/sublime-subtitle-sync
A tiny plugin for changing sync of subtitle files in Sublime Text
https://github.com/apiad/sublime-subtitle-sync
Last synced: 5 months ago
JSON representation
A tiny plugin for changing sync of subtitle files in Sublime Text
- Host: GitHub
- URL: https://github.com/apiad/sublime-subtitle-sync
- Owner: apiad
- License: mit
- Created: 2014-07-15T17:16:53.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-15T17:22:48.000Z (over 11 years ago)
- Last Synced: 2025-02-21T15:51:14.644Z (12 months ago)
- Language: Python
- Size: 137 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
sublime-subtitle-sync
=====================
A tiny plugin for changing sync of subtitle files in Sublime Text.
Just select a block of text in a subtitle file, and hit:
* `ctrl+]` to increase 1 second.
* `ctrl+[` to decrease 1 second.
* `ctrl+shift+]` to increase 10 seconds.
* `ctrl+shift+[` to decrease 10 seconds.
* `ctrl+shift+alt+]` to increase 1 minute.
* `ctrl+shift+alt+[` to decrease 1 minute.
That's it!