mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-12 02:27:42 +00:00
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:
commit
50baf2ae06
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue