added ability to show help on F1

This commit is contained in:
coderaiaser 2013-06-12 08:11:17 -07:00
parent 5ecf4fccf6
commit d172696f88
2 changed files with 3 additions and 0 deletions

View file

@ -60,6 +60,8 @@ getJSONfromFileTable.
* Added help module.
* Added ability to show help on F1.
2012.04.22, v0.2.0

View file

@ -120,6 +120,7 @@ var CloudCmd, Util, DOM;
break;
case Key.F1:
Util.exec(CloudCmd.Help);
DOM.preventDefault(pEvent);
break;