mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 17:05:17 +00:00
added F10 key to KEY structure
This commit is contained in:
parent
974f91ce30
commit
344a580911
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ CloudCommander.KEY = {
|
|||
|
||||
F2 : 113,
|
||||
F3 : 114,
|
||||
F4 : 115
|
||||
F4 : 115,
|
||||
F10 : 121
|
||||
};
|
||||
|
||||
CloudCommander.keyBinding = (function(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue