Merge pull request #6913 from keymanapp/fix/web/cherry-pick/6910-ncaps-rules-not-matching-on-touch

fix(web): ncaps rules not matching on touch 🔥 🍒
This commit is contained in:
Marc Durdin 2022-07-08 21:29:01 +10:00 committed by GitHub
commit 50baf2ae06
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -386,6 +386,8 @@ namespace com.keyman.text {
if(layerId.indexOf('caps') >= 0) {
modifier |= Codes.modifierCodes['CAPS'];
} else {
modifier |= Codes.modifierCodes['NO_CAPS'];
}
return modifier;