Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aaronpowell/whatkey
- Owner: aaronpowell
- License: mit
- Created: 2010-12-09T22:37:33.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-19T11:50:16.000Z (almost 14 years ago)
- Last Synced: 2024-11-17T19:45:47.182Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://whatkey.net
- Size: 125 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
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`