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
The Abby left-hand modifiers dictionary causes modifier strokes to be immediately emitted as modifier keys instead of waiting for the key to modify.
Expected Behaviour
The Abby dictionary should not (by its design) provide a translation for any sequence of strokes of length not equal to two.
Recommended Fix
Modify the Abby dictionary to immediately return " " (suppress translation) if the first stroke matches a modifier instead of proceeding with the translation of the modifiers.
The text was updated successfully, but these errors were encountered:
Type
Bug
Problem Statement
The Abby left-hand modifiers dictionary causes modifier strokes to be immediately emitted as modifier keys instead of waiting for the key to modify.
Expected Behaviour
The Abby dictionary should not (by its design) provide a translation for any sequence of strokes of length not equal to two.
Recommended Fix
Modify the Abby dictionary to immediately
return " "
(suppress translation) if the first stroke matches a modifier instead of proceeding with the translation of the modifiers.The text was updated successfully, but these errors were encountered: