...
Library which binds the shortcuts functionality to the JAXFront Visualizer components.
Codeblock | ||||||
---|---|---|---|---|---|---|
| ||||||
<script language="JavaScript" src="js/jquery/plugins/mousetrap.min.js" type="text/javascript"></script> <script language="JavaScript" src="js/jquery/plugins/shortcuts.js" type="text/javascript"></script> |
...
To enable the keyboard shortcuts handling, the shortcuts must be registered in the main HTML template.
Codeblock | ||||||
---|---|---|---|---|---|---|
| ||||||
<script type="text/javascript" language="JavaScript" defer="defer"> registerShortcuts(); </script> |
...