PrizmDoc® Viewer v14.0 Release - Updated
PrizmDoc Viewer / API Reference / E-Signature Controls / Module: keyboard-controller
In This Topic
    Module: keyboard-controller
    In This Topic

    Module: keyboard-controller

    Controls the keyboard keys. This module uses jQuery.hotkeys plugin. If desired it can be replaced with any other keyboard interface code without affecting the keyboard consumer modules.

    Example

    var KeyboardController = require('keyboard-controller.js');
    
    // a generic Viewer constructor
    function Viewer(opts) {
        var myKeyboardController = KeyboardController(this);
    }
    
    Fires:
    Listens to Events:

    (require("keyboard-controller"))(viewer)

    Creates the keyboard controller module.

    Parameters:
    Name Type Description
    viewer Core

    The core viewer to which the module will attach.

    Methods

    destroy()

    Destroys the module.


    Documentation generated by JSDoc 3.5.5 on Sun Feb 25 2024 15:33:01 GMT-0500 (Eastern Standard Time)