/ / / / / / / / / / / / / /
ZapKeys
Simple JS utility to add easy-to-use keyboard shortcuts to webpages.
Press your F key to try it on this page:
Current time: 1743572538499
As easy as:
<link href="zapkeys.css">
const zk = new ZapKeys();
zk.init();
(View-source this page to see the complete working implementation).