UNPKG
keysym
Version:
latest (0.0.6)
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Look up X11 keysyms, unicode positions, and names.
substack/node-keysym
keysym
/
generate
/
web
/
index.html
14 lines
(13 loc)
•
213 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<
html
>
<
head
>
<
script
type
=
"text/javascript"
src
=
"/browserify.js"
>
</
script
>
<
style
type
=
"text/css"
>
#codes
{
font-size
:
48pt
; }
</
style
>
</
head
>
<
body
>
<
div
id
=
"codes"
>
</
div
>
</
body
>
</
html
>