You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: Could not find current layer's key
at reduceConsoleArgs (/data/user/0/com.tavultesoft.kmapro/app_data/keyman-sentry.js:150:22)
at console.reportingConsoleWarn [as warn] (/data/user/0/com.tavultesoft.kmapro/app_data/keyman-sentry.js:143:33)
at stageHandler (@keymanapp/keyman/web/src/engine/osk/src/input/gestures/browser/multitap.ts:115:19)
at Dr.<anonymous> (@keymanapp/keyman/common/web/gesture-recognizer/src/engine/headless/gestures/matchers/gestureSequence.ts:262:10)
at Generator.next (<anonymous>)
...
(8 additional frame(s) were not displayed)
The text was updated successfully, but these errors were encountered:
This is most prominently seen with the naijatype keyboard, which has a subkey for caps layer on the default-layer shift key. The console warning triggering this event will reliably reproduce whenever double-tapping said shift key.
As we filter out modifier keys and frame keys when considering fat-finger targets, the engine doesn't find a key matching shift or caps in the standard fat-finger distributions. We have filtering in place when modipress is enabled... but not when it isn't. A key with supported longpresses automatically has modipress disabled... leading to the issue.
Sentry Issue: KEYMAN-WEB-G9
The text was updated successfully, but these errors were encountered: