Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Abby Modifiers Short-Circuit on First Stroke #4

Open
wes-sleeman opened this issue Nov 26, 2024 · 1 comment
Open

[BUG] Abby Modifiers Short-Circuit on First Stroke #4

wes-sleeman opened this issue Nov 26, 2024 · 1 comment

Comments

@wes-sleeman
Copy link

wes-sleeman commented Nov 26, 2024

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.

@aerickt
Copy link
Owner

aerickt commented Nov 30, 2024

Should be fixed in v1.3.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants