Skip to content

Not working with jQuery 1.11.x #52

@blacksmoke26

Description

@blacksmoke26

By pressing Ctrl key, the following function executes:

$(document).on('keydown', null, 'Ctrl+s', function(){
    console.log('Ctrl+S');
    return false;
});

it should work by pressing Ctrl+S at same time, but it's working by pressing Ctrl key only. any clue?

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