thanks this plugin is very nice by the way i little changed code to not pause when i doubleclick to become fullscreen. goodbye:) function mouse_press( var, old, new, data ) if old==0 and new==1 then time1=os.clock() end if old==1 and new==0 then if os.clock()-time1 > 0.07 then vlc.playlist.pause() e...