added F10 key to KEY structure

This commit is contained in:
coderaiser 2012-08-14 13:45:38 +03:00
parent 974f91ce30
commit 344a580911

View file

@ -19,7 +19,8 @@ CloudCommander.KEY = {
F2 : 113,
F3 : 114,
F4 : 115
F4 : 115,
F10 : 121
};
CloudCommander.keyBinding = (function(){