schacon / showoff

moved to puppetlabs/showoff!
2.41k stars 13 forks source link

Mouse left click to advance slides #141

Open suan opened 12 years ago

suan commented 12 years ago

Is this not supported? This is incredibly important as it would enable remote mouses and the like to advance slides...

oinak commented 11 years ago

add a custom.js to the root folder with the following contents: $(window).click(function(){ nextStep(); });