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?
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
ArrowLeftandArrowRightrespectively.Is this on the radar for the plugin creator/maintainers? Are there any thoughts about this depreciation?