Archie Adams
Archie Adams
Hi there, Thank you for the kind words! You would need knowledge of HTML and CSS to add your own template but it isn't too complicated - I explained it...
I've just added some code to branch v1.0.1 that crudely implements a full sized keyboard. It is unpolished and looks a little rough around the edges, but if you're only...
As well of course as a snippet like: ```javascript $(document).on("click", "#ADDNEWTEMPLATE", function () { var template = $("#templateXYZ").clone(); template.removeAttr('hidden'); template.removeAttr('id'); $(template).find('div:first').prop('id', 'kbd' + new Date().getTime()); template.appendTo("#KeyboardTable"); }); ``` And a...