Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use .key instead of deprecated .keyCode, fix #10 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

quassy
Copy link
Contributor

@quassy quassy commented Dec 25, 2018

Apparently .keyCode is deprecated and there is also a bug where users can't type the letter q when using the extension. This commit replaces .keyCode with the use of .key, which should fix the bug and still keep both variants of PwdHash (prefix @@ or password key F2) working. Needs testing.

Successfully tested with Firefox Developer Edition 65.0b6 (64-Bit) on Windows 10 Version 1809 Build 17763.195 (64-Bit).

Apparently [.keyCode is deprecated](https://stackoverflow.com/a/45771014) and there is also a bug where users can't type the letter q when using the extension. This commit replaces `.keyCode` with the use of `.key`, which should fix the bug and still keep both variants of PwdHash (prefix @@ or password key F2) working. Needs testing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant