diff options
author | joey <joey@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-11-30 16:36:10 +0000 |
---|---|---|
committer | joey <joey@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-11-30 16:36:10 +0000 |
commit | 640f93d0183419c1d7894fa09ef7cafac416ab9f (patch) | |
tree | 02aebf4bf1fb37c053faaf4a95d41e15cf51c88d /etc | |
parent | 4daef48770c3d434aa87d4449e864ad733cb194a (diff) |
runtime 'stay-on-top' functionality
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11543 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/example.conf | 4 | ||||
-rw-r--r-- | etc/input.conf | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/etc/example.conf b/etc/example.conf index ab4e3a3e66..4a8afa812f 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -34,6 +34,10 @@ fs=yes # Enlarges movie window to your desktop's size. # monitoraspect=4:3 # standard monitor size, with square pixels # monitoraspect=16:9 # use this for widescreen monitor! non-square pixels +# ontop=yes # Makes the player window stay ontop + # Used by drivers which use X11, except SDL, + # as well as directx and gl2 under Windows + ## ## Specify your preferred default skin here ## (skins are searched in /usr/local/share/mplayer/Skin/yourskin diff --git a/etc/input.conf b/etc/input.conf index 4b9cb3a4dd..50a2d81978 100644 --- a/etc/input.conf +++ b/etc/input.conf @@ -47,6 +47,7 @@ t sub_pos +1 #? sub_step +1 # immediately display next subtitle #? sub_step -1 # previous f vo_fullscreen +T vo_ontop w panscan -0.1 e panscan +0.1 |