Home > WhatKey

WhatKey

WhatKey is a project mainly written in JAVASCRIPT and RUBY, based on the MIT license.

A simple little website for testing JavaScript keyboard events

Overview

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