Skip to content

Function called on all events #45

@Jakobovski

Description

@Jakobovski

The plugin is calling the callback when I press any of the following keys: CTRL, SHIFT or ALT. The plugin is not working as expected by only calling the callback when I press CTRL + L.

This is my code: jQuery(document).bind('keydown', 'ctrl+l', function(){alert("HotKey");});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions