key
Version:
A tiny little keycode library
20 lines (14 loc) • 317 B
JavaScript
// Generated by CoffeeScript 1.3.3
(function() {
'use strict';
var brand, ref;
ref = require('../ref').ref;
brand = {
apple: ref('Apple ⌘', 224),
windows: {
start: ref('Windows start', [91, 92]),
menu: ref('Windows menu', 93)
}
};
module.exports = brand;
}).call(this);