Create a random quote generator

Hi - I’m looking for a way to create a hot-key combination that pastes a random quote using the quote generator available here: http://codepen.io/kkoutoup/pen/zxmGLE

So basically, enter a hot-key combination, paste a random quote.
I’m sure it’s possible, but have no idea where to start.

thanks for any direction! SP

Hey Scott,

That generator uses a static list of quotes and picks one using a random number applied to the list.

It would be simpler to do something else with Keyboard Maestro.

What are you using as the source of your quotes?

-Chris