A web page to race keyboard layouts versus each other.
Just open an issue and I’ll add it to the list.
Currently existing layouts:
-
Colemak
-
Dvorak
-
Qwerty
Why-Dvorak is written in OCaml and HTML. The OCaml code compiles to JavaScript. Ocaml-vdom is used to have a functional (as in functional programming) UI architecture.
make # Compile the code
# refer to ocaml-vdom documentation for how to install it
make server # Start the development web server
# npm is used to install and run http-server to serve files
And view it at http://localhost:8080