Commit

commit 692fb2c740f0f369ab90ee269253b5f661779d7e
Author: Jan Dankert 
Date:   Sat Oct 27 23:23:58 2018 +0200

    Neu: Aufruf von einzelnen Methoden per Hotkeys.

 modules/cms-ui/action/IndexAction.class.php        |   1 +
 .../themes/default/html/views/title/show.php       |  12 ++
 .../default/html/views/title/show.tpl.src.xml      |   6 +
 .../cms-ui/themes/default/script/jquery.hotkeys.js | 204 +++++++++++++++++++++
 .../themes/default/script/jquery.hotkeys.min.js    |   2 +
 modules/cms-ui/themes/default/script/openrat.js    |  14 ++
 .../cms-ui/themes/default/script/openrat.min.js    |  18 +-
 .../themes/default/style/openrat-workbench.css     |   8 +-
 .../themes/default/style/openrat-workbench.less    |   7 +
 .../themes/default/style/openrat-workbench.min.css |   2 +-
 modules/configuration/Configuration.class.php      |  12 +-
 modules/util/config-default.php                    |  12 ++
 12 files changed, 284 insertions(+), 14 deletions(-)