Skip to content

Use of keycode depreciated per Vue docs #39

Open
@hackeresq

Description

Behind the scenes, this plugin uses keycodes.

While reading the vue docs, I discovered that key codes are actually being depreciated from browsers. See: https://vuejs.org/v2/guide/events.html#Key-Codes

Should this plugin be updated for the new implementation, which appears to use built in labels for each key type? E.g., left and right arrow are ArrowLeft and ArrowRight respectively.

Is this on the radar for the plugin creator/maintainers? Are there any thoughts about this depreciation?

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