diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2012-04-24 23:37:32 +0200 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2012-04-25 00:15:22 +0200 |
commit | 6e9ab9444f8ba27b8ef1a57649086bb46ec8b84a (patch) | |
tree | 1a018236620b2d97abf68c6a66aa95c33a1cd2a3 | |
parent | d0801ce9853956f1f2171fc7408db45461ca7d9f (diff) | |
download | dotfiles-6e9ab9444f8ba27b8ef1a57649086bb46ec8b84a.tar.gz dotfiles-6e9ab9444f8ba27b8ef1a57649086bb46ec8b84a.tar.xz dotfiles-6e9ab9444f8ba27b8ef1a57649086bb46ec8b84a.zip |
mplayer/input.conf: select audio/subtitle with small letters now
the capital S could now be used to create a screenshot with
-vf screenshot so it should not be bind to another action
Diffstat (limited to '')
-rw-r--r-- | mplayer/input.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mplayer/input.conf b/mplayer/input.conf index 094e314..f764ebd 100644 --- a/mplayer/input.conf +++ b/mplayer/input.conf @@ -118,8 +118,8 @@ PGDWN dvdnav 4 # right PGUP dvdnav 5 # menu INS dvdnav 6 # select -A switch_audio -S sub_select +a switch_audio +s sub_select PGUP menu up PGDWN menu down |