Robert Hurst

Results 27 comments of Robert Hurst

I spent a bit of time creating a cool demo for the new homepage. It's still rough but if anyone is curious it can be seen here => http://keyboardjs.surge.sh/

you can type space. if you have a look at the us locale you can see all of the key names https://github.com/RobertWHurst/KeyboardJS/blob/master/locales/us.js ``` javascript keyboardJS.bind('space', (e) => { console.log(e); });...

@PrimozRome It's not possible at this time, but It's not a bad idea for a feature at some point.

I'm glad to hear it. I'll get to work on a locale development toolkit for you.

KeyboardJS 2 is looming and the locale system has been improved. I'm going to create this tool with KeyboardJS 2 in mind.

Agreed. I would have used Testling CI for this, but it's now defunct and I haven't found an alternative I like yet. Does anyone have any cross browser testing recommendations?

@spencerthayer DalekJS is sweet, but I would like something hosted so I can use a proper range of browsers without needing to fire up windows and download a bunch.

@jakecraige If you need to be absolutely sure and you can't test yourself, then I'd use something else for now. KeyboardJS should work without issue on all evergreen browsers, but...

I just wanted to add, this is a better implementation than the current language-pug package. That package has some annoying bugs when it comes to syntax highlighting. For example it...