Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aaronpowell/whatkey

A simple little website for testing JavaScript keyboard events
https://github.com/aaronpowell/whatkey

Last synced: about 1 month ago
JSON representation

A simple little website for testing JavaScript keyboard events

Awesome Lists containing this project

README

        

# Overview

[WhatKey.net](http://whatkey.net) is a simple little website for which you can use to test what keyboard character code is being fired when you press a particular key.

This is the source code for website, if anyone is interested in seeing it.

# Requirements

The following gems are used:

* sinatra
* `gem install sinatra`
* haml
* `gem install haml`
* sinatra reloader
* `gem install sinatra-reloader`