mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
added github module
This commit is contained in:
parent
708ff79479
commit
8b2c3d2faa
2 changed files with 84 additions and 68 deletions
|
|
@ -24,6 +24,8 @@ var CloudCommander;
|
|||
|
||||
D : 68,
|
||||
|
||||
G : 71,
|
||||
|
||||
O : 79,
|
||||
Q : 81,
|
||||
R : 82,
|
||||
|
|
@ -78,6 +80,10 @@ var CloudCommander;
|
|||
|
||||
}
|
||||
|
||||
else if(lKeyCode === KEY.G && event.altKey){
|
||||
|
||||
}
|
||||
|
||||
/* если нажали таб:
|
||||
* переносим курсор на
|
||||
* правую панель, если
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue