mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 18:18:56 +00:00
added ability to show help on F1
This commit is contained in:
parent
8b8dc3091a
commit
0991099b68
2 changed files with 3 additions and 0 deletions
|
|
@ -60,6 +60,8 @@ getJSONfromFileTable.
|
|||
|
||||
* Added help module.
|
||||
|
||||
* Added ability to show help on F1.
|
||||
|
||||
|
||||
2012.04.22, v0.2.0
|
||||
|
||||
|
|
|
|||
|
|
@ -120,6 +120,7 @@ var CloudCmd, Util, DOM;
|
|||
break;
|
||||
|
||||
case Key.F1:
|
||||
Util.exec(CloudCmd.Help);
|
||||
DOM.preventDefault(pEvent);
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue