This website works better with JavaScript
Acasă
Explorează
Ajutor
Autentificare
roiwk
/
workerman
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
4098986430
Ramuri
Etichete
fix
workerman
/
Applications
/
Todpole
/
Web
/
js
/
Keys.js
Keys.js
118 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
var keys = {
esc: 27,
enter: 13,
space: 32,
up: 38,
down: 40,
left:37,
right:39
};