brianjking / keyboard-layout-editor

Web application to enable the design & editing of keyboard layouts

Home Page:http://www.keyboard-layout-editor.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

keyboard-layout-editor

Keyboard-layout-editor.com is a web application that enables the editing of keyboard-layouts, i.e., the position and appearance of each physical key.

The motivation for creating this application was a custom keyboard I was designing. I wanted to be able to experiment quickly with different possible layouts and visualize them easily. The existing graphics tools were capable enough, but cumbersome to use for this specific task.

As I sank further into the keyboard-enthusiast scene, I became aware of custom keycap sets that were being created by and for other enthusiasts. The ability to specify various details of the visual-appearance of the keycaps is an attempt to render these custom keycap sets as accurately as possible (within the constraints of HTML/CSS).

Links

Getting Started for Developers

Want to play around with the source? Install the tools, clone the repository, then build / test.

Required Tools:

Installing prerequisite components (once):

  • make install

Build:

  • make
  • make fonts

Test:

  • webdriver-manager update
  • webdriver-manager start
  • make test

Notes:

  • You can use any HTTP server for local development; I'm using an ancient version of Mongoose, but whatever you've got handy should work.
  • However, if you want to be able to log in to GitHub via OAuth (without hacking up the code and registering your own OAuth application), you will need to put the server at: http://localhost:8080/

About

Web application to enable the design & editing of keyboard layouts

http://www.keyboard-layout-editor.com/

License:Other


Languages

Language:JavaScript 48.2%Language:HTML 32.7%Language:CSS 11.0%Language:Yacc 5.8%Language:Makefile 2.0%Language:Batchfile 0.2%