pwdhash / pwdhash-webextension

PwdHash webextension for firefox
https://addons.mozilla.org/de/firefox/addon/pwdhash
Other
13 stars 11 forks source link

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

Open quassy opened 5 years ago

quassy commented 5 years ago

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).