JSFiddle - React, Tailwind, and code Playground

by renfley

HTML

<script src="http://www.openjs.com/scripts/events/keyboard_shortcuts/shortcut.js"></script>
<input type="text">

JavaScript

shortcut.add("Ctrl+Alt+s",function() {
	alert("Hi there!");
});