fix #1738: fixed auto-type on Linux with NumLock pressed

This commit is contained in:
antelle 2021-03-13 14:27:48 +01:00
parent 0def3f8b2d
commit 5caecb1c8f
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
3 changed files with 38052 additions and 38051 deletions

76098
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -16,7 +16,7 @@
"@babel/plugin-proposal-optional-chaining": "^7.13.8",
"@babel/preset-env": "^7.13.9",
"@fortawesome/fontawesome-free": "^5.15.2",
"@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.10.2/keeweb-native-modules.tgz",
"@keeweb/keeweb-native-modules": "https://github.com/keeweb/keeweb-native-modules/releases/download/0.10.3/keeweb-native-modules.tgz",
"adm-zip": "^0.5.3",
"argon2-browser": "1.15.3",
"autoprefixer": "^10.2.5",

View File

@ -1,8 +1,9 @@
Release notes
-------------
##### v1.17.2 (TBD)
##### v1.17.2 (2021-03-13)
`-` fixed crashes in the USB module on Windows
`-` fix #1745: deleting selected text in auto-type selector
`-` fix #1738: fixed auto-type on Linux with NumLock pressed
##### v1.17.1 (2021-03-10)
`-` fix #1735: issue with auto-typing some characters on Windows