diff options
author | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-04-09 20:53:11 +0000 |
---|---|---|
committer | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-04-09 20:53:11 +0000 |
commit | 624f8ca8e9ee72d3f3cf3676ba8cfe5ec156b0d3 (patch) | |
tree | 1e5a96cb85442f508d3cf63d3a2cb17f09b96986 /etc | |
parent | b2f9633eab887c15e04505ec9eb118c5c7a5b489 (diff) |
document ignore option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26380 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/input.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/input.conf b/etc/input.conf index 4488abc182..8cc3232795 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -7,6 +7,9 @@ ## Also see mplayer -input cmdlist for other possible options. ## The file should be placed in the $HOME/.mplayer directory. ## +## If you wish to unbind a key, use key ignore. +## e.g. ENTER ignore +## RIGHT seek +10 LEFT seek -10 |