feature : add keyboard shortcuts : added help panel displayed on shift+?

This commit is contained in:
jdescottes
2013-11-18 23:53:12 +01:00
parent c033d65cde
commit e0b76f5329
11 changed files with 220 additions and 7 deletions

View File

@ -57,6 +57,9 @@
this.toolController = new pskl.controller.ToolController();
this.toolController.init();
this.cheatsheetService = new pskl.service.keyboard.CheatsheetService();
this.cheatsheetService.init();
this.paletteController = new pskl.controller.PaletteController();
this.paletteController.init();