Created
February 5, 2013 23:47
-
-
Save krzysiekherod/4718824 to your computer and use it in GitHub Desktop.
How to change seek time in MPlayerX (OSX)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cd ~/Library/Preferences | |
defaults write org.niltsh.MPlayerX SeekStepTimeL -float -3 | |
defaults write org.niltsh.MPlayerX SeekStepTimeR -float 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment